Home
last modified time | relevance | path

Searched defs:getExcludedMethods (Results 1 – 6 of 6) sorted by relevance

/external/testng/src/main/java/org/testng/
DISuite.java80 public Collection<ITestNGMethod> getExcludedMethods(); in getExcludedMethods() method
DITestContext.java99 public Collection<ITestNGMethod> getExcludedMethods(); in getExcludedMethods() method
DSuiteRunner.java488 public Collection<ITestNGMethod> getExcludedMethods() { in getExcludedMethods() method in SuiteRunner
DTestRunner.java1329 public Collection<ITestNGMethod> getExcludedMethods() { in getExcludedMethods() method in TestRunner
/external/testng/src/main/java/org/testng/remote/strprotocol/
DSuiteMessage.java53 public List<String> getExcludedMethods() { in getExcludedMethods() method in SuiteMessage
/external/testng/src/main/java/org/testng/xml/
DXmlClass.java103 public List<String> getExcludedMethods() { in getExcludedMethods() method in XmlClass