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 TypeMethodDescriptionvoid
withArguments
(Object firstArgument, Object... additionalArguments) void
-
Field Details
-
method
-
-
Constructor Details
-
VerificationArguments
-
-
Method Details
-
withArguments
- Specified by:
withArguments
in interfaceWithVerifiedArguments
- Throws:
Exception
-
withNoArguments
- Specified by:
withNoArguments
in interfaceWithoutVerifiedArguments
- Throws:
Exception
-