nunit / nunit-v2-result-writer

The V2 result writer converts NUnit 3 formatted XML results to NUnit 2 format.
MIT License
2 stars 4 forks source link

Add tests to verify format of result file when there are multiple assemblies #23

Closed CharliePoole closed 3 years ago

CharliePoole commented 3 years ago

Closes #13

The actual request in #13 related to the XSD schema for the result file. However, the XSD is not in this project but in NUnit V2, where it will be modified. This PR merely adds additional package tests to verify the current behavior is correct.