IntelliJ IDEA 2016.2 Help

Creating Test Methods

To create stub test methods in JUnit test classes, you can use the IntelliJ IDEA code generation feature.

Creating a stub test method in a JUnit test class

  1. Open the corresponding JUnit test class in the editor.
  2. Place the cursor where you want a new test method to be generated.
  3. Press Alt+Insert and select Test Method from the Generate menu.

See Also

Procedures:

Concepts:

Last modified: 23 November 2016