You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current behaviour is that Specifications will only run until they reach an error. This means all subsequent validators in a specification will not get run, and so the test will not report on further issues.
Specifications should run all of their validations and continue on error so that all assertion errors are reported.
The text was updated successfully, but these errors were encountered:
mjahlv
changed the title
Specifications should run all of their validators, regardless of errors
Specifications should run all of their validators, regardless of assertion errors
Apr 27, 2021
I will look at how this can be done, the main challenge is assertions from the mstest, fluentvalidations and others fail the test when the first condition is not met, so may need to add extensions for this scenario
The current behaviour is that Specifications will only run until they reach an error. This means all subsequent validators in a specification will not get run, and so the test will not report on further issues.
Specifications should run all of their validations and continue on error so that all assertion errors are reported.
The text was updated successfully, but these errors were encountered: