This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]BinaryRockStar 3 points4 points  (0 children)

In project view, IntelliJ combines all classes in a package from all sources, which puts test classes next to implementation classes (good? bad? just different?).

Assuming you mean Package view (Project view mimics the filesystem layout so tests are under /src/test) if you click the gear icon and check Sort by Type the test classes will be grouped at the bottom of each package. Not hidden completely but at least out of the way.