Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/remote/strprotocol/
DSuiteMessage.java36 Collection<ITestNGMethod> excludedMethods = suite.getExcludedMethods(); in SuiteMessage() local
37 if (excludedMethods != null && excludedMethods.size() > 0) { in SuiteMessage()
40 for (ITestNGMethod m : excludedMethods) { in SuiteMessage()
/external/testng/src/main/java/org/testng/internal/
DTestNGMethodFinder.java188 List<ITestNGMethod> excludedMethods = Lists.newArrayList(); in findConfiguration() local
195 excludedMethods); in findConfiguration()
DXmlMethodSelector.java149 List<String> excludedMethods = createQualifiedMethodNames(xmlClass, in includeMethodFromIncludeExclude() local
151 boolean isExcludedInMethods = isExcluded(fullyQualifiedMethodName, excludedMethods); in includeMethodFromIncludeExclude()
/external/testng/src/main/java/org/testng/xml/
DXmlClass.java110 public void setExcludedMethods(List<String> excludedMethods) { in setExcludedMethods() argument
111 m_excludedMethods = excludedMethods; in setExcludedMethods()