test-reporter/__tests__/__outputs__/dotnet-trx.md
2021-03-31 22:34:58 +02:00

799 B

Tests failed

 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