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

Packages that use WithExpectedArguments
org.powermock.api.mockito.expectation   
org.powermock.api.mockito.internal.expectation   
 

Uses of WithExpectedArguments in org.powermock.api.mockito.expectation
 

Subinterfaces of WithExpectedArguments in org.powermock.api.mockito.expectation
 interface ConstructorExpectationSetup<T>
           
 interface WithOrWithoutExpectedArguments<T>
           
 

Methods in org.powermock.api.mockito.expectation that return WithExpectedArguments
 WithExpectedArguments<T> WithExpectedParameterTypes.withParameterTypes(Class<?> parameterType, Class<?>... additionalParameterTypes)
           
 

Uses of WithExpectedArguments in org.powermock.api.mockito.internal.expectation
 

Classes in org.powermock.api.mockito.internal.expectation that implement WithExpectedArguments
 class ConstructorAwareExpectationSetup<T>
           
 class DefaultConstructorExpectationSetup<T>
           
 class DefaultMethodExpectationSetup<T>
           
 

Methods in org.powermock.api.mockito.internal.expectation that return WithExpectedArguments
 WithExpectedArguments<T> DefaultConstructorExpectationSetup.withParameterTypes(Class<?> parameterType, Class<?>... additionalParameterTypes)
           
 



Copyright © 2007-2011. All Rights Reserved.