Interface JavaAssistClassMarker

All Known Implementing Classes:
JavaAssistClassMarkerFactory.InterfaceJavaAssistClassMarker

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

    Modifier and Type
    Method
    Description
    void
    mark(javassist.CtClass type)
    Mark type as loaded by PowerMock
  • Method Details

    • mark

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