IntelliJ IDEA 2018.1 Help

Create Test

Alt+Enter - Create Test

Ctrl+Shift+T - Create New Test

ItemDescription
Testing libraryUse this drop-down list to select the test framework to use.
FixThis button is available, when a library for the selected testing framework is missing. Click this button to add the jar archive of the selected testing framework to the list of module dependencies and libraries.
Class nameEnter the name of the test class to be generated, or accept default.
SuperclassFor JUnit3, the superclass junit.framework.TestCase is suggested automatically. For the other supported frameworks, this field is blank.
Destination packageSpecify the name of the package where the generated test class will be stored. You can select the desired package from the recent history drop-down list, or type it directly in the text field. So doing, if a package with the specified name does not exist, if will be created automatically. Clicking browseButton.png enables you to choose one of the existing packages within your project.
Generate
setUp()/@Before
tearDown()/@After
Select these checkboxes to include stub methods for test fixtures and annotations into the generated test class.
Show inherited methodsSelect this option to show all methods, including the inherited ones.
Generate test methods forIn the table, select the checkboxes next to the methods you want to generate test for.
Last modified: 24 July 2018

See Also