Interface WithOrWithoutExpectedArguments<T>
- All Superinterfaces:
WithExpectedArguments<T>, WithoutExpectedArguments<T>
- All Known Subinterfaces:
ConstructorExpectationSetup<T>
- All Known Implementing Classes:
ConstructorAwareExpectationSetup, DefaultConstructorExpectationSetup, DefaultMethodExpectationSetup
public interface WithOrWithoutExpectedArguments<T>
extends WithExpectedArguments<T>, WithoutExpectedArguments<T>
-
Method Summary
Methods inherited from interface WithExpectedArguments
withArgumentsMethods inherited from interface WithoutExpectedArguments
withNoArguments