Searched refs:commandLineMethods (Results 1 – 2 of 2) sorted by relevance
140 public List<String> commandLineMethods = new ArrayList<>(); field in CommandLineArgs
528 private List<XmlSuite> createCommandLineSuitesForMethods(List<String> commandLineMethods) { in createCommandLineSuitesForMethods() argument533 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()