For quite some time I’ve been unaware of the possibility to run all JUnit tests from within Eclipse. I thought the only way it could be done (besides using Maven etc) was to manually create test suites. What I’ve done “wrong” is just doing a “Run as JUnit test” on the packages. Turns out you can also do thins on a source folder, causing every JUnit test in that folder to execute!
