PrivatelyExpectedArgumentspublic class DefaultPrivatelyExpectedArguments extends Object implements PrivatelyExpectedArguments
| Constructor | Description |
|---|---|
DefaultPrivatelyExpectedArguments(Object mock,
Method method) |
| Modifier and Type | Method | 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–2019. All rights reserved.