Uses of Interface
org.powermock.api.mockito.expectation.PrivatelyExpectedArguments

Packages that use PrivatelyExpectedArguments
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
<T> PrivatelyExpectedArguments
PowerMockitoStubber.when(Class<T> classMock, Method method)
          Allows to mock a static private method when stubbing in doThrow()|doAnswer()|doNothing()|doReturn() style.
<T> PrivatelyExpectedArguments
PowerMockitoStubber.when(T mock, 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
 class DefaultPrivatelyExpectedArguments
           
 

Methods in org.powermock.api.mockito.internal.expectation that return PrivatelyExpectedArguments
<T> PrivatelyExpectedArguments
PowerMockitoStubberImpl.when(Class<T> classMock, Method method)
           
<T> PrivatelyExpectedArguments
PowerMockitoStubberImpl.when(T mock, Method method)
           
 



Copyright © 2007-2012. All Rights Reserved.