PrivatelyExpectedArguments
public 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 PrivatelyExpectedArguments
Exception
public <T> void withNoArguments() throws Exception
withNoArguments
in interface PrivatelyExpectedArguments
Exception
Copyright © 2007–2019. All rights reserved.