Unit testing assistance
ReSharper for Visual Studio Code helps discover as well as run and debug unit tests . The following unit testing frameworks are supported:
NUnit — ReSharper for Visual Studio Code installation includes two bundled test runners that support NUnit versions up to 2.7.1 and up to 3.15.5 respectively. NUnit versions up to 4.1.0 are also supported and are 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: