Navigate between test and test subject
In IntelliJ IDEA, you can quickly navigate between a test and the test subject.
For more information on common testing procedures, see Run tests.
Jump from a test to its test subject
Open a test class in the editor.
- From the main menu or the editor context menu, select
The test subject for the current test class opens in the dedicated tab of the editor and gets the focus.
. Alternatively, press Ctrl+Shift+T.
Jump from a class or file to its test
Open class in the editor. If you want to navigate from a method to its test, position the caret at this method.
If more than one test is associated with the test subject, select the desired one from the list. The test for the current class opens in the dedicated tab of the editor and gets the focus.
Last modified: 08 March 2021