Skip to content

flcdrg/ReSharper-TestToolsPlugin

 
 

Repository files navigation

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 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, or fork the project and send a pull request.

About

Generates stub for NUnit tests for given class

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • C# 100.0%