Interface ClassMarker

All Known Implementing Classes:
JavaAssistClassMarkerFactory.InterfaceClassMarker

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

    Modifier and Type
    Method
    Description
    <T> void
    mark(ClassWrapper<T> type)
    Mark type as loaded by PowerMock
  • Method Details

    • mark

      <T> void mark(ClassWrapper<T> type)
      Mark type as loaded by PowerMock
      Parameters:
      type - to mark.