Skip to content

Commit

Permalink
updated multiple asserts
Browse files Browse the repository at this point in the history
  • Loading branch information
OsirisTerje committed Mar 8, 2025
1 parent 43bdcc1 commit 3c7db71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Earlier than NUnit 4.2 you can must use `Assert.Multiple`:
* Assert.Inconclusive
* Assume.That

7. Use of Warnings (Assert.Warn, Warn.If, Warn.Unless) is permitted inside a multiple assert block. Warnings are
8. Use of Warnings (Assert.Warn, Warn.If, Warn.Unless) is permitted inside a multiple assert block. Warnings are
reported normally along with any failures that occur inside the block.

### Runner Support
Expand Down

0 comments on commit 3c7db71

Please sign in to comment.