Searched refs:xmlMethodSelector (Results 1 – 2 of 2) sorted by relevance
26 public ClassMethodMap(List<ITestNGMethod> methods, XmlMethodSelector xmlMethodSelector) { in ClassMethodMap() argument31 if (xmlMethodSelector != null){ in ClassMethodMap()32 if (! xmlMethodSelector.includeMethod(null, m, true)) continue; in ClassMethodMap()
446 public void xmlMethodSelector(boolean start, Attributes attributes) { in xmlMethodSelector() method in TestNGContentHandler531 xmlMethodSelector(true, attributes); in startElement()730 xmlMethodSelector(false, null); in endElement()