Meta
Meta

Reputation: 425

how to run nunit test standalone

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

Answers (1)

Daniel Hilgarth
Daniel Hilgarth

Reputation: 174397

Sure. Just use the NUnit Runner that is supplied with NUnit.

Upvotes: 4

Related Questions