Searched refs:allTestMethods (Results 1 – 3 of 3) sorted by relevance
242 protected int indexOf(ITestNGMethod tm, ITestNGMethod[] allTestMethods) { in indexOf() argument243 for (int i = 0; i < allTestMethods.length; i++) { in indexOf()244 if (allTestMethods[i] == tm) { in indexOf()
1477 ITestNGMethod[] allTestMethods) in checkDependencies() argument1515 MethodHelper.findDependedUponMethods(testMethod, allTestMethods); in checkDependencies()
107 public void setAllTestMethods(List<ITestNGMethod> allTestMethods) { in setAllTestMethods() argument108 m_allTestMethods = allTestMethods; in setAllTestMethods()