Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/internal/
DXmlMethodSelector.java147 createQualifiedMethodNames(xmlClass, toStringList(xmlClass.getIncludedMethods())); in includeMethodFromIncludeExclude()
149 List<String> excludedMethods = createQualifiedMethodNames(xmlClass, in includeMethodFromIncludeExclude()
212 private List<String> createQualifiedMethodNames(XmlClass xmlClass, in createQualifiedMethodNames() method in XmlMethodSelector