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

To create a test class with a complete set of test methods and fixtures, use the Create Test intention action.

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 ⌘N⌃N⌘N⌃N and select Test Method from the Generate menu.

See Also

Procedures:

Concepts: