public interface MockCreator
Modifier and Type | Method and Description |
---|---|
<T> T |
createMock(Class<T> type,
boolean isStatic,
boolean isSpy,
Object delegator,
org.mockito.MockSettings mockSettings,
Method... methods) |
Copyright © 2019. All rights reserved.