Interface | Description |
---|---|
ClassPathAdjuster |
This interface can be used to adjust the classpath used by powermock to locate
class files.
|
JavaAssistClassMarker |
Instance of this interface can be used to mark
CtClass that it was created and loaded by PowerMock |
PowerMockModified |
Interface marker.
|
Class | Description |
---|---|
DeferSupportingClassLoader |
Defers classloading of system classes to a delegate.
|
JavaAssistClassMarkerFactory | |
JavaAssistClassMarkerFactory.InterfaceJavaAssistClassMarker |
The implementation of the
JavaAssistClassMarker which use an interface to mark type. |
MockClassLoader |
Mock all classes except system classes.
|
MockClassLoaderBuilder |
MockClassLoader builder.
|
MockClassLoaderBuilders |
Factory class for MockClassLoaderBuilder
|