public class DefaultPrivatelyExpectedArguments extends Object implements PrivatelyExpectedArguments
| Constructor and Description |
|---|
DefaultPrivatelyExpectedArguments(Object mock,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
withArguments(Object firstArgument,
Object... additionalArguments) |
<T> void |
withNoArguments() |
public <T> void withArguments(Object firstArgument, Object... additionalArguments) throws Exception
withArguments in interface PrivatelyExpectedArgumentsExceptionpublic <T> void withNoArguments()
throws Exception
withNoArguments in interface PrivatelyExpectedArgumentsExceptionCopyright © 2007–2015. All rights reserved.