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
-
join
-
withArguments
public org.mockito.stubbing.OngoingStubbing<T> withArguments(Object firstArgument, Object... additionalArguments) throws Exception - Specified by:
withArgumentsin interfaceWithExpectedArguments<T>- Throws:
Exception
-
withNoArguments
- Specified by:
withNoArgumentsin interfaceWithoutExpectedArguments<T>- Throws:
Exception
-