| Package | Description |
|---|---|
| org.powermock.api.easymock.internal.invocationcontrol | |
| org.powermock.api.mockito.expectation | |
| org.powermock.api.mockito.internal.invocation |
| Modifier and Type | Field and Description |
|---|---|
private InvocationSubstitute<T> |
EasyMockNewInvocationControl.substitute |
| Constructor and Description |
|---|
EasyMockNewInvocationControl(InvocationSubstitute<T> substitute,
java.lang.Class<T> type) |
| Modifier and Type | Field and Description |
|---|---|
private InvocationSubstitute |
DefaultConstructorExpectationSetup.mock |
| Modifier and Type | Method and Description |
|---|---|
private NewInvocationControl<org.mockito.stubbing.OngoingStubbing<T>> |
DefaultConstructorExpectationSetup.createNewInvocationControl(InvocationSubstitute<T> mock) |
| Modifier and Type | Field and Description |
|---|---|
private InvocationSubstitute<T> |
MockitoNewInvocationControl.substitute |
| Modifier and Type | Method and Description |
|---|---|
InvocationSubstitute<T> |
MockitoNewInvocationControl.getSubstitute() |
| Constructor and Description |
|---|
MockitoNewInvocationControl(InvocationSubstitute<T> substitute) |