public class DefaultPrivatelyExpectedArguments extends java.lang.Object implements PrivatelyExpectedArguments
Constructor and Description |
---|
DefaultPrivatelyExpectedArguments(java.lang.Object mock,
java.lang.reflect.Method method) |
Modifier and Type | Method and Description |
---|---|
<T> void |
withArguments(java.lang.Object firstArgument,
java.lang.Object... additionalArguments) |
<T> void |
withNoArguments() |
public DefaultPrivatelyExpectedArguments(java.lang.Object mock, java.lang.reflect.Method method)
public <T> void withArguments(java.lang.Object firstArgument, java.lang.Object... additionalArguments) throws java.lang.Exception
withArguments
in interface PrivatelyExpectedArguments
java.lang.Exception
public <T> void withNoArguments() throws java.lang.Exception
withNoArguments
in interface PrivatelyExpectedArguments
java.lang.Exception