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 Object
implements WithOrWithoutVerifiedArguments
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwithArguments(Object firstArgument, Object... additionalArguments) void
-
Field Details
-
method
-
-
Constructor Details
-
VerificationArguments
-
-
Method Details
-
withArguments
- Specified by:
withArgumentsin interfaceWithVerifiedArguments- Throws:
Exception
-
withNoArguments
- Specified by:
withNoArgumentsin interfaceWithoutVerifiedArguments- Throws:
Exception
-