Uses of Enum
org.powermock.core.classloader.ByteCodeFramework
Packages that use ByteCodeFramework
-
Uses of ByteCodeFramework in org.powermock.configuration
Methods in org.powermock.configuration that return ByteCodeFrameworkMethods in org.powermock.configuration with parameters of type ByteCodeFrameworkModifier and TypeMethodDescriptionvoidPowerMockConfiguration.setByteCodeFramework(ByteCodeFramework byteCodeFramework) -
Uses of ByteCodeFramework in org.powermock.core.classloader
Subclasses with type arguments of type ByteCodeFramework in org.powermock.core.classloaderMethods in org.powermock.core.classloader that return ByteCodeFrameworkModifier and TypeMethodDescriptionstatic ByteCodeFrameworkByteCodeFramework.getByteCodeFrameworkForMethod(Class<?> testClass, Method method) static ByteCodeFrameworkByteCodeFramework.getByteCodeFrameworkForTestClass(Class<?> testClass) static ByteCodeFrameworkReturns 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 MockClassLoaderBuilderMockClassLoaderBuilder.create(ByteCodeFramework byteCodeFramework)