Uses of Interface
org.powermock.api.mockito.expectation.PrivatelyExpectedArguments
-
Packages that use PrivatelyExpectedArguments Package Description org.powermock.api.mockito.expectation org.powermock.api.mockito.internal.expectation -
-
Uses of PrivatelyExpectedArguments in org.powermock.api.mockito.expectation
Methods in org.powermock.api.mockito.expectation that return PrivatelyExpectedArguments Modifier and Type Method Description <T> PrivatelyExpectedArguments
PowerMockitoStubber. when(java.lang.Class<T> classMock, java.lang.reflect.Method method)
Allows to mock a static private method when stubbing in doThrow()|doAnswer()|doNothing()|doReturn() style.<T> PrivatelyExpectedArguments
PowerMockitoStubber. when(T mock, java.lang.reflect.Method method)
Allows to mock a private instance method when stubbing in doThrow()|doAnswer()|doNothing()|doReturn() style. -
Uses of PrivatelyExpectedArguments in org.powermock.api.mockito.internal.expectation
Classes in org.powermock.api.mockito.internal.expectation that implement PrivatelyExpectedArguments Modifier and Type Class Description class
DefaultPrivatelyExpectedArguments
Methods in org.powermock.api.mockito.internal.expectation that return PrivatelyExpectedArguments Modifier and Type Method Description <T> PrivatelyExpectedArguments
PowerMockitoStubberImpl. when(java.lang.Class<T> classMock, java.lang.reflect.Method method)
<T> PrivatelyExpectedArguments
PowerMockitoStubberImpl. when(T mock, java.lang.reflect.Method method)
-