Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/xml/
DXmlGroups.java30 public XmlRun getRun() { in getRun() method in XmlGroups
DXmlSuite.java966 return m_xmlGroups.getRun().getIncludes(); in getIncludedGroups()
997 return m_xmlGroups.getRun().getExcludes(); in getExcludedGroups()
DXmlTest.java130 result = m_xmlGroups.getRun().getIncludes(); in getIncludedGroups()