December 2014
Intermediate to advanced
276 pages
5h 54m
English
In general, IntelliJ IDEA runs and debugs tests in the same way as every other application. The run/debug configuration setup is almost identical to the one we described in Chapter 5, Make It Happen – Running Your Project. When the run/debug configuration is created, IntelliJ IDEA passes the individual test classes or methods to the test runner.
The run/debug configuration can be shaped in a number of ways. The first method is to pick the Edit Configurations… option from the run configuration's drop-down menu, as shown in the following screenshot:

Now you can either click on the green plus icon or use ...