Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smack0007/nunitlauncher
Helper program for launching NUnit from Visual Studio.
https://github.com/smack0007/nunitlauncher
Last synced: 20 days ago
JSON representation
Helper program for launching NUnit from Visual Studio.
- Host: GitHub
- URL: https://github.com/smack0007/nunitlauncher
- Owner: smack0007
- License: mit
- Created: 2011-11-17T20:14:41.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-17T18:32:33.000Z (almost 13 years ago)
- Last Synced: 2024-11-07T11:47:57.331Z (2 months ago)
- Language: C#
- Homepage: http://zacharysnow.net
- Size: 93.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
Set this program up to be ran via the "External Tools" menu in Visual Studio and pass in $(SolutionDir) as arguments. You can also configure a keyboard shortcut to execute the program (CTRL + ALT + F5 for instance).
The program searches the directory structure for DLLs which end in "Tests.dll" under the the "bin" directory. You can set the path to NUnit in the NUnitLauncherConfig.xml.