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 ByteCodeFrameworkPowerMockConfiguration. byteCodeFrameworkMethods in org.powermock.configuration that return ByteCodeFramework Modifier and Type Method Description ByteCodeFrameworkPowerMockConfiguration. getByteCodeFramework()Methods in org.powermock.configuration with parameters of type ByteCodeFramework Modifier and Type Method Description voidPowerMockConfiguration. 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 ByteCodeFrameworkMockClassLoaderBuilder. byteCodeFrameworkMethods in org.powermock.core.classloader that return ByteCodeFramework Modifier and Type Method Description private static ByteCodeFrameworkByteCodeFramework. getByteCodeFramework(java.lang.reflect.AnnotatedElement element)static ByteCodeFrameworkByteCodeFramework. getByteCodeFrameworkForMethod(java.lang.Class<?> testClass, java.lang.reflect.Method method)static ByteCodeFrameworkByteCodeFramework. getByteCodeFrameworkForTestClass(java.lang.Class<?> testClass)static ByteCodeFrameworkByteCodeFramework. 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 MockClassLoaderBuilderMockClassLoaderBuilder. create(ByteCodeFramework byteCodeFramework)private java.lang.ClassLoaderMockClassLoaderFactory. create(ByteCodeFramework byteCodeFramework, java.lang.String[] prepareForTestClasses, MockTransformer... extraMockTransformer)private MockClassLoaderMockClassLoaderFactory. createMockClassLoader(ByteCodeFramework byteCodeFramework, java.lang.String[] classesToLoadByMockClassloader, UseClassPathAdjuster useClassPathAdjuster, MockTransformer... extraMockTransformer)private java.lang.ClassLoaderMockClassLoaderFactory. createMockClassLoader(ByteCodeFramework byteCodeFramework, java.lang.String[] classesToLoadByMockClassloader, MockTransformer... extraMockTransformer)private java.lang.ClassLoaderMockClassLoaderFactory. 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 ByteCodeFrameworkbyteCodeFramework()ByteCodeFrameworkbyteCodeFramework()ByteCodeFrameworkbyteCodeFramework()ByteCodeFrameworkbyteCodeFramework() -
Uses of ByteCodeFramework in org.powermock.core.transformers
Fields in org.powermock.core.transformers declared as ByteCodeFramework Modifier and Type Field Description private ByteCodeFrameworkTestClassTransformerBuilder.RemovesTestMethodAnnotation. byteCodeFrameworkConstructors 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)
-