docs
docs copied to clipboard
Show examples of multiple parallel asserts in C# (NUnit)/Java (JUnit)
NUnit: https://github.com/nunit/docs/wiki/Multiple-Asserts junit: https://junit.org/junit5/docs/current/api/org/junit/jupiter/api/Assertions.html#assertAll(java.lang.String,java.util.Collection) (or https://junit.org/junit5/docs/current/user-guide/#writing-tests-assertions)