Searched refs:getExcludedMethods (Results 1 – 12 of 12) sorted by relevance
23 return pluralize(suite.getExcludedMethods().size(), "ignored method"); in getHeader()31 for (ITestNGMethod method : suite.getExcludedMethods()) { in getContent()
36 Collection<ITestNGMethod> excludedMethods = suite.getExcludedMethods(); in SuiteMessage()53 public List<String> getExcludedMethods() { in getExcludedMethods() method in SuiteMessage
103 public List<String> getExcludedMethods() { in getExcludedMethods() method in XmlClass174 for (String m: getExcludedMethods()) { in toXml()211 result.setExcludedMethods(getExcludedMethods()); in clone()
80 public Collection<ITestNGMethod> getExcludedMethods(); in getExcludedMethods() method
99 public Collection<ITestNGMethod> getExcludedMethods(); in getExcludedMethods() method
488 public Collection<ITestNGMethod> getExcludedMethods() { in getExcludedMethods() method in SuiteRunner496 … Collection<ITestNGMethod> methods = included ? tr.getInvokedMethods() : tr.getExcludedMethods(); in getIncludedOrExcludedMethods()
1329 public Collection<ITestNGMethod> getExcludedMethods() { in getExcludedMethods() method in TestRunner
77 Collection<ITestNGMethod> excluded = suite.getExcludedMethods(); in generateReport()
150 xmlClass.getExcludedMethods()); in includeMethodFromIncludeExclude()196 if (xmlClass.getExcludedMethods().size() > 0) { in hasExcludedMethods()
183 List<String> em = xc.getExcludedMethods(); in toYaml()
175 Collection<ITestNGMethod> excluded = suite.getExcludedMethods(); in generateExcludedMethodsReport()611 …ame' href='").append(METHODS_NOT_RUN).append("'>not run (" + suite.getExcludedMethods().size() + "… in generateTableOfContents()
243 xmlClass.getExcludedMethods().add(m); in addExcludedMethod()