hammer_cli 0.4.0 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/hammer +1 -1
- data/doc/release_notes.md +9 -0
- data/lib/hammer_cli/abstract.rb +14 -4
- data/lib/hammer_cli/context.rb +13 -0
- data/lib/hammer_cli/defaults.rb +83 -0
- data/lib/hammer_cli/defaults_commands.rb +160 -0
- data/lib/hammer_cli/options/option_definition.rb +3 -3
- data/lib/hammer_cli/output/adapter/json.rb +13 -0
- data/lib/hammer_cli/output/adapter/yaml.rb +13 -0
- data/lib/hammer_cli/settings.rb +1 -0
- data/lib/hammer_cli/version.rb +1 -1
- data/lib/hammer_cli.rb +2 -0
- data/locale/de/hammer-cli.edit.po +251 -139
- data/locale/de/hammer-cli.po +81 -7
- data/locale/en/hammer-cli.edit.po +95 -7
- data/locale/en/hammer-cli.po +79 -5
- data/locale/en_GB/hammer-cli.edit.po +248 -136
- data/locale/en_GB/hammer-cli.po +81 -7
- data/locale/es/hammer-cli.edit.po +250 -138
- data/locale/es/hammer-cli.po +81 -7
- data/locale/fr/hammer-cli.edit.po +250 -138
- data/locale/fr/hammer-cli.po +81 -7
- data/locale/hammer-cli.pot +104 -8
- data/locale/it/hammer-cli.edit.po +249 -137
- data/locale/it/hammer-cli.po +81 -7
- data/locale/ja/hammer-cli.edit.po +248 -136
- data/locale/ja/hammer-cli.po +81 -7
- data/locale/ko/hammer-cli.edit.po +248 -136
- data/locale/ko/hammer-cli.po +81 -7
- data/locale/pt_BR/hammer-cli.edit.po +250 -137
- data/locale/pt_BR/hammer-cli.po +81 -7
- data/locale/ru/hammer-cli.edit.po +249 -137
- data/locale/ru/hammer-cli.po +81 -7
- data/locale/zh_CN/hammer-cli.edit.po +248 -136
- data/locale/zh_CN/hammer-cli.po +82 -8
- data/locale/zh_TW/hammer-cli.edit.po +248 -136
- data/locale/zh_TW/hammer-cli.po +81 -7
- data/test/functional/defaults_test.rb +177 -0
- data/test/reports/TEST-Fields-ContainerField-display-.xml +1 -1
- data/test/reports/TEST-Fields-ContainerField-display-blank-is-allowed.xml +5 -5
- data/test/reports/TEST-Fields-ContainerField-display-blank-is-not-allowed.xml +5 -5
- data/test/reports/TEST-Fields-ContainerField.xml +1 -1
- data/test/reports/TEST-Fields-Field-display-.xml +1 -1
- data/test/reports/TEST-Fields-Field-display-blank-is-allowed.xml +3 -3
- data/test/reports/TEST-Fields-Field-display-blank-is-not-allowed.xml +3 -3
- data/test/reports/TEST-Fields-Field-hide-blank-.xml +3 -3
- data/test/reports/TEST-Fields-Field-parameters.xml +2 -2
- data/test/reports/TEST-Fields-Field.xml +4 -4
- data/test/reports/TEST-Fields-Label-display-.xml +7 -0
- data/test/reports/TEST-Fields-Label-display-blank-is-allowed.xml +15 -0
- data/test/reports/TEST-Fields-Label-display-blank-is-not-allowed.xml +15 -0
- data/test/reports/TEST-Fields-Label.xml +7 -0
- data/test/reports/TEST-HammerCLI-AbstractCommand-build-options.xml +5 -5
- data/test/reports/TEST-HammerCLI-AbstractCommand-exception-handler.xml +4 -4
- data/test/reports/TEST-HammerCLI-AbstractCommand-logging.xml +10 -8
- data/test/reports/TEST-HammerCLI-AbstractCommand-option-builder.xml +3 -3
- data/test/reports/TEST-HammerCLI-AbstractCommand-options.xml +3 -3
- data/test/reports/TEST-HammerCLI-AbstractCommand-output.xml +7 -7
- data/test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior-remove-subcommand.xml +3 -3
- data/test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior-subcommand-.xml +4 -4
- data/test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior-subcommand.xml +3 -3
- data/test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior.xml +1 -1
- data/test/reports/TEST-HammerCLI-AbstractCommand.xml +3 -3
- data/test/reports/TEST-HammerCLI-Apipie-Command-options.xml +3 -3
- data/test/reports/TEST-HammerCLI-Apipie-Command-reload-apipie-cache.xml +11 -0
- data/test/reports/TEST-HammerCLI-Apipie-Command-resource-defined.xml +2 -2
- data/test/reports/TEST-HammerCLI-Apipie-Command-setting-resources.xml +7 -7
- data/test/reports/TEST-HammerCLI-Apipie-Command.xml +2 -2
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-aliasing-resources.xml +4 -4
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-filtering-options.xml +5 -5
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-required-options.xml +3 -3
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-setting-correct-normalizers.xml +8 -2
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-setting-referenced-resources.xml +9 -0
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-with-hash-params.xml +3 -3
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-with-one-simple-param.xml +5 -5
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder.xml +1 -1
- data/test/reports/TEST-HammerCLI-Apipie-OptionDefinition-referenced-resource.xml +13 -0
- data/test/reports/TEST-HammerCLI-Apipie-OptionDefinition.xml +7 -0
- data/test/reports/TEST-HammerCLI-Completer-command-completion.xml +12 -12
- data/test/reports/TEST-HammerCLI-Completer-option-value-completion.xml +6 -6
- data/test/reports/TEST-HammerCLI-Completer-subcommand-completion.xml +7 -7
- data/test/reports/TEST-HammerCLI-Completer.xml +1 -1
- data/test/reports/TEST-HammerCLI-CompleterLine-line-complete.xml +10 -10
- data/test/reports/TEST-HammerCLI-CompleterLine-splitting-words.xml +12 -12
- data/test/reports/TEST-HammerCLI-CompleterLine.xml +1 -1
- data/test/reports/TEST-HammerCLI-CompleterWord-complete-.xml +9 -9
- data/test/reports/TEST-HammerCLI-CompleterWord-quote.xml +5 -5
- data/test/reports/TEST-HammerCLI-CompleterWord-quoted-.xml +4 -4
- data/test/reports/TEST-HammerCLI-CompleterWord.xml +1 -1
- data/test/reports/TEST-HammerCLI-Connection.xml +8 -8
- data/test/reports/TEST-HammerCLI-Defaults.xml +19 -0
- data/test/reports/TEST-HammerCLI-ExceptionHandler.xml +8 -8
- data/test/reports/TEST-HammerCLI-I18n.xml +3 -3
- data/test/reports/TEST-HammerCLI-MainCommand-loading-context-password.xml +3 -3
- data/test/reports/TEST-HammerCLI-MainCommand-loading-context-username.xml +3 -3
- data/test/reports/TEST-HammerCLI-MainCommand-loading-context-verbose.xml +2 -2
- data/test/reports/TEST-HammerCLI-MainCommand-loading-context.xml +1 -1
- data/test/reports/TEST-HammerCLI-MainCommand.xml +1 -1
- data/test/reports/TEST-HammerCLI-Modules-find-by-name.xml +4 -4
- data/test/reports/TEST-HammerCLI-Modules-load-a-module-module-not-found.xml +4 -4
- data/test/reports/TEST-HammerCLI-Modules-load-a-module-module-runtime-exception.xml +4 -4
- data/test/reports/TEST-HammerCLI-Modules-load-a-module-success.xml +5 -5
- data/test/reports/TEST-HammerCLI-Modules-load-a-module.xml +1 -1
- data/test/reports/TEST-HammerCLI-Modules-load-all-modules.xml +4 -2
- data/test/reports/TEST-HammerCLI-Modules-names.xml +4 -4
- data/test/reports/TEST-HammerCLI-Modules.xml +1 -1
- data/test/reports/TEST-HammerCLI-OptionBuilderContainer.0.xml +5 -1
- data/test/reports/TEST-HammerCLI-OptionBuilderContainer.xml +1 -5
- data/test/reports/TEST-HammerCLI-Options-Matcher.xml +17 -0
- data/test/reports/TEST-HammerCLI-Options-Normalizers-abstract.xml +2 -2
- data/test/reports/TEST-HammerCLI-Options-Normalizers-bool.xml +13 -13
- data/test/reports/TEST-HammerCLI-Options-Normalizers-datetime.xml +6 -6
- data/test/reports/TEST-HammerCLI-Options-Normalizers-enum.xml +5 -5
- data/test/reports/TEST-HammerCLI-Options-Normalizers-enumlist.xml +8 -8
- data/test/reports/TEST-HammerCLI-Options-Normalizers-json-input.xml +5 -5
- data/test/reports/TEST-HammerCLI-Options-Normalizers-key-value-list.xml +26 -6
- data/test/reports/TEST-HammerCLI-Options-Normalizers-list.xml +5 -5
- data/test/reports/TEST-HammerCLI-Options-Normalizers-number.xml +11 -0
- data/test/reports/TEST-HammerCLI-Options-Normalizers.xml +1 -1
- data/test/reports/TEST-HammerCLI-Options-OptionDefinition-context.xml +2 -2
- data/test/reports/TEST-HammerCLI-Options-OptionDefinition-deprecated-options.xml +11 -0
- data/test/reports/TEST-HammerCLI-Options-OptionDefinition-formatters.xml +3 -3
- data/test/reports/TEST-HammerCLI-Options-OptionDefinition.xml +1 -1
- data/test/reports/TEST-HammerCLI-Output-Adapter-Abstract-error-messages.xml +5 -5
- data/test/reports/TEST-HammerCLI-Output-Adapter-Abstract-messages.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-Abstract-test-data-for-field.xml +5 -5
- data/test/reports/TEST-HammerCLI-Output-Adapter-Abstract.xml +6 -6
- data/test/reports/TEST-HammerCLI-Output-Adapter-Base-print-collection-show-ids.xml +2 -2
- data/test/reports/TEST-HammerCLI-Output-Adapter-Base-print-collection.xml +11 -11
- data/test/reports/TEST-HammerCLI-Output-Adapter-Base.xml +1 -1
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-formatters.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-handle-fields-with-collections.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-handle-fields-with-containers.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-handle-ids.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-message.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues.xml +1 -1
- data/test/reports/TEST-HammerCLI-Output-Adapter-Json-print-collection-show-ids.xml +9 -0
- data/test/reports/TEST-HammerCLI-Output-Adapter-Json-print-collection.xml +27 -0
- data/test/reports/TEST-HammerCLI-Output-Adapter-Json-print-message.xml +11 -0
- data/test/reports/TEST-HammerCLI-Output-Adapter-Json.xml +7 -0
- data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-column-width.xml +11 -5
- data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-formatters.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-handle-ids.xml +7 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-sort-columns.xml +2 -2
- data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-Table.xml +1 -1
- data/test/reports/TEST-HammerCLI-Output-Adapter-Yaml-print-collection-show-ids.xml +9 -0
- data/test/reports/TEST-HammerCLI-Output-Adapter-Yaml-print-collection.xml +27 -0
- data/test/reports/TEST-HammerCLI-Output-Adapter-Yaml-print-message.xml +11 -0
- data/test/reports/TEST-HammerCLI-Output-Adapter-Yaml.xml +7 -0
- data/test/reports/TEST-HammerCLI-Output-Definition-empty-.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Definition.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Dsl-collection.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Dsl-custom-fields.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Dsl-fields.xml +5 -5
- data/test/reports/TEST-HammerCLI-Output-Dsl-label.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Dsl-path-definition.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Dsl.xml +2 -2
- data/test/reports/TEST-HammerCLI-Output-FieldFilter.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Formatters-BooleanFormatter.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Formatters-ColorFormatter.xml +2 -2
- data/test/reports/TEST-HammerCLI-Output-Formatters-DateFormatter.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Formatters-FieldFormatter.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Formatters-FormatterContainer.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Formatters-FormatterLibrary.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Formatters-KeyValueFormatter.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Formatters-ListFormatter.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Formatters-LongTextFormatter.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Output-adapters.xml +6 -6
- data/test/reports/TEST-HammerCLI-Output-Output-data.xml +5 -5
- data/test/reports/TEST-HammerCLI-Output-Output-formatters.xml +2 -2
- data/test/reports/TEST-HammerCLI-Output-Output-messages.xml +7 -7
- data/test/reports/TEST-HammerCLI-Output-Output.xml +1 -1
- data/test/reports/TEST-HammerCLI-Output-RecordCollection.xml +4 -4
- data/test/reports/TEST-HammerCLI-Settings-load-from-paths.xml +5 -5
- data/test/reports/TEST-HammerCLI-Settings.xml +10 -10
- data/test/reports/TEST-HammerCLI-ShellHistory-loading-old-history.xml +3 -3
- data/test/reports/TEST-HammerCLI-ShellHistory-saving-history.xml +5 -5
- data/test/reports/TEST-HammerCLI-ShellHistory.xml +1 -1
- data/test/reports/TEST-HammerCLI-constant-path.xml +15 -0
- data/test/reports/{TEST-String-interactive-.xml → TEST-HammerCLI-interactive-.xml} +4 -4
- data/test/reports/TEST-HammerCLI.xml +7 -0
- data/test/reports/TEST-Logging-LogEvent-filtering.xml +9 -0
- data/test/reports/TEST-Logging-LogEvent.xml +7 -0
- data/test/reports/TEST-MiniTest-Spec.xml +1 -1
- data/test/reports/TEST-String-camelize.xml +3 -3
- data/test/reports/TEST-String-constantize.xml +15 -0
- data/test/reports/TEST-String-formatting.xml +6 -6
- data/test/reports/TEST-String-indent.xml +3 -3
- data/test/reports/TEST-String-underscore.xml +13 -0
- data/test/reports/TEST-String.xml +1 -1
- data/test/reports/TEST-commands-defaults-add.xml +21 -0
- data/test/reports/TEST-commands-defaults-delete.xml +11 -0
- data/test/reports/TEST-commands-defaults-list.xml +11 -0
- data/test/reports/TEST-commands-defaults-providers.xml +11 -0
- data/test/reports/TEST-commands.xml +7 -0
- data/test/reports/TEST-constraints-HammerCLI-Validator-AllConstraint-exist-.xml +4 -4
- data/test/reports/TEST-constraints-HammerCLI-Validator-AllConstraint.xml +1 -1
- data/test/reports/TEST-constraints-HammerCLI-Validator-AnyConstraint-exist-.xml +4 -4
- data/test/reports/TEST-constraints-HammerCLI-Validator-AnyConstraint.xml +1 -1
- data/test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint-exist-.xml +2 -2
- data/test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint-rejected.xml +4 -4
- data/test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint-required.xml +4 -4
- data/test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint.xml +1 -1
- data/test/reports/TEST-constraints.xml +1 -1
- data/test/unit/apipie/command_test.rb +1 -0
- data/test/unit/defaults_test.rb +45 -0
- data/test/unit/fixtures/defaults/defaults.yml +6 -0
- data/test/unit/output/adapter/json_test.rb +30 -0
- data/test/unit/output/adapter/yaml_test.rb +28 -0
- metadata +258 -186
@@ -1,16 +1,16 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="HammerCLI::Apipie::Command::setting resources" tests="6" time="0.
|
3
|
-
<testcase name="
|
2
|
+
<testsuite name="HammerCLI::Apipie::Command::setting resources" tests="6" time="0.002445388" failures="0" errors="0" skipped="0" assertions="18" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0006_looks up resource in the superclass" time="0.000176942" assertions="2">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="
|
5
|
+
<testcase name="test_0003_should set resource and action alone" time="0.000644566" assertions="4">
|
6
6
|
</testcase>
|
7
|
-
<testcase name="
|
7
|
+
<testcase name="test_0002_should set resource alone" time="0.000510184" assertions="4">
|
8
8
|
</testcase>
|
9
|
-
<testcase name="
|
9
|
+
<testcase name="test_0001_should set resource and action together" time="0.000519295" assertions="4">
|
10
10
|
</testcase>
|
11
|
-
<testcase name="
|
11
|
+
<testcase name="test_0005_looks up resource in the class' modules" time="0.000105207" assertions="2">
|
12
12
|
</testcase>
|
13
|
-
<testcase name="
|
13
|
+
<testcase name="test_0004_inherits action from a parent class" time="8.1623e-05" assertions="2">
|
14
14
|
</testcase>
|
15
15
|
<system-out>
|
16
16
|
</system-out>
|
@@ -1,6 +1,6 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="HammerCLI::Apipie::Command" tests="1" time="0.
|
3
|
-
<testcase name="test_0001_should raise exception when no action is defined" time="0.
|
2
|
+
<testsuite name="HammerCLI::Apipie::Command" tests="1" time="0.001770601" failures="0" errors="0" skipped="0" assertions="1" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0001_should raise exception when no action is defined" time="0.001474561" assertions="1">
|
4
4
|
</testcase>
|
5
5
|
<system-out>
|
6
6
|
</system-out>
|
@@ -1,10 +1,10 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="HammerCLI::Apipie::OptionBuilder::aliasing resources" tests="3" time="0.
|
3
|
-
<testcase name="
|
2
|
+
<testsuite name="HammerCLI::Apipie::OptionBuilder::aliasing resources" tests="3" time="0.003071202" failures="0" errors="0" skipped="0" assertions="3" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0003_keeps option accessor the same" time="0.001686419" assertions="1">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="test_0002_renames option types" time="0.
|
5
|
+
<testcase name="test_0002_renames option types" time="0.000582781" assertions="1">
|
6
6
|
</testcase>
|
7
|
-
<testcase name="
|
7
|
+
<testcase name="test_0001_renames options" time="0.000558194" assertions="1">
|
8
8
|
</testcase>
|
9
9
|
<system-out>
|
10
10
|
</system-out>
|
@@ -1,12 +1,12 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="HammerCLI::Apipie::OptionBuilder::filtering options" tests="4" time="0.
|
3
|
-
<testcase name="
|
2
|
+
<testsuite name="HammerCLI::Apipie::OptionBuilder::filtering options" tests="4" time="0.002184161" failures="0" errors="0" skipped="0" assertions="4" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0001_should skip filtered options" time="0.000568148" assertions="1">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="
|
5
|
+
<testcase name="test_0002_should skip filtered options defined as symbols" time="0.000392617" assertions="1">
|
6
6
|
</testcase>
|
7
|
-
<testcase name="
|
7
|
+
<testcase name="test_0003_should skip single filtered option in array" time="0.000429226" assertions="1">
|
8
8
|
</testcase>
|
9
|
-
<testcase name="
|
9
|
+
<testcase name="test_0004_should skip single filtered option" time="0.000447117" assertions="1">
|
10
10
|
</testcase>
|
11
11
|
<system-out>
|
12
12
|
</system-out>
|
@@ -1,8 +1,8 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="HammerCLI::Apipie::OptionBuilder::required options" tests="2" time="0.
|
3
|
-
<testcase name="
|
2
|
+
<testsuite name="HammerCLI::Apipie::OptionBuilder::required options" tests="2" time="0.001685518" failures="0" errors="0" skipped="0" assertions="2" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0001_should set required flag for the required options" time="0.00082148" assertions="1">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="
|
5
|
+
<testcase name="test_0002_should not require any option when requirements are disabled" time="0.000519555" assertions="1">
|
6
6
|
</testcase>
|
7
7
|
<system-out>
|
8
8
|
</system-out>
|
@@ -1,6 +1,12 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="HammerCLI::Apipie::OptionBuilder::setting correct normalizers" tests="
|
3
|
-
<testcase name="
|
2
|
+
<testsuite name="HammerCLI::Apipie::OptionBuilder::setting correct normalizers" tests="4" time="0.003497147" failures="0" errors="0" skipped="0" assertions="5" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0004_should set number normalizer" time="0.00071391" assertions="1">
|
4
|
+
</testcase>
|
5
|
+
<testcase name="test_0003_should set enum normalizer" time="0.000459179" assertions="2">
|
6
|
+
</testcase>
|
7
|
+
<testcase name="test_0001_should set array normalizer" time="0.0004735" assertions="1">
|
8
|
+
</testcase>
|
9
|
+
<testcase name="test_0002_should set boolean normalizer" time="0.001482414" assertions="1">
|
4
10
|
</testcase>
|
5
11
|
<system-out>
|
6
12
|
</system-out>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<testsuite name="HammerCLI::Apipie::OptionBuilder::setting referenced resources" tests="1" time="0.001033402" failures="0" errors="0" skipped="0" assertions="1" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0001_sets referenced resources" time="0.00071578" assertions="1">
|
4
|
+
</testcase>
|
5
|
+
<system-out>
|
6
|
+
</system-out>
|
7
|
+
<system-err>
|
8
|
+
</system-err>
|
9
|
+
</testsuite>
|
@@ -1,8 +1,8 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="HammerCLI::Apipie::OptionBuilder::with hash params" tests="2" time="0.
|
3
|
-
<testcase name="test_0002_should name the options correctly" time="0.
|
2
|
+
<testsuite name="HammerCLI::Apipie::OptionBuilder::with hash params" tests="2" time="0.001491331" failures="0" errors="0" skipped="0" assertions="2" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0002_should name the options correctly" time="0.000648299" assertions="1">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="test_0001_should create options for all parameters except the hash" time="0.
|
5
|
+
<testcase name="test_0001_should create options for all parameters except the hash" time="0.00046867" assertions="1">
|
6
6
|
</testcase>
|
7
7
|
<system-out>
|
8
8
|
</system-out>
|
@@ -1,12 +1,12 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="HammerCLI::Apipie::OptionBuilder::with one simple param" tests="4" time="0.
|
3
|
-
<testcase name="
|
2
|
+
<testsuite name="HammerCLI::Apipie::OptionBuilder::with one simple param" tests="4" time="0.001978424" failures="0" errors="0" skipped="0" assertions="4" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0003_should set correct attribute name" time="0.000523293" assertions="1">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="test_0002_should set correct switch" time="0.
|
5
|
+
<testcase name="test_0002_should set correct switch" time="0.00038199" assertions="1">
|
6
6
|
</testcase>
|
7
|
-
<testcase name="
|
7
|
+
<testcase name="test_0004_should set description with html tags stripped" time="0.000344846" assertions="1">
|
8
8
|
</testcase>
|
9
|
-
<testcase name="
|
9
|
+
<testcase name="test_0001_should create an option for the parameter" time="0.000358317" assertions="1">
|
10
10
|
</testcase>
|
11
11
|
<system-out>
|
12
12
|
</system-out>
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="HammerCLI::Apipie::OptionBuilder" tests="0" time="0.
|
2
|
+
<testsuite name="HammerCLI::Apipie::OptionBuilder" tests="0" time="0.000313399" failures="0" errors="0" skipped="0" assertions="0" timestamp="2015-12-10T23:59:29+00:00">
|
3
3
|
<system-out>
|
4
4
|
</system-out>
|
5
5
|
<system-err>
|
@@ -0,0 +1,13 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<testsuite name="HammerCLI::Apipie::OptionDefinition::referenced resource" tests="3" time="0.000449135" failures="0" errors="0" skipped="0" assertions="3" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0003_should convert referenced resource name to string" time="0.000103581" assertions="1">
|
4
|
+
</testcase>
|
5
|
+
<testcase name="test_0002_should set referenced resource" time="6.7841e-05" assertions="1">
|
6
|
+
</testcase>
|
7
|
+
<testcase name="test_0001_should be nil by default" time="6.1161e-05" assertions="1">
|
8
|
+
</testcase>
|
9
|
+
<system-out>
|
10
|
+
</system-out>
|
11
|
+
<system-err>
|
12
|
+
</system-err>
|
13
|
+
</testsuite>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<testsuite name="HammerCLI::Apipie::OptionDefinition" tests="0" time="0.000225147" failures="0" errors="0" skipped="0" assertions="0" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<system-out>
|
4
|
+
</system-out>
|
5
|
+
<system-err>
|
6
|
+
</system-err>
|
7
|
+
</testsuite>
|
@@ -1,26 +1,26 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="HammerCLI::Completer::command completion" tests="11" time="0.
|
3
|
-
<testcase name="
|
2
|
+
<testsuite name="HammerCLI::Completer::command completion" tests="11" time="0.02877814" failures="0" errors="0" skipped="0" assertions="11" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0002_should offer nothing when the line does not match" time="0.000384852" assertions="1">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="
|
5
|
+
<testcase name="test_0008_should offer all available subcommands and options even if an egual sign option has been passed" time="0.000337163" assertions="1">
|
6
6
|
</testcase>
|
7
|
-
<testcase name="
|
7
|
+
<testcase name="test_0003_should filter by first letter" time="0.000140162" assertions="1">
|
8
8
|
</testcase>
|
9
|
-
<testcase name="
|
9
|
+
<testcase name="test_0004_should filter by first two letters" time="0.000123819" assertions="1">
|
10
10
|
</testcase>
|
11
|
-
<testcase name="
|
11
|
+
<testcase name="test_0001_should offer all available commands" time="9.24e-05" assertions="1">
|
12
12
|
</testcase>
|
13
|
-
<testcase name="
|
13
|
+
<testcase name="test_0010_should offer all available subcommands and options when double quoted value was passed" time="0.000200791" assertions="1">
|
14
14
|
</testcase>
|
15
|
-
<testcase name="
|
15
|
+
<testcase name="test_0006_should offer all available subcommands and options even if a flag has been passed" time="0.000150648" assertions="1">
|
16
16
|
</testcase>
|
17
|
-
<testcase name="
|
17
|
+
<testcase name="test_0011_should offer all available subcommands and options when quoted value with equal sign was passed" time="0.000205273" assertions="1">
|
18
18
|
</testcase>
|
19
|
-
<testcase name="
|
19
|
+
<testcase name="test_0009_should offer all available subcommands and options when quoted value was passed" time="0.000169091" assertions="1">
|
20
20
|
</testcase>
|
21
|
-
<testcase name="
|
21
|
+
<testcase name="test_0005_should offer all available subcommands and options" time="0.000122799" assertions="1">
|
22
22
|
</testcase>
|
23
|
-
<testcase name="
|
23
|
+
<testcase name="test_0007_should offer all available subcommands and options even if an option has been passed" time="0.026456456" assertions="1">
|
24
24
|
</testcase>
|
25
25
|
<system-out>
|
26
26
|
</system-out>
|
@@ -1,14 +1,14 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="HammerCLI::Completer::option value completion" tests="5" time="0.
|
3
|
-
<testcase name="
|
2
|
+
<testsuite name="HammerCLI::Completer::option value completion" tests="5" time="0.001541387" failures="0" errors="0" skipped="0" assertions="5" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0001_should complete option values" time="0.000318055" assertions="1">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="test_0004_should complete quoted option values" time="0.
|
5
|
+
<testcase name="test_0004_should complete quoted option values" time="0.000195565" assertions="1">
|
6
6
|
</testcase>
|
7
|
-
<testcase name="
|
7
|
+
<testcase name="test_0003_should complete option values" time="0.000221047" assertions="1">
|
8
8
|
</testcase>
|
9
|
-
<testcase name="
|
9
|
+
<testcase name="test_0002_should complete option values when equal sign is used" time="0.000179701" assertions="1">
|
10
10
|
</testcase>
|
11
|
-
<testcase name="
|
11
|
+
<testcase name="test_0005_should complete quoted option values" time="0.000172984" assertions="1">
|
12
12
|
</testcase>
|
13
13
|
<system-out>
|
14
14
|
</system-out>
|
@@ -1,16 +1,16 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="HammerCLI::Completer::subcommand completion" tests="6" time="0.
|
3
|
-
<testcase name="
|
2
|
+
<testsuite name="HammerCLI::Completer::subcommand completion" tests="6" time="0.001434141" failures="0" errors="0" skipped="0" assertions="6" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0006_should filter subcommands by first three letters" time="0.00025761" assertions="1">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="
|
5
|
+
<testcase name="test_0003_should ignore flags specified before the last command" time="0.000172608" assertions="1">
|
6
6
|
</testcase>
|
7
|
-
<testcase name="test_0004_should ignore options specified before the last command" time="0.
|
7
|
+
<testcase name="test_0004_should ignore options specified before the last command" time="0.000158493" assertions="1">
|
8
8
|
</testcase>
|
9
|
-
<testcase name="
|
9
|
+
<testcase name="test_0001_should filter subcommands by first letter" time="0.000120804" assertions="1">
|
10
10
|
</testcase>
|
11
|
-
<testcase name="test_0005_should ignore equal sign separated options specified before the last command" time="0.
|
11
|
+
<testcase name="test_0005_should ignore equal sign separated options specified before the last command" time="0.000175636" assertions="1">
|
12
12
|
</testcase>
|
13
|
-
<testcase name="
|
13
|
+
<testcase name="test_0002_should offer nothing when the line does not match any subcommand" time="0.000123033" assertions="1">
|
14
14
|
</testcase>
|
15
15
|
<system-out>
|
16
16
|
</system-out>
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="HammerCLI::Completer" tests="0" time="0.
|
2
|
+
<testsuite name="HammerCLI::Completer" tests="0" time="0.00018599" failures="0" errors="0" skipped="0" assertions="0" timestamp="2015-12-10T23:59:29+00:00">
|
3
3
|
<system-out>
|
4
4
|
</system-out>
|
5
5
|
<system-err>
|
@@ -1,22 +1,22 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="HammerCLI::CompleterLine::line complete" tests="9" time="0.
|
3
|
-
<testcase name="
|
2
|
+
<testsuite name="HammerCLI::CompleterLine::line complete" tests="9" time="0.000931666" failures="0" errors="0" skipped="0" assertions="9" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0007_should recongize one quote followed by space as incomplete" time="0.000127222" assertions="1">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="
|
5
|
+
<testcase name="test_0008_should recongize one double quote as incomplete" time="6.6109e-05" assertions="1">
|
6
6
|
</testcase>
|
7
|
-
<testcase name="
|
7
|
+
<testcase name="test_0004_should recongize complete line that ends with quotes followed by space" time="6.5735e-05" assertions="1">
|
8
8
|
</testcase>
|
9
|
-
<testcase name="
|
9
|
+
<testcase name="test_0001_should recongize incomplete line" time="6.4811e-05" assertions="1">
|
10
10
|
</testcase>
|
11
|
-
<testcase name="
|
11
|
+
<testcase name="test_0003_should recongize complete line that ends with quotes" time="7.8585e-05" assertions="1">
|
12
12
|
</testcase>
|
13
|
-
<testcase name="
|
13
|
+
<testcase name="test_0005_should recongize complete line that ends with double quotes" time="6.4838e-05" assertions="1">
|
14
14
|
</testcase>
|
15
|
-
<testcase name="
|
15
|
+
<testcase name="test_0006_should recongize one quote as incomplete" time="6.0181e-05" assertions="1">
|
16
16
|
</testcase>
|
17
|
-
<testcase name="
|
17
|
+
<testcase name="test_0002_should recongize complete line" time="8.082e-05" assertions="1">
|
18
18
|
</testcase>
|
19
|
-
<testcase name="
|
19
|
+
<testcase name="test_0009_should recongize empty line as complete" time="3.6362e-05" assertions="1">
|
20
20
|
</testcase>
|
21
21
|
<system-out>
|
22
22
|
</system-out>
|
@@ -1,26 +1,26 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="HammerCLI::CompleterLine::splitting words" tests="11" time="0.
|
3
|
-
<testcase name="
|
2
|
+
<testsuite name="HammerCLI::CompleterLine::splitting words" tests="11" time="0.001042941" failures="0" errors="0" skipped="0" assertions="11" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0001_should split basic line" time="0.000122412" assertions="1">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="
|
5
|
+
<testcase name="test_0005_should split on equal sign when quotes are used" time="6.7781e-05" assertions="1">
|
6
6
|
</testcase>
|
7
|
-
<testcase name="
|
7
|
+
<testcase name="test_0006_should split line with single quotes" time="5.8056e-05" assertions="1">
|
8
8
|
</testcase>
|
9
|
-
<testcase name="test_0004_should split when last character is equal sign" time="
|
9
|
+
<testcase name="test_0004_should split when last character is equal sign" time="4.8289e-05" assertions="1">
|
10
10
|
</testcase>
|
11
|
-
<testcase name="
|
11
|
+
<testcase name="test_0007_should split line with double quotes" time="5.4819e-05" assertions="1">
|
12
12
|
</testcase>
|
13
|
-
<testcase name="
|
13
|
+
<testcase name="test_0008_should split line with single quotes and space between" time="5.3851e-05" assertions="1">
|
14
14
|
</testcase>
|
15
|
-
<testcase name="
|
15
|
+
<testcase name="test_0002_should split basic line with space at the end" time="8.1297e-05" assertions="1">
|
16
16
|
</testcase>
|
17
|
-
<testcase name="
|
17
|
+
<testcase name="test_0011_should split line with one double quote and space between" time="5.689e-05" assertions="1">
|
18
18
|
</testcase>
|
19
|
-
<testcase name="test_0009_should split line with one single quote and space between" time="5.
|
19
|
+
<testcase name="test_0009_should split line with one single quote and space between" time="5.7764e-05" assertions="1">
|
20
20
|
</testcase>
|
21
|
-
<testcase name="
|
21
|
+
<testcase name="test_0003_should split on equal sign" time="5.6359e-05" assertions="1">
|
22
22
|
</testcase>
|
23
|
-
<testcase name="
|
23
|
+
<testcase name="test_0010_should split line with double quotes and space between" time="5.9133e-05" assertions="1">
|
24
24
|
</testcase>
|
25
25
|
<system-out>
|
26
26
|
</system-out>
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="HammerCLI::CompleterLine" tests="0" time="0.
|
2
|
+
<testsuite name="HammerCLI::CompleterLine" tests="0" time="0.0002751" failures="0" errors="0" skipped="0" assertions="0" timestamp="2015-12-10T23:59:29+00:00">
|
3
3
|
<system-out>
|
4
4
|
</system-out>
|
5
5
|
<system-err>
|
@@ -1,20 +1,20 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="HammerCLI::CompleterWord::complete?" tests="8" time="0.
|
3
|
-
<testcase name="
|
2
|
+
<testsuite name="HammerCLI::CompleterWord::complete?" tests="8" time="0.000804645" failures="0" errors="0" skipped="0" assertions="8" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0003_considers open double quotes incomplete" time="0.000134437" assertions="1">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="test_0007_considers open single quotes with spaces incomplete" time="
|
5
|
+
<testcase name="test_0007_considers open single quotes with spaces incomplete" time="6.055e-05" assertions="1">
|
6
6
|
</testcase>
|
7
|
-
<testcase name="
|
7
|
+
<testcase name="test_0006_considers open single quotes incomplete" time="4.861e-05" assertions="1">
|
8
8
|
</testcase>
|
9
|
-
<testcase name="
|
9
|
+
<testcase name="test_0005_considers closed double quotes complete" time="6.4741e-05" assertions="1">
|
10
10
|
</testcase>
|
11
|
-
<testcase name="
|
11
|
+
<testcase name="test_0004_considers open double quotes with spaces incomplete" time="6.8338e-05" assertions="1">
|
12
12
|
</testcase>
|
13
|
-
<testcase name="
|
13
|
+
<testcase name="test_0001_considers a word without quotes complete" time="5.0025e-05" assertions="1">
|
14
14
|
</testcase>
|
15
|
-
<testcase name="
|
15
|
+
<testcase name="test_0002_considers a word without quotes ending with space incomplete" time="5.7144e-05" assertions="1">
|
16
16
|
</testcase>
|
17
|
-
<testcase name="
|
17
|
+
<testcase name="test_0008_considers closed single quotes complete" time="4.7824e-05" assertions="1">
|
18
18
|
</testcase>
|
19
19
|
<system-out>
|
20
20
|
</system-out>
|
@@ -1,12 +1,12 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="HammerCLI::CompleterWord::quote" tests="4" time="0.
|
3
|
-
<testcase name="
|
2
|
+
<testsuite name="HammerCLI::CompleterWord::quote" tests="4" time="0.00050184" failures="0" errors="0" skipped="0" assertions="4" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0004_recognizes single quotes" time="0.000109096" assertions="1">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="
|
5
|
+
<testcase name="test_0003_recognizes double quotes" time="5.3613e-05" assertions="1">
|
6
6
|
</testcase>
|
7
|
-
<testcase name="test_0002_returns empty string for word without quotes" time="
|
7
|
+
<testcase name="test_0002_returns empty string for word without quotes" time="4.4551e-05" assertions="1">
|
8
8
|
</testcase>
|
9
|
-
<testcase name="test_0001_returns empty string for empty word" time="4.
|
9
|
+
<testcase name="test_0001_returns empty string for empty word" time="4.1683e-05" assertions="1">
|
10
10
|
</testcase>
|
11
11
|
<system-out>
|
12
12
|
</system-out>
|
@@ -1,10 +1,10 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="HammerCLI::CompleterWord::quoted?" tests="3" time="0.
|
3
|
-
<testcase name="
|
2
|
+
<testsuite name="HammerCLI::CompleterWord::quoted?" tests="3" time="0.000503309" failures="0" errors="0" skipped="0" assertions="3" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0003_returns true for single quotes" time="0.000109417" assertions="1">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="
|
5
|
+
<testcase name="test_0002_returns true for double quotes" time="7.42e-05" assertions="1">
|
6
6
|
</testcase>
|
7
|
-
<testcase name="
|
7
|
+
<testcase name="test_0001_returns false for an unquoted word" time="5.0568e-05" assertions="1">
|
8
8
|
</testcase>
|
9
9
|
<system-out>
|
10
10
|
</system-out>
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="HammerCLI::CompleterWord" tests="0" time="0.
|
2
|
+
<testsuite name="HammerCLI::CompleterWord" tests="0" time="0.000302618" failures="0" errors="0" skipped="0" assertions="0" timestamp="2015-12-10T23:59:29+00:00">
|
3
3
|
<system-out>
|
4
4
|
</system-out>
|
5
5
|
<system-err>
|
@@ -1,18 +1,18 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="HammerCLI::Connection" tests="7" time="0.
|
3
|
-
<testcase name="
|
2
|
+
<testsuite name="HammerCLI::Connection" tests="7" time="0.0010988" failures="0" errors="0" skipped="0" assertions="9" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0004_should get the connection" time="0.000185998" assertions="1">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="test_0003_should test the connection" time="
|
5
|
+
<testcase name="test_0003_should test the connection" time="0.000117217" assertions="2">
|
6
6
|
</testcase>
|
7
|
-
<testcase name="test_0005_should be able to drop all" time="
|
7
|
+
<testcase name="test_0005_should be able to drop all" time="0.000119532" assertions="1">
|
8
8
|
</testcase>
|
9
|
-
<testcase name="
|
9
|
+
<testcase name="test_0006_should drop the connection" time="0.000102128" assertions="1">
|
10
10
|
</testcase>
|
11
|
-
<testcase name="
|
11
|
+
<testcase name="test_0007_should accept custom connector" time="9.4915e-05" assertions="2">
|
12
12
|
</testcase>
|
13
|
-
<testcase name="
|
13
|
+
<testcase name="test_0002_should create the connection only once" time="8.3898e-05" assertions="1">
|
14
14
|
</testcase>
|
15
|
-
<testcase name="test_0001_should return the conection" time="
|
15
|
+
<testcase name="test_0001_should return the conection" time="9.4329e-05" assertions="1">
|
16
16
|
</testcase>
|
17
17
|
<system-out>
|
18
18
|
</system-out>
|
@@ -0,0 +1,19 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<testsuite name="HammerCLI::Defaults" tests="6" time="0.006137556" failures="0" errors="0" skipped="0" assertions="7" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0006_should return empty defaults when the settings file is not present" time="0.001006175" assertions="1">
|
4
|
+
</testcase>
|
5
|
+
<testcase name="test_0002_Should add a default param to defaults file, with provider" time="0.000945422" assertions="1">
|
6
|
+
</testcase>
|
7
|
+
<testcase name="test_0004_should get the default param, without provider" time="0.001503757" assertions="1">
|
8
|
+
</testcase>
|
9
|
+
<testcase name="test_0003_Should remove default param from defaults file" time="0.000837499" assertions="1">
|
10
|
+
</testcase>
|
11
|
+
<testcase name="test_0001_Should add a default param to defaults file, without a provider" time="0.000795212" assertions="1">
|
12
|
+
</testcase>
|
13
|
+
<testcase name="test_0005_should get the default param, with provider" time="0.000659044" assertions="2">
|
14
|
+
</testcase>
|
15
|
+
<system-out>
|
16
|
+
</system-out>
|
17
|
+
<system-err>
|
18
|
+
</system-err>
|
19
|
+
</testsuite>
|
@@ -1,18 +1,18 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="HammerCLI::ExceptionHandler" tests="7" time="0.
|
3
|
-
<testcase name="
|
2
|
+
<testsuite name="HammerCLI::ExceptionHandler" tests="7" time="0.005671746" failures="0" errors="0" skipped="0" assertions="7" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0007_should log the error" time="0.000831753" assertions="1">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="
|
5
|
+
<testcase name="test_0005_should handle usage error" time="0.000536706" assertions="1">
|
6
6
|
</testcase>
|
7
|
-
<testcase name="test_0003_should handle unknown exception" time="0.
|
7
|
+
<testcase name="test_0003_should handle unknown exception" time="0.000983524" assertions="1">
|
8
8
|
</testcase>
|
9
|
-
<testcase name="
|
9
|
+
<testcase name="test_0006_should handle resource not found" time="0.000515876" assertions="1">
|
10
10
|
</testcase>
|
11
|
-
<testcase name="
|
11
|
+
<testcase name="test_0004_should handle help request" time="0.000802471" assertions="1">
|
12
12
|
</testcase>
|
13
|
-
<testcase name="
|
13
|
+
<testcase name="test_0001_should handle unauthorized" time="0.001060171" assertions="1">
|
14
14
|
</testcase>
|
15
|
-
<testcase name="test_0002_should handle general exception" time="0.
|
15
|
+
<testcase name="test_0002_should handle general exception" time="0.000559026" assertions="1">
|
16
16
|
</testcase>
|
17
17
|
<system-out>
|
18
18
|
</system-out>
|
@@ -1,8 +1,8 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="HammerCLI::I18n" tests="2" time="0.
|
3
|
-
<testcase name="
|
2
|
+
<testsuite name="HammerCLI::I18n" tests="2" time="0.00134144" failures="0" errors="0" skipped="0" assertions="2" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0001_registers available domains at gettext" time="0.000596949" assertions="1">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="
|
5
|
+
<testcase name="test_0002_skips registering domains that are not available" time="0.000342171" assertions="1">
|
6
6
|
</testcase>
|
7
7
|
<system-out>
|
8
8
|
</system-out>
|
@@ -1,8 +1,8 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="HammerCLI::MainCommand::loading context::password" tests="2" time="0.
|
3
|
-
<testcase name="test_0001_should prioritize parameter" time="0.
|
2
|
+
<testsuite name="HammerCLI::MainCommand::loading context::password" tests="2" time="0.003773352" failures="0" errors="0" skipped="0" assertions="2" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0001_should prioritize parameter" time="0.002483614" assertions="1">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="test_0002_should prioritize parameter" time="0.
|
5
|
+
<testcase name="test_0002_should prioritize parameter" time="0.000815978" assertions="1">
|
6
6
|
</testcase>
|
7
7
|
<system-out>
|
8
8
|
</system-out>
|
@@ -1,8 +1,8 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="HammerCLI::MainCommand::loading context::username" tests="2" time="0.
|
3
|
-
<testcase name="test_0001_should prioritize parameter" time="0.
|
2
|
+
<testsuite name="HammerCLI::MainCommand::loading context::username" tests="2" time="0.003138496" failures="0" errors="0" skipped="0" assertions="2" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0001_should prioritize parameter" time="0.001945649" assertions="1">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="test_0002_should prioritize parameter 2" time="0.
|
5
|
+
<testcase name="test_0002_should prioritize parameter 2" time="0.000787833" assertions="1">
|
6
6
|
</testcase>
|
7
7
|
<system-out>
|
8
8
|
</system-out>
|