HomeSort by relevance Sort by last modified time
    Searched refs:forTests (Results 1 - 2 of 2) sorted by null

  /external/testng/src/main/java/org/testng/internal/
MethodGroupsHelper.java 39 boolean forTests,
51 if (forTests) {
53 runInfo, tm, forTests, unique, outIncludedMethods);
68 runInfo, tm, forTests, unique, outIncludedMethods);
81 RunInfo runInfo, ITestNGMethod tm, boolean forTests, boolean unique, List<ITestNGMethod> outIncludedMethods)
86 if (runInfo.includeMethod(tm, forTests)) {
MethodHelper.java 40 * @param forTests true for test methods, false for configuration methods
48 boolean forTests, RunInfo runInfo, IAnnotationFinder finder,
53 forTests,
60 return sortMethods(forTests, includedMethods, finder).toArray(new ITestNGMethod[]{});
270 private static List<ITestNGMethod> sortMethods(boolean forTests,
279 if (!forTests && allMethodsArray.length > 0) {

Completed in 138 milliseconds