Interface WithExpectedParameterTypes<T>
- All Known Subinterfaces:
ConstructorExpectationSetup<T>
- All Known Implementing Classes:
DefaultConstructorExpectationSetup
public interface WithExpectedParameterTypes<T>
-
Method Summary
Modifier and TypeMethodDescriptionwithParameterTypes
(Class<?> parameterType, Class<?>... additionalParameterTypes)
-
Method Details
-
withParameterTypes
WithExpectedArguments<T> withParameterTypes(Class<?> parameterType, Class<?>... additionalParameterTypes)
-