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
-
Method Details
-
adjustClassPath
void adjustClassPath(javassist.ClassPool classPool)
-