I am currently using JUnit 4 and have a need to divide my tests into groups that can be run selectively in any combination. I know TestNG has a feature to annotate tests to assi
If you're using ANT or maven, you can control which tests are run by filtering the tests by name. A bit awkward, but it might work for you.