- Open attached project
- Run all TestFixtures in Test class
Reported as follows in Output -> Test Runner window:
Test started…
Ignored: ParameterizedTests.Test.AlwaysPasses
Reason: reason
Summary: Passed: 2, Failed: 0, Ignored: 0
Duration: 1.66 seconds
It should say:
Test started…
Ignored: ParameterizedTests.Test.AlwaysPasses
Reason: reason
Summary: Passed: 2, Failed: 0, Ignored: 1
Duration: 1.66 seconds
Reported correctly in Test Runner window.
VS Solution attached
Hi Wade,
Thank you for the attached source code.
I have managed to reproduce the issue. Please give us some time to research the issue in detail.