Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/xml/
DTestNGContentHandler.java62 private List<String> m_currentExcludedMethods = null; field in TestNGContentHandler
459 m_currentExcludedMethods = Lists.newArrayList(); in xmlMethod()
464 m_currentClass.setExcludedMethods(m_currentExcludedMethods); in xmlMethod()
466 m_currentExcludedMethods = null; in xmlMethod()
664 if (null != m_currentExcludedMethods) { in xmlExclude()
665 m_currentExcludedMethods.add(name); in xmlExclude()