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>