Skip to content

Commit 018a452

Browse files
committed
edit pass: test-explorer-articles
1 parent c780b2f commit 018a452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/test/run-unit-tests-with-test-explorer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ You can run tests from Test Explorer by either:
386386
- Right-clicking in the code editor on a test and then selecting **Run test**
387387
- Using the default [Test Explorer shortcuts](../ide/default-keyboard-shortcuts-in-visual-studio.md#bkmk_testexplorerGLOBAL) in Visual Studio
388388

389-
Some of the shortcuts are context based. They run, [debug](../test/debug-unit-tests-with-test-explorer.md), or [profile](../test/debug-unit-tests-with-test-explorer.md#diagnose-test-method-performance-issues) tests based on where your cursor is in the code editor. If your cursor is inside a test method, then that test method runs. If your cursor is at the class level, then all the tests in that class run. The same behavior is true for the namespace level.
389+
Some of the shortcuts are context based. They run, [debug](../test/debug-unit-tests-with-test-explorer.md), or [profile](../test/debug-unit-tests-with-test-explorer.md#diagnose-performance-problems-with-a-test-method) tests based on where your cursor is in the code editor. If your cursor is inside a test method, then that test method runs. If your cursor is at the class level, then all the tests in that class run. The same behavior is true for the namespace level.
390390

391391
|Frequent commands| Keyboard shortcuts|
392392
|-|------------------------|

0 commit comments

Comments
 (0)