Interface MockCreator
-
- All Known Implementing Classes:
AbstractMockCreator,DefaultMockCreator
public interface MockCreatorAn 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> TcreateMock(java.lang.Class<T> type, boolean isStatic, boolean isSpy, java.lang.Object delegator, org.mockito.MockSettings mockSettings, java.lang.reflect.Method... methods)
-