Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/xml/
DTestNGContentHandler.java43 private List<String> m_currentExcludedGroups = null; field in TestNGContentHandler
480 m_currentTest.setExcludedGroups(m_currentExcludedGroups); in xmlRun()
483 m_currentSuite.setExcludedGroups(m_currentExcludedGroups); in xmlRun()
581 m_currentExcludedGroups = Lists.newArrayList(); in startElement()
668 m_currentExcludedGroups.add(name); in xmlExclude()