Unit testing assistance
ReSharper for Visual Studio Code helps discover and run or debug unit tests . The following unit testing frameworks are supported:
NUnit — ReSharper for Visual Studio Code installation includes 2 bundled test runners that support versions up to 2.7.1 and up to 3.15.5 correspondingly. Other versions up to 4.1.0 are supported and will be used if the corresponding NuGet package is installed in the project.
Custom test frameworks that use VSTest and Microsoft.Testing.Platform, such as TUnit.
Machine.Specifications (requires an extension).
With ReSharper for Visual Studio Code, 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: