org.powermock.api.mockito.internal.expectation
Class DefaultPrivatelyExpectedArguments

java.lang.Object
  extended by org.powermock.api.mockito.internal.expectation.DefaultPrivatelyExpectedArguments
All Implemented Interfaces:
PrivatelyExpectedArguments

public class DefaultPrivatelyExpectedArguments
extends Object
implements PrivatelyExpectedArguments


Constructor Summary
DefaultPrivatelyExpectedArguments(Object mock, Method method)
           
 
Method Summary
<T> void
withArguments(Object firstArgument, Object... additionalArguments)
           
<T> void
withNoArguments()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPrivatelyExpectedArguments

public DefaultPrivatelyExpectedArguments(Object mock,
                                         Method method)
Method Detail

withArguments

public <T> void withArguments(Object firstArgument,
                              Object... additionalArguments)
                   throws Exception
Specified by:
withArguments in interface PrivatelyExpectedArguments
Throws:
Exception

withNoArguments

public <T> void withNoArguments()
                     throws Exception
Specified by:
withNoArguments in interface PrivatelyExpectedArguments
Throws:
Exception


Copyright © 2007-2011. All Rights Reserved.