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

All Known Subinterfaces:
ConstructorExpectationSetup<T>, WithOrWithoutExpectedArguments<T>
All Known Implementing Classes:
ConstructorAwareExpectationSetup, DefaultConstructorExpectationSetup, DefaultMethodExpectationSetup

public interface WithExpectedArguments<T>


Method Summary
 org.mockito.stubbing.OngoingStubbing<T> withArguments(Object firstArgument, Object... additionalArguments)
           
 

Method Detail

withArguments

org.mockito.stubbing.OngoingStubbing<T> withArguments(Object firstArgument,
                                                      Object... additionalArguments)
                                                      throws Exception
Throws:
Exception


Copyright © 2007-2011. All Rights Reserved.