Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/internal/
DXmlMethodSelector.java77 && ! hasIncludedMethods() && ! hasExcludedMethods()) in includeMethodFromIncludeExclude()
194 private boolean hasExcludedMethods() { in hasExcludedMethods() method in XmlMethodSelector