Uses of Class
org.identityconnectors.test.common.PropertyBag
Packages that use PropertyBag
Package
Description
-
Uses of PropertyBag in org.identityconnectors.framework.impl.test
Methods in org.identityconnectors.framework.impl.test with parameters of type PropertyBagModifier and TypeMethodDescriptionTestHelpersImpl.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 PropertyBagModifier and TypeMethodDescriptionstatic PropertyBagTestHelpers.getProperties(Class<?> clazz) Loads Property bag for the specified class.static PropertyBagTestHelpers.getProperties(Class<?> clazz, String environment) Loads Property bag for the specified class.Methods in org.identityconnectors.test.common with parameters of type PropertyBagModifier and TypeMethodDescriptionstatic APIConfigurationTestHelpers.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 PropertyBagModifier and TypeMethodDescriptionTestHelpersSpi.createTestConfiguration(Class<? extends Connector> clazz, Set<String> bundleContents, PropertyBag configData, String prefix)