https://github.com/kropp/resharper-testtoolsplugin
Generates stub for NUnit tests for given class
https://github.com/kropp/resharper-testtoolsplugin
Last synced: about 1 year ago
JSON representation
Generates stub for NUnit tests for given class
- Host: GitHub
- URL: https://github.com/kropp/resharper-testtoolsplugin
- Owner: kropp
- License: apache-2.0
- Created: 2013-05-03T08:46:34.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-05-28T15:29:12.000Z (about 12 years ago)
- Last Synced: 2025-05-08T21:03:44.328Z (about 1 year ago)
- Language: C#
- Size: 198 KB
- Stars: 7
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ReSharper TestTools
This plugin adds following actions:
* Generate test fixture stub for given class
* Ignore/unignore test from Unit Test Session
* Mark test with category from Unit Test Session (with suggests based on categories used in solution)
* Run any method w/o parameters as test
Only NUnit and ReSharper 8.0 are supported.
## Install ##
Open ReSharper - Extension Manager… and find TestTools in ReSharper Gallery.
## Build ##
To build the source, you need the [ReSharper 8.0 SDK](http://confluence.jetbrains.com/display/ReSharper/ReSharper+8+EAP) installed.
Simply build solution using VS 2012. (Projects targets .NET 4.0, so it should work in VS 2010 as well)
## Contributing ##
Feel free to [raise issues on GitHub](https://github.com/kropp/ReSharper-TestTools/issues), or [fork the project](http://help.github.com/fork-a-repo/) and [send a pull request](http://help.github.com/send-pull-requests/).