private class DefaultPrivateMethodVerification.VerificationArguments extends java.lang.Object implements WithOrWithoutVerifiedArguments
| Modifier and Type | Field and Description |
|---|---|
private java.lang.reflect.Method |
method |
| Constructor and Description |
|---|
VerificationArguments(java.lang.reflect.Method method) |
| Modifier and Type | Method and Description |
|---|---|
void |
withArguments(java.lang.Object firstArgument,
java.lang.Object... additionalArguments) |
void |
withNoArguments() |
public VerificationArguments(java.lang.reflect.Method method)
public void withArguments(java.lang.Object firstArgument,
java.lang.Object... additionalArguments)
throws java.lang.Exception
withArguments in interface WithVerifiedArgumentsjava.lang.Exceptionpublic void withNoArguments()
throws java.lang.Exception
withNoArguments in interface WithoutVerifiedArgumentsjava.lang.Exception