|
Visual Studio 2005 sources |
To use this addin you must first copy its compiled assembly inside the "addins" subfolder of NUnit installation path. The compiled assembly can be obtained in two ways: - You can generate it using the avaiable VS2005 solution
- You can download it ready to use from the links below in this page
If you want to compile it by yourself, you can download the VS2005 solution that contains 2 projects: - The AddIn project, with all the classes described above.
This project has a post-build event that copies the output DLL into the default NUnit installation folder (default is "C:\Programmi\NUnit 2.5\bin\net-2.0\addins" for the 2.5 version). If your NUnit installation is on another path, just change it and recompile the project. If you want to manually manage the AddIn installation (i.e. to don't interfere with already running instances), just remove the post-build event. - An NUnit project useful to test the functionalities implemented in the AddIn.
The total coverage is not the highest possible, but the included tests are enough to ensure a good code stability. Every project in the solution needs for valid NUnit references. |
|
Binaries |
The binaries package just contains the compiled DLL to copy into your NUnit folder. Download it, explode it, copy it. That's all ! |
|
Downloads for most recent release |
| Version 1.1.0.0 (2009-07-13)
|
|
Downloads for older releases |
| Version 1.0.0.0 (2009-05-12)
|