範例

public ClassA extends junit.framework.TesSuite {
}


解決方案
類別名稱的開頭為 "TestSuite"。

public TestSuiteA extends junit.framework.TesSuite {
}