Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/xml/
DXmlClass.java110 public void setExcludedMethods(List<String> excludedMethods) { in setExcludedMethods() method in XmlClass
211 result.setExcludedMethods(getExcludedMethods()); in clone()
DTestNGContentHandler.java464 m_currentClass.setExcludedMethods(m_currentExcludedMethods); in xmlMethod()
/external/testng/src/main/java/org/testng/remote/strprotocol/
DSuiteMessage.java48 public void setExcludedMethods(List<String> methods) { in setExcludedMethods() method in SuiteMessage
DMessageHelper.java84 result.setExcludedMethods(methods); in createSuiteMessage()