Uses of Enum
org.powermock.core.transformers.TransformStrategy
Packages that use TransformStrategy
-
Uses of TransformStrategy in org.powermock.core.transformers
Methods in org.powermock.core.transformers that return TransformStrategyModifier and TypeMethodDescriptionstatic TransformStrategy
Returns the enum constant of this type with the specified name.static TransformStrategy[]
TransformStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TransformStrategy in org.powermock.core.transformers.impl
Fields in org.powermock.core.transformers.impl declared as TransformStrategyModifier and TypeFieldDescriptionprotected final TransformStrategy
AbstractMainMockTransformer.strategy
Constructors in org.powermock.core.transformers.impl with parameters of type TransformStrategyModifierConstructorDescriptionAbstractMainMockTransformer
(TransformStrategy strategy) ClassMockTransformer
(TransformStrategy strategy) InterfaceMockTransformer
(TransformStrategy strategy)