How to list all classes without test in IntelliJ IDEA?

时间:2019-03-19 14:53:22

标签: java intellij-idea

How to list all classes without tests in IntelliJ IDEA?

if we already can,

  • jump from a test and its source
  • create a test for a class?

Gradle task jacoco helps, and it what I am using, but I still want to know if there is something built-in in Intellij IDEA.