Example

public ClassA extends junit.framework.TesSuite {
}


Solution
Start the class name with "TestSuite".

public TestSuiteA extends junit.framework.TesSuite {
}