Searched refs:fixMethodsWithClass (Results 1 – 1 of 1) sorted by relevance
/external/testng/src/main/java/org/testng/ |
D | TestRunner.java | 464 fixMethodsWithClass(tc.getTestMethods(), tc, testMethods); in initMethods() 465 fixMethodsWithClass(tc.getBeforeClassMethods(), tc, beforeClassMethods); in initMethods() 466 fixMethodsWithClass(tc.getBeforeTestMethods(), tc, null); in initMethods() 467 fixMethodsWithClass(tc.getAfterTestMethods(), tc, null); in initMethods() 468 fixMethodsWithClass(tc.getAfterClassMethods(), tc, afterClassMethods); in initMethods() 469 fixMethodsWithClass(tc.getBeforeSuiteMethods(), tc, beforeSuiteMethods); in initMethods() 470 fixMethodsWithClass(tc.getAfterSuiteMethods(), tc, afterSuiteMethods); in initMethods() 471 fixMethodsWithClass(tc.getBeforeTestConfigurationMethods(), tc, beforeXmlTestMethods); in initMethods() 472 fixMethodsWithClass(tc.getAfterTestConfigurationMethods(), tc, afterXmlTestMethods); in initMethods() 473 fixMethodsWithClass(tc.getBeforeGroupsMethods(), tc, in initMethods() [all …]
|