Is it possible to run JUnit tests for multiple packages at the same time without manually creating test suites.
For example if I have the hierarchy:
code.brancho
In Eclipse, on your debug/run configurations you have the following options:
I think the second option is your friend in this case.