Uses of Class
org.powermock.core.transformers.TransformStrategy
-
Packages that use TransformStrategy Package Description org.powermock.core.transformers org.powermock.core.transformers.impl -
-
Uses of TransformStrategy in org.powermock.core.transformers
Methods in org.powermock.core.transformers that return TransformStrategy Modifier and Type Method Description static TransformStrategy
TransformStrategy. valueOf(String name)
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 TransformStrategy Modifier and Type Field Description protected TransformStrategy
AbstractMainMockTransformer. strategy
Constructors in org.powermock.core.transformers.impl with parameters of type TransformStrategy Constructor Description AbstractMainMockTransformer(TransformStrategy strategy)
ClassMockTransformer(TransformStrategy strategy)
InterfaceMockTransformer(TransformStrategy strategy)
-