Uses of Class
org.powermock.core.classloader.ByteCodeFramework
-
Packages that use ByteCodeFramework Package Description org.powermock.configuration org.powermock.core.classloader org.powermock.core.classloader.annotations org.powermock.core.transformers -
-
Uses of ByteCodeFramework in org.powermock.configuration
Fields in org.powermock.configuration declared as ByteCodeFramework Modifier and Type Field Description private ByteCodeFramework
PowerMockConfiguration. byteCodeFramework
Methods in org.powermock.configuration that return ByteCodeFramework Modifier and Type Method Description ByteCodeFramework
PowerMockConfiguration. getByteCodeFramework()
Methods in org.powermock.configuration with parameters of type ByteCodeFramework Modifier and Type Method Description void
PowerMockConfiguration. setByteCodeFramework(ByteCodeFramework byteCodeFramework)
-
Uses of ByteCodeFramework in org.powermock.core.classloader
Fields in org.powermock.core.classloader declared as ByteCodeFramework Modifier and Type Field Description private ByteCodeFramework
MockClassLoaderBuilder. byteCodeFramework
Methods in org.powermock.core.classloader that return ByteCodeFramework Modifier and Type Method Description private static ByteCodeFramework
ByteCodeFramework. getByteCodeFramework(java.lang.reflect.AnnotatedElement element)
static ByteCodeFramework
ByteCodeFramework. getByteCodeFrameworkForMethod(java.lang.Class<?> testClass, java.lang.reflect.Method method)
static ByteCodeFramework
ByteCodeFramework. getByteCodeFrameworkForTestClass(java.lang.Class<?> testClass)
static ByteCodeFramework
ByteCodeFramework. valueOf(java.lang.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.Methods in org.powermock.core.classloader with parameters of type ByteCodeFramework Modifier and Type Method Description static MockClassLoaderBuilder
MockClassLoaderBuilder. create(ByteCodeFramework byteCodeFramework)
private java.lang.ClassLoader
MockClassLoaderFactory. create(ByteCodeFramework byteCodeFramework, java.lang.String[] prepareForTestClasses, MockTransformer... extraMockTransformer)
private MockClassLoader
MockClassLoaderFactory. createMockClassLoader(ByteCodeFramework byteCodeFramework, java.lang.String[] classesToLoadByMockClassloader, UseClassPathAdjuster useClassPathAdjuster, MockTransformer... extraMockTransformer)
private java.lang.ClassLoader
MockClassLoaderFactory. createMockClassLoader(ByteCodeFramework byteCodeFramework, java.lang.String[] classesToLoadByMockClassloader, MockTransformer... extraMockTransformer)
private java.lang.ClassLoader
MockClassLoaderFactory. createWithPrivilegeAccessController(ByteCodeFramework byteCodeFramework, java.lang.String[] classesToLoadByMockClassloader, MockTransformer... extraMockTransformer)
Constructors in org.powermock.core.classloader with parameters of type ByteCodeFramework Constructor Description MockClassLoaderBuilder(ByteCodeFramework byteCodeFramework)
-
Uses of ByteCodeFramework in org.powermock.core.classloader.annotations
Methods in org.powermock.core.classloader.annotations that return ByteCodeFramework Modifier and Type Method Description ByteCodeFramework
byteCodeFramework()
ByteCodeFramework
byteCodeFramework()
ByteCodeFramework
byteCodeFramework()
ByteCodeFramework
byteCodeFramework()
-
Uses of ByteCodeFramework in org.powermock.core.transformers
Fields in org.powermock.core.transformers declared as ByteCodeFramework Modifier and Type Field Description private ByteCodeFramework
TestClassTransformerBuilder.RemovesTestMethodAnnotation. byteCodeFramework
Constructors in org.powermock.core.transformers with parameters of type ByteCodeFramework Constructor Description RemovesTestMethodAnnotation(java.lang.Class<?> testClass, java.lang.Class<? extends java.lang.annotation.Annotation> testMethodAnnotation, ByteCodeFramework byteCodeFramework)
-