Interface MockCreator
-
- All Known Implementing Classes:
AbstractMockCreator
,DefaultMockCreator
public interface MockCreator
An implementer of interface is reasonable for creating of an mocked instance of specific type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> T
createMock(java.lang.Class<T> type, boolean isStatic, boolean isSpy, java.lang.Object delegator, org.mockito.MockSettings mockSettings, java.lang.reflect.Method... methods)
-