Package | Description |
---|---|
org.powermock.configuration | |
org.powermock.core.classloader |
Modifier and Type | Method and Description |
---|---|
ByteCodeFramework |
PowerMockConfiguration.getByteCodeFramework() |
Modifier and Type | Method and Description |
---|---|
void |
PowerMockConfiguration.setByteCodeFramework(ByteCodeFramework byteCodeFramework) |
Modifier and Type | Method and Description |
---|---|
static ByteCodeFramework |
ByteCodeFramework.getByteCodeFrameworkForMethod(Class<?> testClass,
Method method) |
static ByteCodeFramework |
ByteCodeFramework.getByteCodeFrameworkForTestClass(Class<?> testClass) |
static ByteCodeFramework |
ByteCodeFramework.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ByteCodeFramework[] |
ByteCodeFramework.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static MockClassLoaderBuilder |
MockClassLoaderBuilder.create(ByteCodeFramework byteCodeFramework) |
Copyright © 2019. All rights reserved.