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

/external/testng/src/main/java/org/testng/
H A DCommandLineArgs.java140 public List<String> commandLineMethods = new ArrayList<>(); field in class:CommandLineArgs
H A DTestNG.java526 * @param commandLineMethods a string with the form "com.example.Foo.f1,com.example.Bar.f2"
528 private List<XmlSuite> createCommandLineSuitesForMethods(List<String> commandLineMethods) { argument
533 for (String m : commandLineMethods) {
553 for (String m : commandLineMethods) {
1510 if (cla.commandLineMethods.size() > 0) {
1511 m_commandLineMethods = cla.commandLineMethods;
1739 List<String> methods = args.commandLineMethods;

Completed in 67 milliseconds