hammer_cli 0.6.1 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/config/cli_config.template.yml +4 -1
- data/doc/development_tips.md +2 -2
- data/doc/release_notes.md +13 -1
- data/lib/hammer_cli/apipie/option_definition.rb +3 -0
- data/lib/hammer_cli/defaults.rb +35 -16
- data/lib/hammer_cli/defaults_commands.rb +2 -2
- data/lib/hammer_cli/logger.rb +1 -1
- data/lib/hammer_cli/options/normalizers.rb +22 -10
- data/lib/hammer_cli/output/adapter/abstract.rb +5 -0
- data/lib/hammer_cli/output/adapter/csv.rb +5 -0
- data/lib/hammer_cli/output/adapter/table.rb +5 -0
- data/lib/hammer_cli/output/adapter/tree_structure.rb +5 -0
- data/lib/hammer_cli/output/output.rb +1 -1
- data/lib/hammer_cli/output/record_collection.rb +8 -4
- data/lib/hammer_cli/settings.rb +2 -0
- data/lib/hammer_cli/validator.rb +49 -1
- data/lib/hammer_cli/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/ca/hammer-cli.edit.po +411 -0
- data/locale/ca/hammer-cli.po +338 -0
- data/locale/ca/hammer-cli.po.time_stamp +0 -0
- data/locale/de/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/de/hammer-cli.edit.po +16 -16
- data/locale/de/hammer-cli.po +25 -5
- data/locale/en/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/en/hammer-cli.edit.po +46 -26
- data/locale/en/hammer-cli.po +20 -3
- data/locale/en_GB/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/en_GB/hammer-cli.edit.po +25 -25
- data/locale/en_GB/hammer-cli.po +25 -5
- data/locale/es/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/es/hammer-cli.po +24 -6
- data/locale/fr/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/fr/hammer-cli.edit.po +26 -26
- data/locale/fr/hammer-cli.po +24 -6
- data/locale/hammer-cli.pot +50 -28
- data/locale/it/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/it/hammer-cli.edit.po +9 -9
- data/locale/it/hammer-cli.po +25 -5
- data/locale/ja/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/ja/hammer-cli.edit.po +9 -9
- data/locale/ja/hammer-cli.po +25 -5
- data/locale/ko/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/ko/hammer-cli.edit.po +9 -9
- data/locale/ko/hammer-cli.po +25 -5
- data/locale/pt_BR/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/pt_BR/hammer-cli.edit.po +6 -6
- data/locale/pt_BR/hammer-cli.po +25 -5
- data/locale/ru/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/ru/hammer-cli.edit.po +31 -30
- data/locale/ru/hammer-cli.po +25 -5
- data/locale/zh_CN/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/zh_CN/hammer-cli.edit.po +9 -9
- data/locale/zh_CN/hammer-cli.po +26 -6
- data/locale/zh_TW/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/zh_TW/hammer-cli.edit.po +9 -9
- data/locale/zh_TW/hammer-cli.po +25 -5
- data/test/functional/defaults_test.rb +12 -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-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 +8 -10
- 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-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 +2 -8
- 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-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-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 +2 -4
- 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 +1 -5
- data/test/reports/TEST-HammerCLI-OptionBuilderContainer.xml +5 -1
- 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 +6 -26
- data/test/reports/TEST-HammerCLI-Options-Normalizers-list.xml +5 -5
- 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-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-Table-print-collection-column-width.xml +5 -11
- 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 +3 -7
- 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-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-MiniTest-Spec.xml +1 -1
- data/test/reports/TEST-String-camelize.xml +3 -3
- data/test/reports/TEST-String-formatting.xml +6 -6
- data/test/reports/TEST-String-indent.xml +3 -3
- data/test/reports/{TEST-HammerCLI-interactive-.xml → TEST-String-interactive-.xml} +4 -4
- data/test/reports/TEST-String.xml +1 -1
- 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/option_definition_test.rb +9 -0
- data/test/unit/defaults_test.rb +84 -22
- data/test/unit/fixtures/defaults/defaults_dashed.yml +6 -0
- data/test/unit/options/normalizers_test.rb +46 -34
- data/test/unit/output/adapter/abstract_test.rb +4 -0
- data/test/unit/output/adapter/base_test.rb +4 -0
- data/test/unit/output/adapter/csv_test.rb +4 -0
- data/test/unit/output/adapter/json_test.rb +4 -0
- data/test/unit/output/adapter/table_test.rb +19 -3
- data/test/unit/output/adapter/yaml_test.rb +4 -0
- data/test/unit/output/record_collection_test.rb +26 -0
- data/test/unit/settings_test.rb +11 -1
- data/test/unit/validator_test.rb +111 -6
- metadata +192 -247
- data/test/reports/TEST-Fields-Label-display-.xml +0 -7
- data/test/reports/TEST-Fields-Label-display-blank-is-allowed.xml +0 -15
- data/test/reports/TEST-Fields-Label-display-blank-is-not-allowed.xml +0 -15
- data/test/reports/TEST-Fields-Label.xml +0 -7
- data/test/reports/TEST-HammerCLI-Apipie-Command-reload-apipie-cache.xml +0 -11
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-setting-referenced-resources.xml +0 -9
- data/test/reports/TEST-HammerCLI-Apipie-OptionDefinition-referenced-resource.xml +0 -13
- data/test/reports/TEST-HammerCLI-Apipie-OptionDefinition.xml +0 -7
- data/test/reports/TEST-HammerCLI-Defaults.xml +0 -19
- data/test/reports/TEST-HammerCLI-Options-Matcher.xml +0 -17
- data/test/reports/TEST-HammerCLI-Options-Normalizers-number.xml +0 -11
- data/test/reports/TEST-HammerCLI-Options-OptionDefinition-deprecated-options.xml +0 -11
- data/test/reports/TEST-HammerCLI-Output-Adapter-Json-print-collection-show-ids.xml +0 -9
- data/test/reports/TEST-HammerCLI-Output-Adapter-Json-print-collection.xml +0 -27
- data/test/reports/TEST-HammerCLI-Output-Adapter-Json-print-message.xml +0 -11
- data/test/reports/TEST-HammerCLI-Output-Adapter-Json.xml +0 -7
- data/test/reports/TEST-HammerCLI-Output-Adapter-Yaml-print-collection-show-ids.xml +0 -9
- data/test/reports/TEST-HammerCLI-Output-Adapter-Yaml-print-collection.xml +0 -27
- data/test/reports/TEST-HammerCLI-Output-Adapter-Yaml-print-message.xml +0 -11
- data/test/reports/TEST-HammerCLI-Output-Adapter-Yaml.xml +0 -7
- data/test/reports/TEST-HammerCLI-constant-path.xml +0 -15
- data/test/reports/TEST-HammerCLI.xml +0 -7
- data/test/reports/TEST-Logging-LogEvent-filtering.xml +0 -9
- data/test/reports/TEST-Logging-LogEvent.xml +0 -7
- data/test/reports/TEST-String-constantize.xml +0 -15
- data/test/reports/TEST-String-underscore.xml +0 -13
- data/test/reports/TEST-commands-defaults-add.xml +0 -21
- data/test/reports/TEST-commands-defaults-delete.xml +0 -11
- data/test/reports/TEST-commands-defaults-list.xml +0 -11
- data/test/reports/TEST-commands-defaults-providers.xml +0 -11
- data/test/reports/TEST-commands.xml +0 -7
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Output::Formatters::FormatterLibrary" tests="2" time="0.
|
|
3
|
-
<testcase name="
|
|
2
|
+
<testsuite name="HammerCLI::Output::Formatters::FormatterLibrary" tests="2" time="0.000312338" failures="0" errors="0" skipped="0" assertions="2">
|
|
3
|
+
<testcase name="test_0001_accepts formatter" time="8.0831e-05" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0002_can add formatter to instance" time="4.4535e-05" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
7
|
<system-out>
|
|
8
8
|
</system-out>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Output::Formatters::KeyValueFormatter" tests="3" time="0.
|
|
3
|
-
<testcase name="
|
|
2
|
+
<testsuite name="HammerCLI::Output::Formatters::KeyValueFormatter" tests="3" time="0.000349305" failures="0" errors="0" skipped="0" assertions="3">
|
|
3
|
+
<testcase name="test_0002_returns empty string when the input is nil" time="7.1121e-05" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0001_serializes the value" time="5.0924e-05" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="
|
|
7
|
+
<testcase name="test_0003_returns empty string value when the input is not a hash" time="3.7348e-05" assertions="1">
|
|
8
8
|
</testcase>
|
|
9
9
|
<system-out>
|
|
10
10
|
</system-out>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Output::Formatters::ListFormatter" tests="3" time="0.
|
|
3
|
-
<testcase name="
|
|
2
|
+
<testsuite name="HammerCLI::Output::Formatters::ListFormatter" tests="3" time="0.000348473" failures="0" errors="0" skipped="0" assertions="3">
|
|
3
|
+
<testcase name="test_0002_returns empty string when the input is nil" time="7.1874e-05" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0001_serializes the value" time="5.3042e-05" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="test_0003_returns string value when the input is not a list" time="3.
|
|
7
|
+
<testcase name="test_0003_returns string value when the input is not a list" time="3.5575e-05" assertions="1">
|
|
8
8
|
</testcase>
|
|
9
9
|
<system-out>
|
|
10
10
|
</system-out>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Output::Formatters::LongTextFormatter" tests="3" time="0.
|
|
3
|
-
<testcase name="test_0001_prepends new line" time="
|
|
2
|
+
<testsuite name="HammerCLI::Output::Formatters::LongTextFormatter" tests="3" time="0.000562593" failures="0" errors="0" skipped="0" assertions="3">
|
|
3
|
+
<testcase name="test_0001_prepends new line" time="0.000137138" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0003_enables to switch indentation off" time="4.2838e-05" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="
|
|
7
|
+
<testcase name="test_0002_accepts nil" time="6.0941e-05" assertions="1">
|
|
8
8
|
</testcase>
|
|
9
9
|
<system-out>
|
|
10
10
|
</system-out>
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Output::Output::adapters" tests="5" time="0.
|
|
3
|
-
<testcase name="
|
|
2
|
+
<testsuite name="HammerCLI::Output::Output::adapters" tests="5" time="0.001059704" failures="0" errors="0" skipped="0" assertions="5">
|
|
3
|
+
<testcase name="test_0002_should return required default adapter" time="0.00015289" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="test_0003_should use adapter form context" time="
|
|
5
|
+
<testcase name="test_0003_should use adapter form context" time="7.4609e-05" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="
|
|
7
|
+
<testcase name="test_0004_should prioritize adapter from the context" time="0.000100567" assertions="1">
|
|
8
8
|
</testcase>
|
|
9
|
-
<testcase name="
|
|
9
|
+
<testcase name="test_0005_should use base adapter if the requested default was not found" time="0.00047733" assertions="1">
|
|
10
10
|
</testcase>
|
|
11
|
-
<testcase name="
|
|
11
|
+
<testcase name="test_0001_should register adapter" time="5.583e-05" assertions="1">
|
|
12
12
|
</testcase>
|
|
13
13
|
<system-out>
|
|
14
14
|
</system-out>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Output::Output::data" tests="4" time="0.
|
|
3
|
-
<testcase name="test_0004_prints recordset" time="0.
|
|
2
|
+
<testsuite name="HammerCLI::Output::Output::data" tests="4" time="0.001649414" failures="0" errors="0" skipped="0" assertions="4">
|
|
3
|
+
<testcase name="test_0004_prints recordset" time="0.000419794" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0002_prints single resource as collection" time="0.000317483" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="
|
|
7
|
+
<testcase name="test_0001_prints single resource" time="0.000328909" assertions="1">
|
|
8
8
|
</testcase>
|
|
9
|
-
<testcase name="
|
|
9
|
+
<testcase name="test_0003_prints array of resources" time="0.000357613" assertions="1">
|
|
10
10
|
</testcase>
|
|
11
11
|
<system-out>
|
|
12
12
|
</system-out>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Output::Output::formatters" tests="1" time="0.
|
|
3
|
-
<testcase name="test_0001_should register formatter" time="0.
|
|
2
|
+
<testsuite name="HammerCLI::Output::Output::formatters" tests="1" time="0.000287264" failures="0" errors="0" skipped="0" assertions="2">
|
|
3
|
+
<testcase name="test_0001_should register formatter" time="0.000116158" assertions="2">
|
|
4
4
|
</testcase>
|
|
5
5
|
<system-out>
|
|
6
6
|
</system-out>
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Output::Output::messages" tests="6" time="0.
|
|
3
|
-
<testcase name="
|
|
2
|
+
<testsuite name="HammerCLI::Output::Output::messages" tests="6" time="0.002233059" failures="0" errors="0" skipped="0" assertions="6">
|
|
3
|
+
<testcase name="test_0004_prints error message via adapter with arguments" time="0.00035277" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0005_prints error message with details via adapter" time="0.000359567" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="
|
|
7
|
+
<testcase name="test_0001_prints info message via adapter" time="0.000336722" assertions="1">
|
|
8
8
|
</testcase>
|
|
9
|
-
<testcase name="
|
|
9
|
+
<testcase name="test_0003_prints error message via adapter" time="0.000313239" assertions="1">
|
|
10
10
|
</testcase>
|
|
11
|
-
<testcase name="
|
|
11
|
+
<testcase name="test_0002_prints info message via adapter with arguments" time="0.000310076" assertions="1">
|
|
12
12
|
</testcase>
|
|
13
|
-
<testcase name="
|
|
13
|
+
<testcase name="test_0006_prints error message from exception via adapter" time="0.000339844" 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::Output::Output" tests="0" time="0.
|
|
2
|
+
<testsuite name="HammerCLI::Output::Output" tests="0" time="0.000159742" failures="0" errors="0" skipped="0" assertions="0">
|
|
3
3
|
<system-out>
|
|
4
4
|
</system-out>
|
|
5
5
|
<system-err>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Output::RecordCollection" tests="3" time="0.
|
|
3
|
-
<testcase name="test_0001_should keep records and its meta data" time="0.
|
|
2
|
+
<testsuite name="HammerCLI::Output::RecordCollection" tests="3" time="0.000482859" failures="0" errors="0" skipped="0" assertions="12">
|
|
3
|
+
<testcase name="test_0001_should keep records and its meta data" time="0.000143524" assertions="9">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="test_0002_should wrap the data into list" time="6.
|
|
5
|
+
<testcase name="test_0002_should wrap the data into list" time="6.5332e-05" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="test_0003_sould accept MetaData as option" time="
|
|
7
|
+
<testcase name="test_0003_sould accept MetaData as option" time="7.748e-05" assertions="2">
|
|
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::Settings::load from paths" tests="4" time="0.
|
|
3
|
-
<testcase name="
|
|
2
|
+
<testsuite name="HammerCLI::Settings::load from paths" tests="4" time="0.002082013" failures="0" errors="0" skipped="0" assertions="8">
|
|
3
|
+
<testcase name="test_0004_loads settings from dir" time="0.001015615" assertions="4">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="test_0002_clears path history on clear invokation" time="0.
|
|
5
|
+
<testcase name="test_0002_clears path history on clear invokation" time="0.000203806" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="test_0003_store config path history" time="0.
|
|
7
|
+
<testcase name="test_0003_store config path history" time="0.000329641" assertions="1">
|
|
8
8
|
</testcase>
|
|
9
|
-
<testcase name="
|
|
9
|
+
<testcase name="test_0001_loads settings from file" time="0.000327472" assertions="2">
|
|
10
10
|
</testcase>
|
|
11
11
|
<system-out>
|
|
12
12
|
</system-out>
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Settings" tests="9" time="0.
|
|
3
|
-
<testcase name="
|
|
2
|
+
<testsuite name="HammerCLI::Settings" tests="9" time="0.000795377" failures="0" errors="0" skipped="0" assertions="19">
|
|
3
|
+
<testcase name="test_0001_returns nil when nothing is loaded" time="0.000118872" assertions="2">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0006_loads all settings" time="6.3553e-05" assertions="2">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="
|
|
7
|
+
<testcase name="test_0004_takes both strings and symbols" time="5.5445e-05" assertions="2">
|
|
8
8
|
</testcase>
|
|
9
|
-
<testcase name="
|
|
9
|
+
<testcase name="test_0005_finds nested settings" time="5.7768e-05" assertions="3">
|
|
10
10
|
</testcase>
|
|
11
|
-
<testcase name="test_0003_returns correct value" time="
|
|
11
|
+
<testcase name="test_0003_returns correct value" time="5.8495e-05" assertions="1">
|
|
12
12
|
</testcase>
|
|
13
|
-
<testcase name="
|
|
13
|
+
<testcase name="test_0007_dumps all settings" time="5.6246e-05" assertions="1">
|
|
14
14
|
</testcase>
|
|
15
|
-
<testcase name="
|
|
15
|
+
<testcase name="test_0009_clear wipes all settings" time="4.9296e-05" assertions="2">
|
|
16
16
|
</testcase>
|
|
17
|
-
<testcase name="
|
|
17
|
+
<testcase name="test_0008_merges settings on second load" time="7.0802e-05" assertions="5">
|
|
18
18
|
</testcase>
|
|
19
|
-
<testcase name="
|
|
19
|
+
<testcase name="test_0002_returns nil on unknown key" time="4.4578e-05" assertions="1">
|
|
20
20
|
</testcase>
|
|
21
21
|
<system-out>
|
|
22
22
|
</system-out>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::ShellHistory::loading old history" tests="2" time="0.
|
|
3
|
-
<testcase name="test_0001_skips loading if the file does not exist" time="0.
|
|
2
|
+
<testsuite name="HammerCLI::ShellHistory::loading old history" tests="2" time="0.000591805" failures="0" errors="0" skipped="0" assertions="2">
|
|
3
|
+
<testcase name="test_0001_skips loading if the file does not exist" time="0.000228018" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="test_0002_preseeds readline's history" time="0.
|
|
5
|
+
<testcase name="test_0002_preseeds readline's history" time="0.000185292" 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::ShellHistory::saving history" tests="4" time="0.
|
|
3
|
-
<testcase name="test_0001_creates history file if it does not exist" time="0.
|
|
2
|
+
<testsuite name="HammerCLI::ShellHistory::saving history" tests="4" time="0.000956469" failures="0" errors="0" skipped="0" assertions="4">
|
|
3
|
+
<testcase name="test_0001_creates history file if it does not exist" time="0.00022899" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="test_0003_appends to readline's history" time="0.
|
|
5
|
+
<testcase name="test_0003_appends to readline's history" time="0.000185984" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="test_0002_appends history to the given file" time="0.
|
|
7
|
+
<testcase name="test_0002_appends history to the given file" time="0.000169983" assertions="1">
|
|
8
8
|
</testcase>
|
|
9
|
-
<testcase name="test_0004_doesn't save exit command" time="0.
|
|
9
|
+
<testcase name="test_0004_doesn't save exit command" time="0.000154798" 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::ShellHistory" tests="0" time="0.
|
|
2
|
+
<testsuite name="HammerCLI::ShellHistory" tests="0" time="0.000162977" failures="0" errors="0" skipped="0" assertions="0">
|
|
3
3
|
<system-out>
|
|
4
4
|
</system-out>
|
|
5
5
|
<system-err>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="MiniTest::Spec" tests="0" time="0.
|
|
2
|
+
<testsuite name="MiniTest::Spec" tests="0" time="0.000174231" failures="0" errors="0" skipped="0" assertions="0">
|
|
3
3
|
<system-out>
|
|
4
4
|
</system-out>
|
|
5
5
|
<system-err>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="String::camelize" tests="2" time="0.
|
|
3
|
-
<testcase name="test_0001_should camelize string with underscores" time="
|
|
2
|
+
<testsuite name="String::camelize" tests="2" time="0.000337952" failures="0" errors="0" skipped="0" assertions="2">
|
|
3
|
+
<testcase name="test_0001_should camelize string with underscores" time="0.0001091" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="test_0002_should not camelize string with dashes" time="
|
|
5
|
+
<testcase name="test_0002_should not camelize string with dashes" time="5.1678e-05" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
7
|
<system-out>
|
|
8
8
|
</system-out>
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="String::formatting" tests="5" time="0.
|
|
3
|
-
<testcase name="
|
|
2
|
+
<testsuite name="String::formatting" tests="5" time="0.00052804" failures="0" errors="0" skipped="0" assertions="5">
|
|
3
|
+
<testcase name="test_0003_should replace named parameters" time="0.000120653" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0002_should replace positional parameters" time="5.0694e-05" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="
|
|
7
|
+
<testcase name="test_0004_should replace named parameters with string keys" time="5.4219e-05" assertions="1">
|
|
8
8
|
</testcase>
|
|
9
|
-
<testcase name="
|
|
9
|
+
<testcase name="test_0005_should replace named parameters marked with curly brackets" time="5.3821e-05" assertions="1">
|
|
10
10
|
</testcase>
|
|
11
|
-
<testcase name="
|
|
11
|
+
<testcase name="test_0001_should not fail without expected parameters" time="5.197e-05" assertions="1">
|
|
12
12
|
</testcase>
|
|
13
13
|
<system-out>
|
|
14
14
|
</system-out>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="String::indent" tests="2" time="0.
|
|
3
|
-
<testcase name="
|
|
2
|
+
<testsuite name="String::indent" tests="2" time="0.000342954" failures="0" errors="0" skipped="0" assertions="2">
|
|
3
|
+
<testcase name="test_0002_indents multi line string" time="0.000108296" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0001_indents single line string" time="4.4031e-05" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
7
|
<system-out>
|
|
8
8
|
</system-out>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="
|
|
3
|
-
<testcase name="
|
|
2
|
+
<testsuite name="String::interactive?" tests="3" time="0.001375686" failures="0" errors="0" skipped="0" assertions="3">
|
|
3
|
+
<testcase name="test_0001_should be true when called in tty" time="0.00042329" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0002_should by false when cli arg set" time="0.000403856" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="test_0003_should by false when turned off in cfg" time="0.
|
|
7
|
+
<testcase name="test_0003_should by false when turned off in cfg" time="0.000364321" 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="String" tests="0" time="0.
|
|
2
|
+
<testsuite name="String" tests="0" time="0.000181729" failures="0" errors="0" skipped="0" assertions="0">
|
|
3
3
|
<system-out>
|
|
4
4
|
</system-out>
|
|
5
5
|
<system-err>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="constraints::HammerCLI::Validator::AllConstraint::exist?" tests="3" time="0.
|
|
3
|
-
<testcase name="
|
|
2
|
+
<testsuite name="constraints::HammerCLI::Validator::AllConstraint::exist?" tests="3" time="0.000590622" failures="0" errors="0" skipped="0" assertions="3">
|
|
3
|
+
<testcase name="test_0002_should return true when all the options exist" time="0.000196018" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0001_should return true when no options are passed" time="0.000113036" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="
|
|
7
|
+
<testcase name="test_0003_should return false when one of the options is missing" time="9.6605e-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="constraints::HammerCLI::Validator::AllConstraint" tests="0" time="0.
|
|
2
|
+
<testsuite name="constraints::HammerCLI::Validator::AllConstraint" tests="0" time="0.00015489" failures="0" errors="0" skipped="0" assertions="0">
|
|
3
3
|
<system-out>
|
|
4
4
|
</system-out>
|
|
5
5
|
<system-err>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="constraints::HammerCLI::Validator::AnyConstraint::exist?" tests="3" time="0.
|
|
3
|
-
<testcase name="
|
|
2
|
+
<testsuite name="constraints::HammerCLI::Validator::AnyConstraint::exist?" tests="3" time="0.000586351" failures="0" errors="0" skipped="0" assertions="3">
|
|
3
|
+
<testcase name="test_0002_should return true when one of the options exist" time="0.000170553" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0001_should return true when no options are passed" time="0.000112862" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="test_0003_should return false when all the options are missing" time="0.
|
|
7
|
+
<testcase name="test_0003_should return false when all the options are missing" time="0.000111747" 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="constraints::HammerCLI::Validator::AnyConstraint" tests="0" time="0.
|
|
2
|
+
<testsuite name="constraints::HammerCLI::Validator::AnyConstraint" tests="0" time="0.00017756" failures="0" errors="0" skipped="0" assertions="0">
|
|
3
3
|
<system-out>
|
|
4
4
|
</system-out>
|
|
5
5
|
<system-err>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="constraints::HammerCLI::Validator::BaseConstraint::exist?" tests="1" time="0.
|
|
3
|
-
<testcase name="test_0001_throws not implemented error" time="0.
|
|
2
|
+
<testsuite name="constraints::HammerCLI::Validator::BaseConstraint::exist?" tests="1" time="0.000343672" failures="0" errors="0" skipped="0" assertions="1">
|
|
3
|
+
<testcase name="test_0001_throws not implemented error" time="0.000171895" 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="constraints::HammerCLI::Validator::BaseConstraint::rejected" tests="3" time="0.
|
|
3
|
-
<testcase name="test_0003_should return nil when exist? returns true" time="0.
|
|
2
|
+
<testsuite name="constraints::HammerCLI::Validator::BaseConstraint::rejected" tests="3" time="0.001188178" failures="0" errors="0" skipped="0" assertions="3">
|
|
3
|
+
<testcase name="test_0003_should return nil when exist? returns true" time="0.000339906" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0002_should raise exception with a message" time="0.000330188" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="
|
|
7
|
+
<testcase name="test_0001_should raise exception when exist? returns true" time="0.000327038" assertions="1">
|
|
8
8
|
</testcase>
|
|
9
9
|
<system-out>
|
|
10
10
|
</system-out>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="constraints::HammerCLI::Validator::BaseConstraint::required" tests="3" time="0.
|
|
3
|
-
<testcase name="
|
|
2
|
+
<testsuite name="constraints::HammerCLI::Validator::BaseConstraint::required" tests="3" time="0.001221194" failures="0" errors="0" skipped="0" assertions="2">
|
|
3
|
+
<testcase name="test_0003_should return nil when exist? returns true" time="0.000335162" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0001_should raise exception when exist? returns true" time="0.000327945" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="
|
|
7
|
+
<testcase name="test_0002_should raise exception with a message" time="0.000337518" assertions="0">
|
|
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="constraints::HammerCLI::Validator::BaseConstraint" tests="0" time="0.
|
|
2
|
+
<testsuite name="constraints::HammerCLI::Validator::BaseConstraint" tests="0" time="0.000163178" failures="0" errors="0" skipped="0" assertions="0">
|
|
3
3
|
<system-out>
|
|
4
4
|
</system-out>
|
|
5
5
|
<system-err>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="constraints" tests="0" time="0.
|
|
2
|
+
<testsuite name="constraints" tests="0" time="0.000161677" failures="0" errors="0" skipped="0" assertions="0">
|
|
3
3
|
<system-out>
|
|
4
4
|
</system-out>
|
|
5
5
|
<system-err>
|
|
@@ -22,5 +22,14 @@ describe HammerCLI::Apipie::OptionDefinition do
|
|
|
22
22
|
end
|
|
23
23
|
|
|
24
24
|
end
|
|
25
|
+
|
|
26
|
+
let(:opt2) { HammerCLI::Apipie::OptionDefinition.new("--opt2", "OPT2", "'OPT2'", :referenced_resource => @referenced_resource) }
|
|
27
|
+
|
|
28
|
+
describe "Option Description should be converted" do
|
|
29
|
+
it "should be converted" do
|
|
30
|
+
opt2.description.must_equal "'OPT2'"
|
|
31
|
+
end
|
|
32
|
+
|
|
33
|
+
end
|
|
25
34
|
end
|
|
26
35
|
|