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
You can create suites, although that puts all the configuration in the suite, and not in annotations.