Uses of Class
org.powermock.core.classloader.annotations.UseClassPathAdjuster
-
Packages that use UseClassPathAdjuster Package Description org.powermock.core.classloader -
-
Uses of UseClassPathAdjuster in org.powermock.core.classloader
Constructors in org.powermock.core.classloader with parameters of type UseClassPathAdjuster Constructor Description MockClassLoader(String[] classesToMock, String[] packagesToDefer, UseClassPathAdjuster useClassPathAdjuster)
Creates a new instance of theMockClassLoader
based on the following parameters:MockClassLoader(String[] classesToMock, UseClassPathAdjuster useClassPathAdjuster)
Creates a new instance of theMockClassLoader
based on the following parameters:
-