Uses of Class
org.powermock.configuration.ConfigurationType
-
Packages that use ConfigurationType Package Description org.powermock.configuration org.powermock.configuration.support -
-
Uses of ConfigurationType in org.powermock.configuration
Methods in org.powermock.configuration that return ConfigurationType Modifier and Type Method Description static <T extends Configuration>
ConfigurationTypeConfigurationType. forClass(java.lang.Class<T> configurationClass)
static ConfigurationType
ConfigurationType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ConfigurationType[]
ConfigurationType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ConfigurationType in org.powermock.configuration.support
Fields in org.powermock.configuration.support declared as ConfigurationType Modifier and Type Field Description private ConfigurationType
ConfigurationMapper.ConfigurationKey. configurationType
Constructors in org.powermock.configuration.support with parameters of type ConfigurationType Constructor Description ConfigurationKey(ConfigurationType configurationType, java.lang.String name)
-