Support feedback:
I want to merge several test classes into one class using @SuiteClasses(...)
The problem is that if I ask to run all the tests of my package, my tests are run twice. Once for the suite, and once for each test class => which is of course not nice at all.