Interface ConstructorExpectationSetup<T>

All Superinterfaces:
WithAnyArguments<T>, WithExpectedArguments<T>, WithExpectedParameterTypes<T>, WithOrWithoutExpectedArguments<T>, WithoutExpectedArguments<T>
All Known Implementing Classes:
DefaultConstructorExpectationSetup

public interface ConstructorExpectationSetup<T> extends WithOrWithoutExpectedArguments<T>, WithExpectedParameterTypes<T>, WithAnyArguments<T>