mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 22:37:09 +01:00
799 B
799 B
❌ fixtures/dotnet-trx.trx
7 tests were completed in 1s with 3 passed, 3 failed and 1 skipped.
| Test suite | Passed | Failed | Skipped | Time |
|---|---|---|---|---|
| DotnetTests.XUnitTests.CalculatorTests | 3✔️ | 3❌ | 1✖️ | 110ms |
❌ DotnetTests.XUnitTests.CalculatorTests
❌ Exception_In_TargetTest
System.DivideByZeroException : Attempted to divide by zero.
❌ Exception_In_Test
System.Exception : Test
❌ Failing_Test
Assert.Equal() Failure
Expected: 3
Actual: 2
✔️ Passing_Test
✔️ Passing_Test_With_Name
✖️ Skipped_Test
✔️ Timeout_Test