I am using Intellij 2019.2 version. I have a project where we have Java and Kotlin used for source code. Gradle is used for compile and build. JUnit 4 test cases have been added for Java code.
Test cases for package, run fine and succeed, but the process does not stop. This happens when I run the test case for entire package in any mode run/debug/with coverage. But if individual class or method test case is run then the process ends.