Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/internal/
DMethodGroupsHelper.java40 List<ITestNGMethod> outIncludedMethods, in collectMethodsByGroup() argument
53 runInfo, tm, forTests, unique, outIncludedMethods); in collectMethodsByGroup()
62 if (!unique || !MethodGroupsHelper.isMethodAlreadyPresent(outIncludedMethods, tm)) { in collectMethodsByGroup()
68 runInfo, tm, forTests, unique, outIncludedMethods); in collectMethodsByGroup()
72 outIncludedMethods.add(tm); in collectMethodsByGroup()
81 …unInfo, ITestNGMethod tm, boolean forTests, boolean unique, List<ITestNGMethod> outIncludedMethods) in includeMethod() argument
88 if (!MethodGroupsHelper.isMethodAlreadyPresent(outIncludedMethods, tm)) { in includeMethod()