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

    Modifier and Type
    Method
    Description
    void
    adjustClassPath(javassist.ClassPool classPool)
     
  • Method Details

    • adjustClassPath

      void adjustClassPath(javassist.ClassPool classPool)