Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/
DTestNG.java528 private List<XmlSuite> createCommandLineSuitesForMethods(List<String> commandLineMethods) { in createCommandLineSuitesForMethods() argument
533 for (String m : commandLineMethods) { in createCommandLineSuitesForMethods()
553 for (String m : commandLineMethods) { in createCommandLineSuitesForMethods()
1510 if (cla.commandLineMethods.size() > 0) { in configure()
1511 m_commandLineMethods = cla.commandLineMethods; in configure()
1739 List<String> methods = args.commandLineMethods; in validateCommandLineParameters()
DCommandLineArgs.java140 public List<String> commandLineMethods = new ArrayList<>(); field in CommandLineArgs