Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/internal/
DXmlMethodSelector.java58 result = includeMethodFromIncludeExclude(tm, isTestMethod); in includeMethod()
64 private boolean includeMethodFromIncludeExclude(ITestNGMethod tm, boolean isTestMethod) { in includeMethodFromIncludeExclude() method in XmlMethodSelector