mirror of
https://github.com/dorny/test-reporter.git
synced 2026-03-22 07:52:14 +01:00
1.1 KiB
1.1 KiB
| Report | Passed | Failed | Skipped | Time |
|---|---|---|---|---|
| fixtures/dotnet-nunit-legacy.xml | 3 ✅ | 5 ❌ | 2 ⚪ | 9ms |
❌ fixtures/dotnet-nunit-legacy.xml
10 tests were completed in 9ms with 3 passed, 5 failed and 2 skipped.
| Test suite | Passed | Failed | Skipped | Time |
|---|---|---|---|---|
| NUnitLegacyTests.CalculatorTests | 3 ✅ | 5 ❌ | 2 ⚪ | NaNms |
❌ NUnitLegacyTests.CalculatorTests
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
⚪ Inconclusive_Test
couldn't run test for some reason
✅ Passing_Test
✅ Passing_Test_With_Description
⚪ Skipped_Test
Skipped
❌ Timeout_Test
Test exceeded Timeout value of 1ms