Uses of Enum
org.powermock.core.transformers.TransformStrategy
Packages that use TransformStrategy
Package
Description
-
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.Methods in org.powermock.core.transformers with parameters of type TransformStrategyModifier and TypeMethodDescriptionMockTransformerChainFactory.createDefaultChain
(TransformStrategy transformStrategy) Create anMockTransformerChain
with using the giventransformStrategy
-
Uses of TransformStrategy in org.powermock.core.transformers.javassist
Fields in org.powermock.core.transformers.javassist declared as TransformStrategyModifier and TypeFieldDescriptionprivate static final TransformStrategy
JavassistMockTransformerChainFactory.DEFAULT
private final TransformStrategy
AbstractJavaAssistMockTransformer.strategy
Methods in org.powermock.core.transformers.javassist that return TransformStrategyModifier and TypeMethodDescriptionprotected TransformStrategy
AbstractJavaAssistMockTransformer.getStrategy()
Methods in org.powermock.core.transformers.javassist with parameters of type TransformStrategyModifier and TypeMethodDescriptionJavassistMockTransformerChainFactory.createDefaultChain
(TransformStrategy transformStrategy) JavassistMockTransformerChainFactory.createDefaultChainBuilder
(TransformStrategy transformStrategy) Constructors in org.powermock.core.transformers.javassist with parameters of type TransformStrategyModifierConstructorDescriptionConstructorsMockTransformer
(TransformStrategy strategy) InstrumentMockTransformer
(TransformStrategy strategy) (package private)
MethodMockTransformer
(TransformStrategy strategy) MethodSizeMockTransformer
(TransformStrategy strategy) -
Uses of TransformStrategy in org.powermock.core.transformers.javassist.support
Fields in org.powermock.core.transformers.javassist.support declared as TransformStrategyModifier and TypeFieldDescriptionprivate final TransformStrategy
PowerMockExpressionEditor.strategy
Constructors in org.powermock.core.transformers.javassist.support with parameters of type TransformStrategyModifierConstructorDescriptionPowerMockExpressionEditor
(TransformStrategy strategy, javassist.CtClass clazz, Class<?> mockGetawayClass)