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 Detail

      • adjustClassPath

        void adjustClassPath​(javassist.ClassPool classPool)