Interface WithExpectedParameterTypes<T>
-
- All Known Subinterfaces:
ConstructorExpectationSetup<T>
- All Known Implementing Classes:
DefaultConstructorExpectationSetup
public interface WithExpectedParameterTypes<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WithExpectedArguments<T>
withParameterTypes(Class<?> parameterType, Class<?>... additionalParameterTypes)
-
-
-
Method Detail
-
withParameterTypes
WithExpectedArguments<T> withParameterTypes(Class<?> parameterType, Class<?>... additionalParameterTypes)
-
-