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 TypeMethodDescription<T> voidmark(ClassWrapper<T> type) Mark type as loaded by PowerMock
-
Method Details
-
mark
-