Class DefaultPrivatelyExpectedArguments
java.lang.Object
org.powermock.api.mockito.internal.expectation.DefaultPrivatelyExpectedArguments
- All Implemented Interfaces:
PrivatelyExpectedArguments
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> void
withArguments
(Object firstArgument, Object... additionalArguments) <T> void
-
Field Details
-
method
-
mock
-
-
Constructor Details
-
DefaultPrivatelyExpectedArguments
-
-
Method Details
-
withArguments
- Specified by:
withArguments
in interfacePrivatelyExpectedArguments
- Throws:
Exception
-
withNoArguments
- Specified by:
withNoArguments
in interfacePrivatelyExpectedArguments
- Throws:
Exception
-