ConstructorExpectationSetup<T>
, WithOrWithoutExpectedArguments<T>
ConstructorAwareExpectationSetup
, DefaultConstructorExpectationSetup
, DefaultMethodExpectationSetup
public interface WithExpectedArguments<T>
Modifier and Type | Method | Description |
---|---|---|
org.mockito.stubbing.OngoingStubbing<T> |
withArguments(Object firstArgument,
Object... additionalArguments) |
Copyright © 2007–2019. All rights reserved.