mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 14:27:10 +01:00
919 B
919 B
❌ 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