org.powermock.api.mockito.expectation
Interface PrivatelyExpectedArguments

All Known Implementing Classes:
DefaultPrivatelyExpectedArguments

public interface PrivatelyExpectedArguments


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

Method Detail

withArguments

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

withNoArguments

<T> void withNoArguments()
                     throws Exception
Throws:
Exception


Copyright © 2007-2011. All Rights Reserved.