| Modifier and Type | Class and Description |
|---|---|
class |
EasyMockNewInvocationControl<T> |
| Modifier and Type | Method and Description |
|---|---|
private NewInvocationControl<org.mockito.stubbing.OngoingStubbing<T>> |
DefaultConstructorExpectationSetup.createNewInvocationControl(java.lang.Class<T> type,
java.lang.Class<T> unmockedType) |
private NewInvocationControl<org.mockito.stubbing.OngoingStubbing<T>> |
DefaultConstructorExpectationSetup.createNewInvocationControl(InvocationSubstitute<T> mock) |
| Modifier and Type | Class and Description |
|---|---|
class |
MockitoNewInvocationControl<T> |
| Constructor and Description |
|---|
DefaultConstructorArgumentsVerification(NewInvocationControl<T> invocationControl,
java.lang.Class<?> type) |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Map<java.lang.Class<?>,NewInvocationControl<?>> |
MockRepository.newSubstitutions |
| Modifier and Type | Method and Description |
|---|---|
static NewInvocationControl<?> |
MockRepository.getNewInstanceControl(java.lang.Class<?> type) |
static NewInvocationControl<?> |
MockRepository.putNewInstanceControl(java.lang.Class<?> type,
NewInvocationControl<?> control) |
| Modifier and Type | Method and Description |
|---|---|
static NewInvocationControl<?> |
MockRepository.putNewInstanceControl(java.lang.Class<?> type,
NewInvocationControl<?> control) |