Class UsageArgsInterpreterTest
java.lang.Object
it.tidalwave.datamanager.application.nogui.args.UsageArgsInterpreterTest
The command line args interpreter that prints usage for all commands.
- Author:
- Fabrizio Giudici
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
UsageArgsInterpreterTest
public UsageArgsInterpreterTest()
-
-
Method Details
-
setup
@BeforeMethod public void setup() -
must_do_nothing_when_a_command_ran
public void must_do_nothing_when_a_command_ran() -
must_print_usage_when_no_command_ran
public void must_print_usage_when_no_command_ran() -
must_print_usage_and_emit_error_when_no_command_ran_and_args
public void must_print_usage_and_emit_error_when_no_command_ran_and_args() -
must_print_usage_when_help_arg
public void must_print_usage_when_help_arg()
-