reportportal / agent-net-nunit

Report Portal integration point with NUnit 3
Apache License 2.0
21 stars 10 forks source link

Stacktraces are missing for failed test with Assert.Multiple method #40

Closed nvborisenko closed 5 years ago

nvborisenko commented 5 years ago
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.");
            });

image

Would be nice to see stacktraces for all failed inner assertions.

The are available in original xml report at /assertions/assertion/failure/stacktrace.