Searched refs:SUITE_NAME (Results 1 – 3 of 3) sorted by relevance
77 public static final String SUITE_NAME = "-suitename"; field in CommandLineArgs78 @Parameter(names = SUITE_NAME, description = "Default name of test suite, if not specified " +
562 addStringIfNotBlank(argv, CommandLineArgs.SUITE_NAME, m_suiteName); in createArguments()
1600 String defaultSuiteName = (String) cmdLineArgs.get(CommandLineArgs.SUITE_NAME); in configure()