Assert.Multiple(() =>
{
Assert.AreEqual(2, 3, "The first failed assert");
Assert.AreEqual(4, 5, "The second failed assert");
throw new Exception("And exception and the end.");
});
Would be nice to see stacktraces for all failed inner assertions.
The are available in original xml report at /assertions/assertion/failure/stacktrace.
Would be nice to see stacktraces for all failed inner assertions.
The are available in original xml report at
/assertions/assertion/failure/stacktrace
.