ReSharper recognizes MSTest and NUnit tests and lets you run or debug them right in Visual Studio. You can run or debug:
- A single unit test.
- All tests in a test class.
- All tests in a project.
- All tests in a solution.
To view, run and manage unit tests, ReSharper provides Unit Test Explorer and Unit Test Sessions windows.
ReSharper integrates with other JetBrains .NET products,
and
, to help you profile your unit tests and analyze code coverage.
