Skip to content

Files

Latest commit

 

History

History
34 lines (34 loc) · 1.12 KB

dotnet-trx.md

File metadata and controls

34 lines (34 loc) · 1.12 KB

Tests failed

Report Passed Failed Skipped Time
fixtures/dotnet-trx.trx 5 ✅ 5 ❌ 1 ⚪ 1s

11 tests were completed in 1s with 5 passed, 5 failed and 1 skipped.

Test suite Passed Failed Skipped Time
DotnetTests.XUnitTests.CalculatorTests 5 ✅ 5 ❌ 1 ⚪ 118ms
✅ Custom Name
❌ 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
✅ Is_Even_Number(i: 2)
❌ Is_Even_Number(i: 3)
	Assert.True() Failure
	Expected: True
	Actual:   False
✅ Passing_Test
✅ Should be even number(i: 2)
❌ Should be even number(i: 3)
	Assert.True() Failure
	Expected: True
	Actual:   False
⚪ Skipped_Test
✅ Timeout_Test