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