Class DefaultPrivatelyExpectedArguments
- java.lang.Object
-
- org.powermock.api.mockito.internal.expectation.DefaultPrivatelyExpectedArguments
-
- All Implemented Interfaces:
PrivatelyExpectedArguments
public class DefaultPrivatelyExpectedArguments extends Object implements PrivatelyExpectedArguments
-
-
Constructor Summary
Constructors Constructor Description DefaultPrivatelyExpectedArguments(Object mock, Method method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> void
withArguments(Object firstArgument, Object... additionalArguments)
<T> void
withNoArguments()
-
-
-
Method Detail
-
withArguments
public <T> void withArguments(Object firstArgument, Object... additionalArguments) throws Exception
- Specified by:
withArguments
in interfacePrivatelyExpectedArguments
- Throws:
Exception
-
withNoArguments
public <T> void withNoArguments() throws Exception
- Specified by:
withNoArguments
in interfacePrivatelyExpectedArguments
- Throws:
Exception
-
-