Package org.powermock.core.classloader
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> void
mark
(ClassWrapper<T> type) Mark type as loaded by PowerMock
-
Method Details
-
mark
Mark type as loaded by PowerMock- Parameters:
type
- to mark.
-