Uses of Class
org.identityconnectors.test.common.PropertyBag
-
Packages that use PropertyBag Package Description org.identityconnectors.framework.impl.test org.identityconnectors.test.common org.identityconnectors.test.common.spi -
-
Uses of PropertyBag in org.identityconnectors.framework.impl.test
Methods in org.identityconnectors.framework.impl.test with parameters of type PropertyBag Modifier and Type Method Description APIConfiguration
TestHelpersImpl. createTestConfiguration(Class<? extends Connector> clazz, Set<String> bundleContents, PropertyBag configData, String prefix)
Method for convenient testing of local connectors. -
Uses of PropertyBag in org.identityconnectors.test.common
Methods in org.identityconnectors.test.common that return PropertyBag Modifier and Type Method Description static PropertyBag
TestHelpers. getProperties(Class<?> clazz)
Loads Property bag for the specified class.static PropertyBag
TestHelpers. getProperties(Class<?> clazz, String environment)
Loads Property bag for the specified class.Methods in org.identityconnectors.test.common with parameters of type PropertyBag Modifier and Type Method Description static APIConfiguration
TestHelpers. createTestConfiguration(Class<? extends Connector> clazz, PropertyBag configData, String prefix)
Method for convenient testing of local connectors. -
Uses of PropertyBag in org.identityconnectors.test.common.spi
Methods in org.identityconnectors.test.common.spi with parameters of type PropertyBag Modifier and Type Method Description APIConfiguration
TestHelpersSpi. createTestConfiguration(Class<? extends Connector> clazz, Set<String> bundleContents, PropertyBag configData, String prefix)
-