Searched refs:m_currentIncludedMethods (Results 1 – 1 of 1) sorted by relevance
61 private ArrayList<XmlInclude> m_currentIncludedMethods = null; field in TestNGContentHandler458 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()