test-reporter/__tests__/__outputs__/dotnet-trx.md
2023-01-04 23:29:10 +00:00

1.1 KiB

Tests failed

 DotnetTests.XUnitTests

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

 DotnetTests.XUnitTests.CalculatorTests

:white_check_mark: Custom Name
:x: Exception_In_TargetTest
	System.DivideByZeroException : Attempted to divide by zero.
:x: Exception_In_Test
	System.Exception : Test
:x: Failing_Test
	Assert.Equal() Failure
	Expected: 3
	Actual:   2
:white_check_mark: Is_Even_Number(i: 2)
:x: Is_Even_Number(i: 3)
	Assert.True() Failure
	Expected: True
	Actual:   False
:white_check_mark: Passing_Test
:white_check_mark: Should be even number(i: 2)
:x: Should be even number(i: 3)
	Assert.True() Failure
	Expected: True
	Actual:   False
:warning: Skipped_Test
:white_check_mark: Timeout_Test