andrekirst/ValidationFramework

Extension for IsAllValid

Closed this issue · 1 comments

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

Umgesetzt mit PR #11