Searched refs:m_commandLineMethods (Results 1 – 1 of 1) sorted by relevance
125 private List<String> m_commandLineMethods; field in TestNG828 if (m_commandLineTestClasses != null || m_commandLineMethods != null) { in initializeCommandLineSuites()829 if (null != m_commandLineMethods) { in initializeCommandLineSuites()830 m_cmdlineSuites = createCommandLineSuitesForMethods(m_commandLineMethods); in initializeCommandLineSuites()1511 m_commandLineMethods = cla.commandLineMethods; in configure()