Uses of Class
org.powermock.api.mockito.internal.invocation.MockitoMethodInvocationControl
-
Packages that use MockitoMethodInvocationControl Package Description org.powermock.api.mockito.internal.expectation org.powermock.api.mockito.internal.mockcreation -
-
Uses of MockitoMethodInvocationControl in org.powermock.api.mockito.internal.expectation
Methods in org.powermock.api.mockito.internal.expectation with parameters of type MockitoMethodInvocationControl Modifier and Type Method Description private voidPowerMockitoStubberImpl. addAnswersForStubbing(MockitoMethodInvocationControl invocationControl) -
Uses of MockitoMethodInvocationControl in org.powermock.api.mockito.internal.mockcreation
Fields in org.powermock.api.mockito.internal.mockcreation declared as MockitoMethodInvocationControl Modifier and Type Field Description private MockitoMethodInvocationControlMockCreator.MockData. methodInvocationControlMethods in org.powermock.api.mockito.internal.mockcreation that return MockitoMethodInvocationControl Modifier and Type Method Description MockitoMethodInvocationControlMockCreator.MockData. getMethodInvocationControl()Constructors in org.powermock.api.mockito.internal.mockcreation with parameters of type MockitoMethodInvocationControl Constructor Description MockData(MockitoMethodInvocationControl methodInvocationControl, T mock)
-