Searched refs:includedMethods (Results 1 – 6 of 6) sorted by relevance
154 List<ITestNGMethod> includedMethods, in findGroupTransitiveClosure() argument160 for (ITestNGMethod m : includedMethods) { in findGroupTransitiveClosure()173 for (ITestNGMethod m : includedMethods) { in findGroupTransitiveClosure()216 includedMethods = Lists.newArrayList(); in findGroupTransitiveClosure()217 includedMethods.addAll(newMethods.keySet()); in findGroupTransitiveClosure()
146 List<String> includedMethods = in includeMethodFromIncludeExclude() local148 boolean isIncludedInMethods = isIncluded(fullyQualifiedMethodName, includedMethods); in includeMethodFromIncludeExclude()347 List<ITestNGMethod> includedMethods = Lists.newArrayList(); in init() local350 includedMethods.add(m); in init()353 MethodGroupsHelper.findGroupTransitiveClosure(this, includedMethods, m_testMethods, in init()
90 private XmlInclude findXmlInclude(List<XmlInclude> includedMethods, String methodName) {91 for (XmlInclude xi : includedMethods) {
51 List<ITestNGMethod> includedMethods = Lists.newArrayList(); in collectAndOrderMethods() local54 includedMethods, in collectAndOrderMethods() local60 return sortMethods(forTests, includedMethods, finder).toArray(new ITestNGMethod[]{}); in collectAndOrderMethods()
124 public void setIncludedMethods(List<XmlInclude> includedMethods) { in setIncludedMethods() argument125 m_includedMethods = includedMethods; in setIncludedMethods()
689 List<XmlInclude> includedMethods = cim.getXmlClass(tc).getIncludedMethods(); in privateRunJUnit()691 for (XmlInclude inc: includedMethods) { in privateRunJUnit()