* Test calls the method with empty string argument. <p>
* Has <b> OK </b> status if the method returns not
* <code>null</code> value.
*/
public void _createPropertySetRegistry() {
XPropertySetRegistry PSR = oObj.createPropertySetRegistry("");
tRes.tested("createPropertySetRegistry()",PSR != null);
}