Searched refs:excludedMethods (Results 1 – 4 of 4) 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()
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()
110 public void setExcludedMethods(List<String> excludedMethods) { in setExcludedMethods() argument111 m_excludedMethods = excludedMethods; in setExcludedMethods()