Class DefaultMethodExpectationSetup<T>
java.lang.Object
org.powermock.api.mockito.internal.expectation.DefaultMethodExpectationSetup<T>
- All Implemented Interfaces:
WithExpectedArguments<T>
,WithOrWithoutExpectedArguments<T>
,WithoutExpectedArguments<T>
public class DefaultMethodExpectationSetup<T>
extends Object
implements WithOrWithoutExpectedArguments<T>
-
Field Details
-
object
-
method
-
-
Constructor Details
-
DefaultMethodExpectationSetup
-
-
Method Details
-
withArguments
public org.mockito.stubbing.OngoingStubbing<T> withArguments(Object firstArgument, Object... additionalArguments) throws Exception - Specified by:
withArguments
in interfaceWithExpectedArguments<T>
- Throws:
Exception
-
withNoArguments
- Specified by:
withNoArguments
in interfaceWithoutExpectedArguments<T>
- Throws:
Exception
-
join
-