What is the difference between NUnit and NUnit.Runner packages?
Asked
Active
Viewed 257 times
1 Answers
2
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.

Wiktor Zychla
- 47,367
- 6
- 74
- 106
-
Thanks for the answer. When I downloaded NUnit extension I was hoping 2 see Tools directory, unfortunately there was no tools directory at the version 2.6x. Do you have any idea, whether NUnit.Runner package contains Tools directory or not? – ahmet Jul 26 '12 at 10:43