Searched refs:commandNames (Results 1 – 7 of 7) sorted by relevance
13 @Parameters(commandNames = "--cmd-one")17 @Parameters(commandNames = "--cmd-two")
435 private void verifyCommandOrdering(String[] commandNames, Object[] commands) { in verifyCommandOrdering() argument440 jc.addCommand(commandNames[i], commands[i]); in verifyCommandOrdering()448 Assert.assertEquals(it.next(), commandNames[i]); in verifyCommandOrdering() local670 @Parameters(commandNames = { "--configure" })
8 @Parameters(commandNames = "add", commandDescription = "Add file contents to the index")
8 @Parameters(commandNames = "add", commandDescription = "Hidden command to add file contents to the …
69 String[] commandNames() default {}; in commandNames() method
1369 if (p != null && p.commandNames().length > 0) { in addCommand()1370 for (String commandName : p.commandNames()) { in addCommand()
54 Added: @Parameter(commandNames) so that command names can be specified with annotations