Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/
DTestNG.java528 private List<XmlSuite> createCommandLineSuitesForMethods(List<String> commandLineMethods) { in createCommandLineSuitesForMethods() method in TestNG
830 m_cmdlineSuites = createCommandLineSuitesForMethods(m_commandLineMethods); in initializeCommandLineSuites()