Package com.shaft.validation
Class Validations
java.lang.Object
com.shaft.validation.Validations
-
Method Summary
Modifier and TypeMethodDescriptionstatic ValidationsBuilder
Start building your assertion (Note: if an assertion fails the test method execution will stop and fail)static ValidationsBuilder
Start building your verification (Note: if a verification fails the test method execution will continue normally and all failures will be reported at the end)
-
Method Details
-
assertThat
Start building your assertion (Note: if an assertion fails the test method execution will stop and fail)- Returns:
- a ValidationsBuilder Object to start building your validation
-
verifyThat
Start building your verification (Note: if a verification fails the test method execution will continue normally and all failures will be reported at the end)- Returns:
- a ValidationsBuilder Object to start building your validation
-