On this page:
Overview
Testing support in IntelliJ IDEA provides the ability to navigate between a test and the test subject.
Jumping from a test to its test subject
- Open the desired test class in the editor.
- On the main menu or on the context menu of the editor, choose
.
Alternatively, press
⇧⌘T or ⇧⌘T⇧⌘T or ⇧⌘T^ ⇧ T, ⌃⇧T or ⌃⇧T^ ⇧ T, ⌃⇧T or ⌃⇧T.
The test subject for the current test class opens in the dedicated tab of the editor and gets the focus.
Jumping from a cass to its test
- Open the desired class in the editor.
- On the main menu or on the context menu of the editor, choose
.
Alternatively, press
⇧⌘T or ⇧⌘T⇧⌘T or ⇧⌘T^ ⇧ T, ⌃⇧T or ⌃⇧T^ ⇧ T, ⌃⇧T or ⌃⇧T.
The test for the current class opens in the dedicated tab of the editor and gets the focus.
If a test class doesn't exist, you will be prompted to create one as described in the section Creating Test Cases Using Intention Action .