-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Jenkins 2.140 (on Debian Stretch)
org.jenkins-ci.plugins:nunit:0.23
org.jenkins-ci.plugins:test-results-analyzer:0.3.5
A parameterized test, will be shown wrong in Test Result Analyzer.
The attached "Class1.cs" should show 3 different TestClasses inside TestResultAnalyzer:
- TestClass("a")
- TestClass("b")
- TestClass("c")
Instead only TestClass is shown. It is unclear in which results are presented here inside.
Adding the parameters to the classname attribute in TestResult.xml yields the same results.
Find attached:
- Class1.cs: TestClass
- TestResult.original.xml: Result file for parameterized class
- TestResult.patched1.xml: 1st try to patch TestResult.xml (not successful)
- visualstudio-testexplorer.PNG: Tests shown in VisualStudio
- test-result-analyzer.PNG: Tests shown in Jenkins
- nunit-console.PNG: output from console runner