Package org.powermock.core.classloader
Interface ClassPathAdjuster
-
public interface ClassPathAdjuster
This interface can be used to adjust the classpath used by powermock to locate class files. Use the @UseClassPathAdjuster
to activate.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
adjustClassPath(javassist.ClassPool classPool)
-