Uses of Enum
org.powermock.core.classloader.ByteCodeFramework
Packages that use ByteCodeFramework
Package
Description
-
Uses of ByteCodeFramework in org.powermock.configuration
Fields in org.powermock.configuration declared as ByteCodeFrameworkModifier and TypeFieldDescriptionprivate ByteCodeFramework
PowerMockConfiguration.byteCodeFramework
Methods in org.powermock.configuration that return ByteCodeFrameworkMethods in org.powermock.configuration with parameters of type ByteCodeFrameworkModifier and TypeMethodDescriptionvoid
PowerMockConfiguration.setByteCodeFramework
(ByteCodeFramework byteCodeFramework) -
Uses of ByteCodeFramework in org.powermock.core.classloader
Fields in org.powermock.core.classloader declared as ByteCodeFrameworkModifier and TypeFieldDescriptionprivate final ByteCodeFramework
MockClassLoaderBuilder.byteCodeFramework
Methods in org.powermock.core.classloader that return ByteCodeFrameworkModifier and TypeMethodDescriptionprivate static ByteCodeFramework
ByteCodeFramework.getByteCodeFramework
(AnnotatedElement element) static ByteCodeFramework
ByteCodeFramework.getByteCodeFrameworkForMethod
(Class<?> testClass, Method method) static ByteCodeFramework
ByteCodeFramework.getByteCodeFrameworkForTestClass
(Class<?> testClass) static ByteCodeFramework
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 ByteCodeFrameworkModifier and TypeMethodDescriptionstatic MockClassLoaderBuilder
MockClassLoaderBuilder.create
(ByteCodeFramework byteCodeFramework) private ClassLoader
MockClassLoaderFactory.create
(ByteCodeFramework byteCodeFramework, String[] prepareForTestClasses, MockTransformer... extraMockTransformer) private MockClassLoader
MockClassLoaderFactory.createMockClassLoader
(ByteCodeFramework byteCodeFramework, String[] classesToLoadByMockClassloader, UseClassPathAdjuster useClassPathAdjuster, MockTransformer... extraMockTransformer) private ClassLoader
MockClassLoaderFactory.createMockClassLoader
(ByteCodeFramework byteCodeFramework, String[] classesToLoadByMockClassloader, MockTransformer... extraMockTransformer) private ClassLoader
MockClassLoaderFactory.createWithPrivilegeAccessController
(ByteCodeFramework byteCodeFramework, String[] classesToLoadByMockClassloader, MockTransformer... extraMockTransformer) Constructors in org.powermock.core.classloader with parameters of type ByteCodeFrameworkModifierConstructorDescriptionprivate
MockClassLoaderBuilder
(ByteCodeFramework byteCodeFramework) -
Uses of ByteCodeFramework in org.powermock.core.transformers
Fields in org.powermock.core.transformers declared as ByteCodeFrameworkModifier and TypeFieldDescriptionprivate final ByteCodeFramework
TestClassTransformerBuilder.RemovesTestMethodAnnotation.byteCodeFramework
Constructors in org.powermock.core.transformers with parameters of type ByteCodeFrameworkModifierConstructorDescriptionprivate
RemovesTestMethodAnnotation
(Class<?> testClass, Class<? extends Annotation> testMethodAnnotation, ByteCodeFramework byteCodeFramework)