Uses of Enum
org.powermock.configuration.ConfigurationType
Packages that use ConfigurationType
-
Uses of ConfigurationType in org.powermock.configuration
Subclasses with type arguments of type ConfigurationType in org.powermock.configurationMethods in org.powermock.configuration that return ConfigurationTypeModifier and TypeMethodDescriptionstatic <T extends Configuration>
ConfigurationTypestatic ConfigurationTypeReturns 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 ConfigurationTypeModifier and TypeFieldDescriptionprivate final ConfigurationTypeConfigurationMapper.ConfigurationKey.configurationTypeConstructors in org.powermock.configuration.support with parameters of type ConfigurationTypeModifierConstructorDescriptionprivateConfigurationKey(ConfigurationType configurationType, String name)