Question

What is the difference between NUnit and NUnit.Runner packages?

Was it helpful?

Solution

NUnit package contains the NUnit framework library which lets you write tests. NUnit Runners package contains some additional tools which lets you execute tests, for example using a GUI runner.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top