Interface ConstructorArgumentsVerification
-
- All Known Implementing Classes:
DefaultConstructorArgumentsVerification
public interface ConstructorArgumentsVerification
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
withArguments(java.lang.Object argument, java.lang.Object... additionalArguments)
void
withNoArguments()
-