Uses of Annotation Type
org.powermock.core.classloader.annotations.UseClassPathAdjuster
Packages that use UseClassPathAdjuster
-
Uses of UseClassPathAdjuster in org.powermock.core.classloader
Methods in org.powermock.core.classloader with parameters of type UseClassPathAdjusterModifier and TypeMethodDescriptionMockClassLoaderBuilder.addClassPathAdjuster(UseClassPathAdjuster useClassPathAdjuster) -
Uses of UseClassPathAdjuster in org.powermock.core.classloader.javassist
Constructors in org.powermock.core.classloader.javassist with parameters of type UseClassPathAdjusterModifierConstructorDescriptionJavassistMockClassLoader(String[] classesToMock, String[] packagesToDefer, UseClassPathAdjuster useClassPathAdjuster) JavassistMockClassLoader(MockClassLoaderConfiguration configuration, UseClassPathAdjuster useClassPathAdjuster)