Interface JavaAssistClassMarker


  • public interface JavaAssistClassMarker
    Instance of this interface can be used to mark CtClass that it was created and loaded by PowerMock
    • Method Detail

      • mark

        void mark​(javassist.CtClass type)
        Mark type as loaded by PowerMock
        Parameters:
        type - to mark.