Rider Help

Unit Testing

Rider helps discover and run or debug unit tests. The following unit testing frameworks are supported:

  • NUnit 2.5.8 - 3.0. Rider installation includes 2 versions of NUnit test runners (2.6.4 and 3.0). You can choose one of them or specify a local installation of NUnit on the Tools | Unit Testing | NUnit page of Rider options.
  • XUnit

With Rider, you can execute a single unit test, all tests in a test class, file, project or solution. You can also execute any number of tests combined in a test session.

In this section:

You can use the following shortcuts for for unit testing commands:

For the full list of Rider keyboard shortcuts, see Keyboard Shortcuts Reference.

Last modified: 11 October 2017

See Also