示例
public
ClassA
extends
junit.framework.TesSuite {
}
解决方案
使类名以 "TestSuite" 开头。
public
TestSuiteA
extends
junit.framework.TesSuite {
}