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
JUnit 3 allows you to create test-suites which can be run like any other test. Doesn't JUnit 4 have a similar concept?