Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/
DTestNG.java125 private List<String> m_commandLineMethods; field in TestNG
828 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()