Difference between NUnit and NUnit.Runner

265 Views Asked by At

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

1

There are 1 best solutions below

1
Wiktor Zychla On BEST ANSWER

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.