Reputation: 425
I have a bunch of .net nunit tests that need to be run on specific machine.
Unfortunately I have only remote desktop access to this machine and unable to install visual studio and all stuff.
Question: is there a way to run unit tests as standalone application?
Upvotes: 3
Views: 2283
Reputation: 174397
Sure. Just use the NUnit Runner that is supplied with NUnit.
Upvotes: 4