org.powermock.api.mockito.expectation
Interface PrivatelyExpectedArguments

All Known Implementing Classes:
DefaultPrivatelyExpectedArguments

public interface PrivatelyExpectedArguments


Method Summary
<T> void
withArguments(java.lang.Object firstArgument, java.lang.Object... additionalArguments)
           
<T> void
withNoArguments()
           
 

Method Detail

withArguments

<T> void withArguments(java.lang.Object firstArgument,
                       java.lang.Object... additionalArguments)
                   throws java.lang.Exception
Throws:
java.lang.Exception

withNoArguments

<T> void withNoArguments()
                     throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2007-2012. All Rights Reserved.