nunit / nunit3-vs-adapter

NUnit 3.0 Visual Studio test adapter for use under VS 2012 or later
https://nunit.org
MIT License
205 stars 106 forks source link

Create dummy test case for the assembly when the execution fails. #1191

Closed OsirisTerje closed 4 months ago

OsirisTerje commented 4 months ago

Fixes #1186

The fix creates a dummy test case, and set it to fail, and adds as much error information as possible. This way any builds will fail.