Unit Test Explorer is used to:
- Browse unit tests in built projects.
- Select tests to include into test sessions that are run in the Unit Test Sessions window.
Toolbar controls
| Control | Name | Description |
|---|---|---|
| Refresh | Updates window content to reflect any changes made in the code. | |
| Run Selected Tests | Runs selected tests. To select multiple texts, use the Ctrl key. | |
| Debug Unit Tests | Debugs selected tests in the current session. | |
![]() | Cover Selected Tests |
By clicking this button, you can perform code coverage on the selected tests.
This button appears if JetBrains dotCover |
| Append Tests to Session | Includes selected tests into the session tab that is currently opened in the Unit Test Sessions window, without running them right away. | |
| Create New Session | Creates a new session in the Unit Test Sessions window containing the selected tests, without running them right away. | |
| Expand All/Collapse All | Expands/collapses all nodes in the current tab. | |
| Previous/Next | Navigate to the previous/next item and scrolls through the source code accordingly. | |
| Export | Click this button to export the data currently displayed in the window in text format, or use the drop-down selector to export the data in XML or HTML format. The Export Data dialog box that appears, will help you to save the data to a file or copy it to the clipboard. | |
| Group by | Allows grouping items in the window. Possible options help display items as a tree grouped by the selected categories. |


is integrated with ReSharper. For more information, see