Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/
DTestRunner.java111 private XmlMethodSelector m_xmlMethodSelector = new XmlMethodSelector(); field in TestRunner
388 m_xmlMethodSelector.setIncludedGroups(createGroups(m_xmlTest.getIncludedGroups())); in initRunInfo()
389 m_xmlMethodSelector.setExcludedGroups(createGroups(m_xmlTest.getExcludedGroups())); in initRunInfo()
390 m_xmlMethodSelector.setExpression(m_xmlTest.getExpression()); in initRunInfo()
393 m_xmlMethodSelector.setXmlClasses(m_xmlTest.getXmlClasses()); in initRunInfo()
395 m_runInfo.addMethodSelector(m_xmlMethodSelector, 10); in initRunInfo()
502 m_classMethodMap = new ClassMethodMap(testMethods, m_xmlMethodSelector); in initMethods()
1217 + " included groups:[" + mapToString(m_xmlMethodSelector.getIncludedGroups()) in logStart()
1218 + "] excluded groups:[" + mapToString(m_xmlMethodSelector.getExcludedGroups()) + "]"); in logStart()
1290 Map<String, String> ig= m_xmlMethodSelector.getIncludedGroups(); in getIncludedGroups()
[all …]