Package org.powermock.core.reporter
Interface PowerMockReporter
-
- All Known Implementing Classes:
MockitoPowerMockReporter
public interface PowerMockReporter
The interface is used to provide a user well-defined exception description.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> void
classNotPrepared(Class<T> type)
-
-
-
Method Detail
-
classNotPrepared
<T> void classNotPrepared(Class<T> type)
-
-