Searched refs:m_currentExcludedGroups (Results 1 – 1 of 1) sorted by relevance
43 private List<String> m_currentExcludedGroups = null; field in TestNGContentHandler480 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()