Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/internal/
DXmlMethodSelector.java132 String[] fullyQualifiedMethodName = new String[] { fullMethodName }; in includeMethodFromIncludeExclude() local
148 boolean isIncludedInMethods = isIncluded(fullyQualifiedMethodName, includedMethods); in includeMethodFromIncludeExclude()
151 boolean isExcludedInMethods = isExcluded(fullyQualifiedMethodName, excludedMethods); in includeMethodFromIncludeExclude()