We\'re using JUnit 4 to test: we have classes that don\'t are a subclass of TestCase, and they have public methods annotated with @Test. We have on
TestCase
@Test
Since JUnit 4.12 we have @Category annotations to solve just that problem.