Class DefaultPrivateMethodVerification.VerificationArguments
- java.lang.Object
-
- org.powermock.api.mockito.internal.verification.DefaultPrivateMethodVerification.VerificationArguments
-
- All Implemented Interfaces:
WithOrWithoutVerifiedArguments
,WithoutVerifiedArguments
,WithVerifiedArguments
- Enclosing class:
- DefaultPrivateMethodVerification
private class DefaultPrivateMethodVerification.VerificationArguments extends java.lang.Object implements WithOrWithoutVerifiedArguments
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.reflect.Method
method
-
Constructor Summary
Constructors Constructor Description VerificationArguments(java.lang.reflect.Method method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
withArguments(java.lang.Object firstArgument, java.lang.Object... additionalArguments)
void
withNoArguments()
-
-
-
Method Detail
-
withArguments
public void withArguments(java.lang.Object firstArgument, java.lang.Object... additionalArguments) throws java.lang.Exception
- Specified by:
withArguments
in interfaceWithVerifiedArguments
- Throws:
java.lang.Exception
-
withNoArguments
public void withNoArguments() throws java.lang.Exception
- Specified by:
withNoArguments
in interfaceWithoutVerifiedArguments
- Throws:
java.lang.Exception
-
-