Class JavaAssistClassMarkerFactory.InterfaceJavaAssistClassMarker

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private javassist.ClassPool classPool  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void mark​(javassist.CtClass type)
      Mark type as loaded by PowerMock
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • classPool

        private final javassist.ClassPool classPool
    • Constructor Detail

      • InterfaceJavaAssistClassMarker

        InterfaceJavaAssistClassMarker​(javassist.ClassPool classPool)
    • Method Detail