Is there a way to create unit tests that can be run using the Visual Studio Unit Testing Framework , as well as NUnit ? I personally prefer Visual Studio alone, but the build server I use is only NUnit, so I would like to support both options if possible.
EDIT: To clarify, I would like to run my own tests using Visual Studio (without add-ons or extensions), but other colleagues would like to use NUnit, and the build server needs NUnit. I canโt change anything except the code, so I thought that there would be an easy way to satisfy everyone, but it looks a little more complicated :)
source
share