Package org.powermock.core.classloader
Interface JavaAssistClassMarker
-
public interface JavaAssistClassMarkerInstance of this interface can be used to markCtClassthat it was created and loaded by PowerMock
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmark(javassist.CtClass type)Mark type as loaded by PowerMock
-