Extension for IsAllValid
Closed this issue · 1 comments
andrekirst commented
Extension for IsAllValid
Description
Create extension for IEnumerable<ValidationResponse>
named IsAllValid to check, that no error occured.
Tests
- Test with two errors. Expect: false
- Test with zero errors. Expect: true
andrekirst commented
Umgesetzt mit PR #11