ReSharper 2021.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, see working 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

Themed icon refresh screen gray

Refresh

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

Themed icon run test screen gray

Run Unit Tests Control+T R

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

Themed icon debug screen gray

Debug Unit Tests Control+T D

Starts debugging for selected tests in the current session.

Themed icon cover screen gray

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.

Themed icon utr profile screen gray

Profile Unit Tests

By clicking this button, you can profile selected tests.

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

Themed icon dot memory unit run screen gray

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.

Themed icon added parameter screen gray

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.

Themed icon new session screen gray

Create New Session Control+T N

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

Themed icon import screen gray

Import Session

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

Themed icon expand all screen gray Themed icon collapse all screen gray

Expand All/Collapse All

Expands/collapses all nodes in the current tab.

Themed icon up screen gray Themed icon down screen gray

Previous/Next


Shift+F8/F8

Navigate to the previous/next item and scrolls through the source code accordingly.

Group by

Allows grouping items in the window by different categories.

Last modified: 07 April 2022