ReSharper 2023.3 Help

Unit Test Explorer window

Using this window, you can explore and run or debug unit tests of all supported frameworks in the entire solution. Note that unit tests from a project only appear in the window after the project is built. Tests from currently opened files are updated automatically, new tests from the opened files appear in the unit test explorer as soon as you create them. For more information, refer to work with unit tests in project or solution.

To search tests, start typing a test name or its CamelHumps abbreviation as soon as your focus is in this window.

Unit Test Explorer displays test from the entire solution

Toolbar Controls

Control

Name

Description

ThemedIcon.Refresh.Screen.(Gray).png

Refresh

Updates window content to reflect any changes made in the code or externally.

ThemedIcon.RunTest.Screen.(Gray).png

Run Unit Tests Control+T R

Runs selected tests. To select multiple tests, click them holding the Ctrl key.

ThemedIcon.Debug.Screen.(Gray).png

Debug Unit Tests Control+T D

Starts debugging for selected tests in the current session.

ThemedIcon.Cover.Screen.(Gray).png

Cover Unit Tests Control+T H

By clicking this button, you can start code coverage of the selected tests.

This button appears if JetBrains dotCover is integrated with Visual Studio.

ThemedIcon.UtrProfile.Screen.(Gray).png

Profile Unit Tests

By clicking this button, you can profile selected tests.

This button appears if JetBrains dotTrace is integrated with Visual Studio.

ThemedIcon.DotMemoryUnitRun.Screen.(Gray).png

Run Unit Tests under dotMemory Unit Control+T M

Runs selected tests with dotMemory Unit enabled. Use this button to run tests that use dotMemory Unit framework to check code for memory issues.

ThemedIcon.AddedParameter.Screen.(Gray).png

Append Tests to Session Control+T A

Click this button to add the selected tests to a test session. ReSharper will suggest choosing one of the existing sessions or creating a new one.

ThemedIcon.NewSession.Screen.(Gray).png

Create New Session Control+T N

Creates a new test session with selected tests, which is then opened in the Unit Test Sessions window.

ThemedIcon.Import.Screen.(Gray).png

Import Session

Click to open a test session that you have previously saved in a .testsession file.

ThemedIcon.ExpandAll.Screen.(Gray).png ThemedIcon.CollapseAll.Screen.(Gray).png

Expand All/Collapse All

Expands/collapses all nodes in the current tab.

Group by

Allows grouping items in the window by different categories.

Last modified: 18 March 2024