_xUIConfig.before();
assure(testObjectName + "::XUIConfig.addConfigurationListener", _xUIConfig._addConfigurationListener(), true);
assure(testObjectName + "::XUIConfig.removeConfigurationListener", _xUIConfig._removeConfigurationListener(), true);
XUIConfigurationPersistence xUIConfigPersistence = (XUIConfigurationPersistence)UnoRuntime.queryInterface(XUIConfiguration.class, xImageManager);
_XUIConfigurationPersistence _xUIConfigPersistence = new _XUIConfigurationPersistence(log, param, xUIConfigPersistence);
_xUIConfigPersistence.before();
assure(testObjectName + "::XUIConfigPersistence.isModified", _xUIConfigPersistence._isModified(), true);
assure(testObjectName + "::XUIConfigPersistence.isReadOnly", _xUIConfigPersistence._isReadOnly(), true);
assure(testObjectName + "::XUIConfigPersistence.reload", _xUIConfigPersistence._reload(), true);
assure(testObjectName + "::XUIConfigPersistence.store", _xUIConfigPersistence._store(), true);
assure(testObjectName + "::XUIConfigPersistence.storeToStorage", _xUIConfigPersistence._storeToStorage(), true);
XComponent xComp = (XComponent)UnoRuntime.queryInterface(XComponent.class, xImageManager);
_XComponent _xComp = new _XComponent(log, param, xComp);
_xComp.before();
assure(testObjectName + "::XComponent.addEventListener", _xComp._addEventListener(), true);