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> PrivatelyExpectedArgumentsPowerMockitoStubber. 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> PrivatelyExpectedArgumentsPowerMockitoStubber. 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 classDefaultPrivatelyExpectedArgumentsMethods in org.powermock.api.mockito.internal.expectation that return PrivatelyExpectedArguments Modifier and Type Method Description <T> PrivatelyExpectedArgumentsPowerMockitoStubberImpl. when(java.lang.Class<T> classMock, java.lang.reflect.Method method)<T> PrivatelyExpectedArgumentsPowerMockitoStubberImpl. when(T mock, java.lang.reflect.Method method)
-