-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Minor
-
Component/s: xunit-plugin
-
Environment:v1.5.3 XUnit Plugin
Some of our XUnit files are not fully converting to JUnit files. In the attached XUnit file all of the test suites show up except:
- SomeProject.Contracts.Tests.CustomerTests
- SomeProject.Contracts.Tests.DestinationTests
These test suites both make extensive use of the xUnit "Theory" attribute which involves the writing out of test parameters into the test name. I guess is that the the xUnit -> jUnit converter is failing to parse test names correctly if they contain the " marker in them.