Searched full:excludedmethods (Results 1 – 9 of 9) sorted by relevance
36 Collection<ITestNGMethod> excludedMethods = suite.getExcludedMethods(); in SuiteMessage() local37 if (excludedMethods != null && excludedMethods.size() > 0) { in SuiteMessage()40 for (ITestNGMethod m : excludedMethods) { in SuiteMessage()
101 * @return Returns the excludedMethods.108 * @param excludedMethods The excludedMethods to set.110 public void setExcludedMethods(List<String> excludedMethods) { in setExcludedMethods() argument111 m_excludedMethods = excludedMethods; in setExcludedMethods()
206 excludedMethods:214 excludedMethods:231 excludedMethods:
41 excludedMethods: [test3]
188 List<ITestNGMethod> excludedMethods = Lists.newArrayList(); in findConfiguration() local195 excludedMethods); in findConfiguration()
149 List<String> excludedMethods = createQualifiedMethodNames(xmlClass, in includeMethodFromIncludeExclude() local151 boolean isExcludedInMethods = isExcluded(fullyQualifiedMethodName, excludedMethods); in includeMethodFromIncludeExclude()
195 result.append(sp2 + " excludedMethods:\n"); in toYaml()
37 excludedMethods: [test3]
236 # Configuration parameters: CountComments, ExcludedMethods.