|
| Command | Shortcut | Description |
|---|---|---|
| Go to tests | Ctrl+Shift+T ⌘+Shift+T |
Switch to the matching test file. The extension will create the test file, if necessary, after asking for the use-case. |
| Go to source file | Ctrl+Shift+T ⌘+Shift+T |
Switch to the source file. |
| Run tests for file | Ctrl+Alt+Shift+R ⌥+⌘+Shift+R |
Executes all tests for the matching source file. |
| Generate test coverage | None | Executes all tests to gather test coverage information. |
| Toggle test coverage highlights | Ctrl+Alt+Shift+C ⌥+⌘+Shift+C |
Shows/Hides text editor line decorations indicating test coverage. |
Snippets
| Snippet prefix | Result |
|---|---|
ftest |
Unit test |
fwidgettest |
Widget test |
fgroup |
Group of tests |
