mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 22:07:09 +01:00
1 KiB
1 KiB
| Report | Passed | Failed | Skipped | Time |
|---|---|---|---|---|
| fixtures/dotnet-nunit.xml | 3 ✅ | 5 ❌ | 1 ⚪ | 230ms |
❌ fixtures/dotnet-nunit.xml
9 tests were completed in 230ms with 3 passed, 5 failed and 1 skipped.
| Test suite | Passed | Failed | Skipped | Time |
|---|---|---|---|---|
| DotnetTests.NUnitV3Tests.dll.DotnetTests.XUnitTests | 3 ✅ | 5 ❌ | 1 ⚪ | 69ms |
❌ DotnetTests.NUnitV3Tests.dll.DotnetTests.XUnitTests
CalculatorTests
✅ Is_Even_Number(2)
❌ Is_Even_Number(3)
Expected: True
But was: False
❌ Exception_In_TargetTest
System.DivideByZeroException : Attempted to divide by zero.
❌ Exception_In_Test
System.Exception : Test
❌ Failing_Test
Expected: 3
But was: 2
✅ Passing_Test
✅ Passing_Test_With_Description
⚪ Skipped_Test
❌ Timeout_Test