Searched refs:allMethodsArray (Results 1 – 1 of 1) sorted by relevance
274 ITestNGMethod[] allMethodsArray = allMethods.toArray(new ITestNGMethod[allMethods.size()]); in sortMethods() local279 if (!forTests && allMethodsArray.length > 0) { in sortMethods()280 ITestNGMethod m = allMethodsArray[0]; in sortMethods()284 MethodInheritance.fixMethodInheritance(allMethodsArray, before); in sortMethods()287 topologicalSort(allMethodsArray, sl, pl); in sortMethods()