Package | Description |
---|---|
org.powermock.core.transformers | |
org.powermock.core.transformers.impl |
Modifier and Type | Method and Description |
---|---|
static TransformStrategy |
TransformStrategy.valueOf(java.lang.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.
|
Modifier and Type | Field and Description |
---|---|
protected TransformStrategy |
AbstractMainMockTransformer.strategy |
Constructor and Description |
---|
AbstractMainMockTransformer(TransformStrategy strategy) |
ClassMockTransformer(TransformStrategy strategy) |
InterfaceMockTransformer(TransformStrategy strategy) |