Home | History | Annotate | Download | only in textui

Lines Matching full:args

65 	 * public static void main (String[] args) {
135 public static void main(String args[]) {
138 TestResult r= aTestRunner.start(args);
152 protected TestResult start(String args[]) throws Exception {
156 for (int i= 0; i < args.length; i++) {
157 if (args[i].equals("-wait"))
159 else if (args[i].equals("-c"))
160 testCase= extractClassName(args[++i]);
161 else if (args[i].equals("-v"))
164 testCase= args[i];