Searched refs:SUITE_METHODNAME (Results 1 – 5 of 5) sorted by relevance
55 testClass.getMethod(BaseTestRunner.SUITE_METHODNAME, new Class[0]); in hasSuiteMethod()
14 public static final String SUITE_METHODNAME= "suite"; field in BaseTestRunner99 suiteMethod= testClass.getMethod(SUITE_METHODNAME, new Class[0]); in getTest()
99 BaseTestRunner.SUITE_METHODNAME, new Class[0]); in invokeSuiteMethodIfPossible()
41978 field public static final java.lang.String SUITE_METHODNAME = "suite";