Home
last modified time | relevance | path

Searched refs:forTests (Results 1 – 2 of 2) sorted by relevance

/external/testng/src/main/java/org/testng/internal/
DMethodGroupsHelper.java39 boolean forTests, in collectMethodsByGroup() argument
51 if (forTests) { in collectMethodsByGroup()
53 runInfo, tm, forTests, unique, outIncludedMethods); in collectMethodsByGroup()
68 runInfo, tm, forTests, unique, outIncludedMethods); in collectMethodsByGroup()
81 …RunInfo runInfo, ITestNGMethod tm, boolean forTests, boolean unique, List<ITestNGMethod> outInclud… in includeMethod() argument
86 if (runInfo.includeMethod(tm, forTests)) { in includeMethod()
DMethodHelper.java48 boolean forTests, RunInfo runInfo, IAnnotationFinder finder, in collectAndOrderMethods() argument
53 forTests, in collectAndOrderMethods() local
60 return sortMethods(forTests, includedMethods, finder).toArray(new ITestNGMethod[]{}); in collectAndOrderMethods()
270 private static List<ITestNGMethod> sortMethods(boolean forTests, in sortMethods() argument
279 if (!forTests && allMethodsArray.length > 0) { in sortMethods()