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 TransformStrategyReturns 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 anMockTransformerChainwith 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 TransformStrategyJavassistMockTransformerChainFactory.DEFAULTprivate final TransformStrategyAbstractJavaAssistMockTransformer.strategyMethods in org.powermock.core.transformers.javassist that return TransformStrategyModifier and TypeMethodDescriptionprotected TransformStrategyAbstractJavaAssistMockTransformer.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 TransformStrategyPowerMockExpressionEditor.strategyConstructors in org.powermock.core.transformers.javassist.support with parameters of type TransformStrategyModifierConstructorDescriptionPowerMockExpressionEditor(TransformStrategy strategy, javassist.CtClass clazz, Class<?> mockGetawayClass)