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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> void
mark(ClassWrapper<T> type)
Mark type as loaded by PowerMock
-
-
-
Method Detail
-
mark
<T> void mark(ClassWrapper<T> type)
Mark type as loaded by PowerMock- Parameters:
type
- to mark.
-
-