Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/xml/
DTestNGContentHandler.java61 private ArrayList<XmlInclude> m_currentIncludedMethods = null; field in TestNGContentHandler
458 m_currentIncludedMethods = new ArrayList<>(); in xmlMethod()
463 m_currentClass.setIncludedMethods(m_currentIncludedMethods); in xmlMethod()
465 m_currentIncludedMethods = null; in xmlMethod()
630 if (null != m_currentIncludedMethods) { in xmlInclude()
643 m_currentIncludedMethods.add(include); in xmlInclude()