Uses of Interface
org.powermock.configuration.ConfigurationFactory
-
Packages that use ConfigurationFactory Package Description org.powermock.configuration org.powermock.configuration.support -
-
Uses of ConfigurationFactory in org.powermock.configuration
Fields in org.powermock.configuration declared as ConfigurationFactory Modifier and Type Field Description private static ConfigurationFactory
GlobalConfiguration. configurationFactory
Methods in org.powermock.configuration with parameters of type ConfigurationFactory Modifier and Type Method Description static void
GlobalConfiguration. setConfigurationFactory(ConfigurationFactory configurationFactory)
-
Uses of ConfigurationFactory in org.powermock.configuration.support
Classes in org.powermock.configuration.support that implement ConfigurationFactory Modifier and Type Class Description class
ConfigurationFactoryImpl
-