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

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

public interface WithAnyArguments<T>


Method Summary
 org.mockito.stubbing.OngoingStubbing<T> withAnyArguments()
           
 

Method Detail

withAnyArguments

org.mockito.stubbing.OngoingStubbing<T> withAnyArguments()
                                                         throws Exception
Throws:
Exception


Copyright © 2007-2014. All Rights Reserved.