Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Gradle is deeply integrated into IntelliJ for building and executing tests, so you can use your favorite IntelliJ workflow to run and re-run tests. A few are listed below.

  • In the Project tree, right-click a test source file or directory and select Run MyTestClass.java
  • Next to the test method signature, click the green triangle button and select Run myTestMethod()
  • In the test results pane, right-click on a previously run test and select Run myTestMethod()

Image Added

IntelliJ and Gradle also supports stepping through tests under a debugger. Using the same workflows as above, instead of selecting Run <xyz>, use Debug <xyz>.TODO:  JiraserverASF JIRAserverId5aa69414-a9e9-3523-82ec-879b028fb15bkeyBEAM-5767