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 void
PowerMockitoStubberImpl. 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 MockitoMethodInvocationControl
MockCreator.MockData. methodInvocationControl
Methods in org.powermock.api.mockito.internal.mockcreation that return MockitoMethodInvocationControl Modifier and Type Method Description MockitoMethodInvocationControl
MockCreator.MockData. getMethodInvocationControl()
Constructors in org.powermock.api.mockito.internal.mockcreation with parameters of type MockitoMethodInvocationControl Constructor Description MockData(MockitoMethodInvocationControl methodInvocationControl, T mock)
-