Package org.powermock.core.classloader
Interface ClassMarker
-
- All Known Implementing Classes:
JavaAssistClassMarkerFactory.InterfaceClassMarker
public interface ClassMarkerInstance 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> voidmark(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.
-
-