Home | History | Annotate | Download | only in args

Lines Matching refs:names

31   @Parameter(names = { "-log", "-verbose" }, description = "Level of verbosity")
34 @Parameter(names = "-groups", description = "Comma-separated list of group names to be run")
37 @Parameter(names = "-excludedgroups", description ="Comma-separated list of group names to be " +
41 @Parameter(names = "-d", description ="Output directory")
44 @Parameter(names = "-junit", description ="JUnit mode")
47 @Parameter(names = "-listener", description = "List of .class files or list of class names" +
51 @Parameter(names = "-methodselectors", description = "List of .class files or list of class " +
52 "names implementing IMethodSelector")
55 @Parameter(names = "-objectfactory", description = "List of .class files or list of class " +
56 "names implementing ITestRunnerFactory")
59 @Parameter(names = "-parallel", description = "Parallel mode (methods, tests or classes)")
62 @Parameter(names = "-configfailurepolicy", description = "Configuration failure policy (skip or continue)")
65 @Parameter(names = "-threadcount", description = "Number of threads to use when running tests " +
69 @Parameter(names = "-dataproviderthreadcount", description = "Number of threads to use when " +
73 @Parameter(names = "-suitename", description = "Default name of test suite, if not specified " +
77 @Parameter(names = "-testname", description = "Default name of test, if not specified in suite" +
81 @Parameter(names = "-reporter", description = "Extended configuration for custom report listener")
87 @Parameter(names = "-reporterslist")
90 @Parameter(names = "-usedefaultlisteners", description = "Whether to use the default listeners")
93 @Parameter(names = "-skipfailedinvocationcounts")
96 @Parameter(names = "-testclass", description = "The list of test classes")
99 @Parameter(names = "-testnames", description = "The list of test names to run")
102 @Parameter(names = "-testjar", description = "")
105 @Parameter(names = "-testRunFactory", description = "")
108 @Parameter(names = "-port", description = "The port")
111 @Parameter(names = "-host", description = "The host")
114 @Parameter(names = "-master", description ="Host where the master is")
117 @Parameter(names = "-slave", description ="Host where the slave is")