org.powermock.api.mockito.expectation
Interface WithExpectedParameterTypes<T>

All Known Subinterfaces:
ConstructorExpectationSetup<T>
All Known Implementing Classes:
DefaultConstructorExpectationSetup

public interface WithExpectedParameterTypes<T>


Method Summary
 WithExpectedArguments<T> withParameterTypes(Class<?> parameterType, Class<?>... additionalParameterTypes)
           
 

Method Detail

withParameterTypes

WithExpectedArguments<T> withParameterTypes(Class<?> parameterType,
                                            Class<?>... additionalParameterTypes)


Copyright © 2007-2011. All Rights Reserved.