Uses of Class
org.powermock.core.transformers.TransformStrategy

Packages that use TransformStrategy
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
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
 

Constructors in org.powermock.core.transformers.impl with parameters of type TransformStrategy
MainMockTransformer(TransformStrategy strategy)
           
 



Copyright © 2007-2012. All Rights Reserved.