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

Method Detail

adjustClassPath

void adjustClassPath(javassist.ClassPool classPool)


Copyright © 2007-2014. All Rights Reserved.