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.Methodmethod
-
Constructor Summary
Constructors Constructor Description VerificationArguments(java.lang.reflect.Method method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwithArguments(java.lang.Object firstArgument, java.lang.Object... additionalArguments)voidwithNoArguments()
-
-
-
Method Detail
-
withArguments
public void withArguments(java.lang.Object firstArgument, java.lang.Object... additionalArguments) throws java.lang.Exception- Specified by:
withArgumentsin interfaceWithVerifiedArguments- Throws:
java.lang.Exception
-
withNoArguments
public void withNoArguments() throws java.lang.Exception- Specified by:
withNoArgumentsin interfaceWithoutVerifiedArguments- Throws:
java.lang.Exception
-
-