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