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,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Options::OptionDefinition::context" tests="1" time="0.
|
|
3
|
-
<testcase name="test_0001_should save option to context" time="0.
|
|
2
|
+
<testsuite name="HammerCLI::Options::OptionDefinition::context" tests="1" time="0.000755624" failures="0" errors="0" skipped="0" assertions="1">
|
|
3
|
+
<testcase name="test_0001_should save option to context" time="0.000583284" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
5
|
<system-out>
|
|
6
6
|
</system-out>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Options::OptionDefinition::formatters" tests="2" time="0.
|
|
3
|
-
<testcase name="
|
|
2
|
+
<testsuite name="HammerCLI::Options::OptionDefinition::formatters" tests="2" time="0.000345511" failures="0" errors="0" skipped="0" assertions="2">
|
|
3
|
+
<testcase name="test_0002_should use formatter as a conversion block" time="0.000112646" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0001_should use formatter to format a default value" time="6.3393e-05" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
7
|
<system-out>
|
|
8
8
|
</system-out>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Options::OptionDefinition" tests="0" time="0.
|
|
2
|
+
<testsuite name="HammerCLI::Options::OptionDefinition" tests="0" time="0.000157884" failures="0" errors="0" skipped="0" assertions="0">
|
|
3
3
|
<system-out>
|
|
4
4
|
</system-out>
|
|
5
5
|
<system-err>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Output::Adapter::Abstract::error messages" tests="4" time="0.
|
|
3
|
-
<testcase name="
|
|
2
|
+
<testsuite name="HammerCLI::Output::Adapter::Abstract::error messages" tests="4" time="0.001247685" failures="0" errors="0" skipped="0" assertions="9">
|
|
3
|
+
<testcase name="test_0004_should print formatted message with parameters" time="0.000367432" assertions="2">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0003_should print string details of error to stderr" time="0.000234009" assertions="2">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="
|
|
7
|
+
<testcase name="test_0001_should print error message to stderr" time="0.000232757" assertions="3">
|
|
8
8
|
</testcase>
|
|
9
|
-
<testcase name="test_0002_should print list details of error to stderr" time="0.
|
|
9
|
+
<testcase name="test_0002_should print list details of error to stderr" time="0.000221498" assertions="2">
|
|
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::Output::Adapter::Abstract::messages" tests="2" time="0.
|
|
3
|
-
<testcase name="test_0001_should print message to stdout" time="0.
|
|
2
|
+
<testsuite name="HammerCLI::Output::Adapter::Abstract::messages" tests="2" time="0.000717306" failures="0" errors="0" skipped="0" assertions="6">
|
|
3
|
+
<testcase name="test_0001_should print message to stdout" time="0.000291653" assertions="3">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="test_0002_should print formatted message with parameters" time="0.
|
|
5
|
+
<testcase name="test_0002_should print formatted message with parameters" time="0.000250974" assertions="3">
|
|
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::Output::Adapter::Abstract::test data_for_field" tests="4" time="0.
|
|
3
|
-
<testcase name="
|
|
2
|
+
<testsuite name="HammerCLI::Output::Adapter::Abstract::test data_for_field" tests="4" time="0.000462768" failures="0" errors="0" skipped="0" assertions="4">
|
|
3
|
+
<testcase name="test_0003_returns nil, if the data does not exist for the field" time="0.000119489" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="test_0002_returns nil if the record is not a hash" time="
|
|
5
|
+
<testcase name="test_0002_returns nil if the record is not a hash" time="6.5318e-05" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="
|
|
7
|
+
<testcase name="test_0004_returns the value, if data exists for the field" time="4.6135e-05" assertions="1">
|
|
8
8
|
</testcase>
|
|
9
|
-
<testcase name="test_0001_returns nil if the record is nil" time="
|
|
9
|
+
<testcase name="test_0001_returns nil if the record is nil" time="4.3095e-05" assertions="1">
|
|
10
10
|
</testcase>
|
|
11
11
|
<system-out>
|
|
12
12
|
</system-out>
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Output::Adapter::Abstract" tests="5" time="0.
|
|
3
|
-
<testcase name="
|
|
2
|
+
<testsuite name="HammerCLI::Output::Adapter::Abstract" tests="5" time="0.001875442" failures="0" errors="0" skipped="0" assertions="5">
|
|
3
|
+
<testcase name="test_0001_should have tags" time="8.5609e-05" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="test_0004_should put serializers first" time="0.
|
|
5
|
+
<testcase name="test_0004_should put serializers first" time="0.000800429" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="test_0005_should raise not implemented on print_collection" time="
|
|
7
|
+
<testcase name="test_0005_should raise not implemented on print_collection" time="8.4393e-05" assertions="1">
|
|
8
8
|
</testcase>
|
|
9
|
-
<testcase name="
|
|
9
|
+
<testcase name="test_0002_should filter formatters with incompatible tags" time="0.00026059" assertions="1">
|
|
10
10
|
</testcase>
|
|
11
|
-
<testcase name="
|
|
11
|
+
<testcase name="test_0003_should keep compatible formatters" time="0.000450116" assertions="1">
|
|
12
12
|
</testcase>
|
|
13
13
|
<system-out>
|
|
14
14
|
</system-out>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Output::Adapter::Base::print_collection::show ids" tests="1" time="0.
|
|
3
|
-
<testcase name="test_0001_shows ids if it's required in the context" time="0.
|
|
2
|
+
<testsuite name="HammerCLI::Output::Adapter::Base::print_collection::show ids" tests="1" time="0.000520405" failures="0" errors="0" skipped="0" assertions="1">
|
|
3
|
+
<testcase name="test_0001_shows ids if it's required in the context" time="0.000350487" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
5
|
<system-out>
|
|
6
6
|
</system-out>
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Output::Adapter::Base::print_collection" tests="10" time="0.
|
|
3
|
-
<testcase name="
|
|
2
|
+
<testsuite name="HammerCLI::Output::Adapter::Base::print_collection" tests="10" time="0.003472686" failures="0" errors="0" skipped="0" assertions="10">
|
|
3
|
+
<testcase name="test_0009_skips blank values" time="0.000352332" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0003_aligns multiple fields" time="0.00035921" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="
|
|
7
|
+
<testcase name="test_0010_should print key -> value" time="0.00033891" assertions="1">
|
|
8
8
|
</testcase>
|
|
9
|
-
<testcase name="
|
|
9
|
+
<testcase name="test_0006_should print collection" time="0.000334085" assertions="1">
|
|
10
10
|
</testcase>
|
|
11
|
-
<testcase name="test_0007_should print unnumbered collection" time="0.
|
|
11
|
+
<testcase name="test_0007_should print unnumbered collection" time="0.000372625" assertions="1">
|
|
12
12
|
</testcase>
|
|
13
|
-
<testcase name="test_0004_should field with nested data" time="0.
|
|
13
|
+
<testcase name="test_0004_should field with nested data" time="0.000273375" assertions="1">
|
|
14
14
|
</testcase>
|
|
15
|
-
<testcase name="
|
|
15
|
+
<testcase name="test_0008_hides ids by default" time="0.000274323" assertions="1">
|
|
16
16
|
</testcase>
|
|
17
|
-
<testcase name="
|
|
17
|
+
<testcase name="test_0005_should print labeled fields" time="0.000367995" assertions="1">
|
|
18
18
|
</testcase>
|
|
19
|
-
<testcase name="
|
|
19
|
+
<testcase name="test_0002_doesn't print label when it's nil" time="0.000273541" assertions="1">
|
|
20
20
|
</testcase>
|
|
21
|
-
<testcase name="
|
|
21
|
+
<testcase name="test_0001_should print one field" time="0.000284066" assertions="1">
|
|
22
22
|
</testcase>
|
|
23
23
|
<system-out>
|
|
24
24
|
</system-out>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Output::Adapter::Base" tests="0" time="0.
|
|
2
|
+
<testsuite name="HammerCLI::Output::Adapter::Base" tests="0" time="0.000146941" 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="HammerCLI::Output::Adapter::CSValues::print_collection::formatters" tests="2" time="0.
|
|
3
|
-
<testcase name="
|
|
2
|
+
<testsuite name="HammerCLI::Output::Adapter::CSValues::print_collection::formatters" tests="2" time="0.001033824" failures="0" errors="0" skipped="0" assertions="4">
|
|
3
|
+
<testcase name="test_0002_should not replace nil with empty string before it applies formatters" time="0.000416477" assertions="2">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0001_should apply formatters" time="0.000426118" assertions="2">
|
|
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::Adapter::CSValues::print_collection::handle fields with collections" tests="3" time="0.
|
|
3
|
-
<testcase name="test_0001_should print collection column name" time="0.
|
|
2
|
+
<testsuite name="HammerCLI::Output::Adapter::CSValues::print_collection::handle fields with collections" tests="3" time="0.001664601" failures="0" errors="0" skipped="0" assertions="10">
|
|
3
|
+
<testcase name="test_0001_should print collection column name" time="0.000619312" assertions="3">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0003_should handle empty collection" time="0.000327641" assertions="3">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="
|
|
7
|
+
<testcase name="test_0002_should print collection data" time="0.000510544" assertions="4">
|
|
8
8
|
</testcase>
|
|
9
9
|
<system-out>
|
|
10
10
|
</system-out>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Output::Adapter::CSValues::print_collection::handle fields with containers" tests="2" time="0.
|
|
3
|
-
<testcase name="
|
|
2
|
+
<testsuite name="HammerCLI::Output::Adapter::CSValues::print_collection::handle fields with containers" tests="2" time="0.001160963" failures="0" errors="0" skipped="0" assertions="8">
|
|
3
|
+
<testcase name="test_0002_should print data" time="0.000523402" assertions="4">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0001_should print column names" time="0.000455281" assertions="4">
|
|
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::Output::Adapter::CSValues::print_collection::handle ids" tests="2" time="0.
|
|
3
|
-
<testcase name="test_0001_should ommit column of type Id by default" time="0.
|
|
2
|
+
<testsuite name="HammerCLI::Output::Adapter::CSValues::print_collection::handle ids" tests="2" time="0.001007739" failures="0" errors="0" skipped="0" assertions="6">
|
|
3
|
+
<testcase name="test_0001_should ommit column of type Id by default" time="0.000464742" assertions="4">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="test_0002_should print column of type Id when --show-ids is set" time="0.
|
|
5
|
+
<testcase name="test_0002_should print column of type Id when --show-ids is set" time="0.000366296" assertions="2">
|
|
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::Output::Adapter::CSValues::print_collection" tests="2" time="0.
|
|
3
|
-
<testcase name="test_0001_should print column name" time="0.
|
|
2
|
+
<testsuite name="HammerCLI::Output::Adapter::CSValues::print_collection" tests="2" time="0.001008951" failures="0" errors="0" skipped="0" assertions="8">
|
|
3
|
+
<testcase name="test_0001_should print column name" time="0.000454847" assertions="4">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="test_0002_should print field value" time="0.
|
|
5
|
+
<testcase name="test_0002_should print field value" time="0.000351916" assertions="4">
|
|
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::Output::Adapter::CSValues::print message" tests="2" time="0.
|
|
3
|
-
<testcase name="
|
|
2
|
+
<testsuite name="HammerCLI::Output::Adapter::CSValues::print message" tests="2" time="0.000902934" failures="0" errors="0" skipped="0" assertions="4">
|
|
3
|
+
<testcase name="test_0001_shoud print a message" time="0.000388101" assertions="2">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0002_should print message, id and name of created/updated record" time="0.000330587" assertions="2">
|
|
6
6
|
</testcase>
|
|
7
7
|
<system-out>
|
|
8
8
|
</system-out>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Output::Adapter::CSValues" tests="0" time="0.
|
|
2
|
+
<testsuite name="HammerCLI::Output::Adapter::CSValues" tests="0" time="0.000159229" failures="0" errors="0" skipped="0" assertions="0">
|
|
3
3
|
<system-out>
|
|
4
4
|
</system-out>
|
|
5
5
|
<system-err>
|
|
@@ -1,18 +1,12 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Output::Adapter::Table::print_collection::column width" tests="
|
|
3
|
-
<testcase name="test_0001_truncates string when it exceeds maximum width" time="0.
|
|
2
|
+
<testsuite name="HammerCLI::Output::Adapter::Table::print_collection::column width" tests="4" time="0.00247111" failures="0" errors="0" skipped="0" assertions="4">
|
|
3
|
+
<testcase name="test_0001_truncates string when it exceeds maximum width" time="0.000565188" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="test_0002_truncates string when it exceeds width" time="0.
|
|
5
|
+
<testcase name="test_0002_truncates string when it exceeds width" time="0.000551994" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="test_0003_sets width
|
|
7
|
+
<testcase name="test_0003_sets certain width" time="0.000561764" assertions="1">
|
|
8
8
|
</testcase>
|
|
9
|
-
<testcase name="
|
|
10
|
-
</testcase>
|
|
11
|
-
<testcase name="test_0004_sets certain width" time="0.000863142" assertions="1">
|
|
12
|
-
</testcase>
|
|
13
|
-
<testcase name="test_0006_gives preference to width over maximal width" time="0.000983966" assertions="1">
|
|
14
|
-
</testcase>
|
|
15
|
-
<testcase name="test_0005_sets certain width when no data" time="0.001665217" assertions="1">
|
|
9
|
+
<testcase name="test_0004_gives preference to width over maximal width" time="0.000574865" assertions="1">
|
|
16
10
|
</testcase>
|
|
17
11
|
<system-out>
|
|
18
12
|
</system-out>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Output::Adapter::Table::print_collection::formatters" tests="2" time="0.
|
|
3
|
-
<testcase name="
|
|
2
|
+
<testsuite name="HammerCLI::Output::Adapter::Table::print_collection::formatters" tests="2" time="0.001161009" failures="0" errors="0" skipped="0" assertions="3">
|
|
3
|
+
<testcase name="test_0001_should apply formatters" time="0.000536944" assertions="2">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0002_should not break formatting" time="0.000453818" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
7
|
<system-out>
|
|
8
8
|
</system-out>
|
|
@@ -1,12 +1,8 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Output::Adapter::Table::print_collection::handle ids" tests="
|
|
3
|
-
<testcase name="
|
|
2
|
+
<testsuite name="HammerCLI::Output::Adapter::Table::print_collection::handle ids" tests="2" time="0.00118601" failures="0" errors="0" skipped="0" assertions="4">
|
|
3
|
+
<testcase name="test_0002_should print column of type Id when --show-ids is set" time="0.000537731" assertions="2">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="test_0001_should ommit column of type Id by default" time="0.
|
|
6
|
-
</testcase>
|
|
7
|
-
<testcase name="test_0002_should ommit column of type Id by default but no data" time="0.000768719" assertions="1">
|
|
8
|
-
</testcase>
|
|
9
|
-
<testcase name="test_0003_should print column of type Id when --show-ids is set" time="0.000793028" assertions="2">
|
|
5
|
+
<testcase name="test_0001_should ommit column of type Id by default" time="0.00046646" assertions="2">
|
|
10
6
|
</testcase>
|
|
11
7
|
<system-out>
|
|
12
8
|
</system-out>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Output::Adapter::Table::print_collection::sort_columns" tests="1" time="0.
|
|
3
|
-
<testcase name="test_0001_should sort output" time="0.
|
|
2
|
+
<testsuite name="HammerCLI::Output::Adapter::Table::print_collection::sort_columns" tests="1" time="0.000782934" failures="0" errors="0" skipped="0" assertions="1">
|
|
3
|
+
<testcase name="test_0001_should sort output" time="0.000602334" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
5
|
<system-out>
|
|
6
6
|
</system-out>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Output::Adapter::Table::print_collection" tests="2" time="0.
|
|
3
|
-
<testcase name="test_0001_should print column name " time="0.
|
|
2
|
+
<testsuite name="HammerCLI::Output::Adapter::Table::print_collection" tests="2" time="0.001247105" failures="0" errors="0" skipped="0" assertions="6">
|
|
3
|
+
<testcase name="test_0001_should print column name " time="0.000552378" assertions="3">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="test_0002_should print field value" time="0.
|
|
5
|
+
<testcase name="test_0002_should print field value" time="0.000470992" assertions="3">
|
|
6
6
|
</testcase>
|
|
7
7
|
<system-out>
|
|
8
8
|
</system-out>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Output::Adapter::Table" tests="0" time="0.
|
|
2
|
+
<testsuite name="HammerCLI::Output::Adapter::Table" tests="0" time="0.000150369" 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="HammerCLI::Output::Definition::empty?" tests="2" time="0.
|
|
3
|
-
<testcase name="
|
|
2
|
+
<testsuite name="HammerCLI::Output::Definition::empty?" tests="2" time="0.000342718" failures="0" errors="0" skipped="0" assertions="2">
|
|
3
|
+
<testcase name="test_0002_returns false for definition with fields" time="8.793e-05" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0001_returns true for empty definition" time="4.5147e-05" 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::Output::Definition" tests="2" time="0.
|
|
3
|
-
<testcase name="test_0001_should be able to add field" time="0.
|
|
2
|
+
<testsuite name="HammerCLI::Output::Definition" tests="2" time="0.000403606" failures="0" errors="0" skipped="0" assertions="3">
|
|
3
|
+
<testcase name="test_0001_should be able to add field" time="0.000109946" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="test_0002_append should allow to add data from another definition" time="
|
|
5
|
+
<testcase name="test_0002_append should allow to add data from another definition" time="6.2187e-05" assertions="2">
|
|
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::Dsl::collection" tests="3" time="0.
|
|
3
|
-
<testcase name="test_0003_sets correct path to subfields" time="0.
|
|
2
|
+
<testsuite name="HammerCLI::Output::Dsl::collection" tests="3" time="0.000484859" failures="0" errors="0" skipped="0" assertions="3">
|
|
3
|
+
<testcase name="test_0003_sets correct path to subfields" time="0.000132862" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="test_0002_allows to define subfields with dsl" time="
|
|
5
|
+
<testcase name="test_0002_allows to define subfields with dsl" time="8.7726e-05" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="test_0001_creates field of type Collection" time="
|
|
7
|
+
<testcase name="test_0001_creates field of type Collection" time="5.9207e-05" assertions="1">
|
|
8
8
|
</testcase>
|
|
9
9
|
<system-out>
|
|
10
10
|
</system-out>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Output::Dsl::custom fields" tests="2" time="0.
|
|
3
|
-
<testcase name="test_0001_it creates field of a desired type" time="0.
|
|
2
|
+
<testsuite name="HammerCLI::Output::Dsl::custom fields" tests="2" time="0.000357896" failures="0" errors="0" skipped="0" assertions="2">
|
|
3
|
+
<testcase name="test_0001_it creates field of a desired type" time="0.000123079" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="test_0002_passes all options to the field instance" time="
|
|
5
|
+
<testcase name="test_0002_passes all options to the field instance" time="5.6043e-05" 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::Output::Dsl::fields" tests="4" time="0.
|
|
3
|
-
<testcase name="
|
|
2
|
+
<testsuite name="HammerCLI::Output::Dsl::fields" tests="4" time="0.000523115" failures="0" errors="0" skipped="0" assertions="6">
|
|
3
|
+
<testcase name="test_0002_should create field of desired type" time="0.000121347" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0001_should create Field as default field type" time="5.6673e-05" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="
|
|
7
|
+
<testcase name="test_0003_should store all field details" time="6.8223e-05" assertions="3">
|
|
8
8
|
</testcase>
|
|
9
|
-
<testcase name="
|
|
9
|
+
<testcase name="test_0004_can define multiple fields" time="5.0459e-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::Output::Dsl::label" tests="3" time="0.
|
|
3
|
-
<testcase name="
|
|
2
|
+
<testsuite name="HammerCLI::Output::Dsl::label" tests="3" time="0.000493603" failures="0" errors="0" skipped="0" assertions="3">
|
|
3
|
+
<testcase name="test_0003_sets correct path to subfields" time="0.00014981" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0002_allows to define subfields with dsl" time="8.6046e-05" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="
|
|
7
|
+
<testcase name="test_0001_creates field of type Label" time="6.1688e-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::Dsl::path definition" tests="3" time="0.
|
|
3
|
-
<testcase name="
|
|
2
|
+
<testsuite name="HammerCLI::Output::Dsl::path definition" tests="3" time="0.000418823" failures="0" errors="0" skipped="0" assertions="4">
|
|
3
|
+
<testcase name="test_0003_from can be nested" time="0.000100516" assertions="2">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0002_path can be nil to handle the parent structure" time="5.6098e-05" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="
|
|
7
|
+
<testcase name="test_0001_from appends to path" time="6.3831e-05" assertions="1">
|
|
8
8
|
</testcase>
|
|
9
9
|
<system-out>
|
|
10
10
|
</system-out>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Output::Dsl" tests="1" time="0.
|
|
3
|
-
<testcase name="test_0001_should be empty after initialization" time="0.
|
|
2
|
+
<testsuite name="HammerCLI::Output::Dsl" tests="1" time="0.000279375" failures="0" errors="0" skipped="0" assertions="1">
|
|
3
|
+
<testcase name="test_0001_should be empty after initialization" time="0.000114708" 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::Output::FieldFilter" tests="3" time="0.
|
|
3
|
-
<testcase name="
|
|
2
|
+
<testsuite name="HammerCLI::Output::FieldFilter" tests="3" time="0.000408181" failures="0" errors="0" skipped="0" assertions="3">
|
|
3
|
+
<testcase name="test_0002_filters fields by class" time="9.5542e-05" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0001_lets all fields go by default" time="5.988e-05" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="
|
|
7
|
+
<testcase name="test_0003_filters fields by superclass" time="5.3417e-05" assertions="1">
|
|
8
8
|
</testcase>
|
|
9
9
|
<system-out>
|
|
10
10
|
</system-out>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Output::Formatters::BooleanFormatter" tests="2" time="0.
|
|
3
|
-
<testcase name="test_0001_says yes for true like objects" time="
|
|
2
|
+
<testsuite name="HammerCLI::Output::Formatters::BooleanFormatter" tests="2" time="0.000326909" failures="0" errors="0" skipped="0" assertions="5">
|
|
3
|
+
<testcase name="test_0001_says yes for true like objects" time="8.2173e-05" assertions="2">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="test_0002_says no for false and nil and empty string" time="
|
|
5
|
+
<testcase name="test_0002_says no for false and nil and empty string" time="5.8887e-05" assertions="3">
|
|
6
6
|
</testcase>
|
|
7
7
|
<system-out>
|
|
8
8
|
</system-out>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Output::Formatters::ColorFormatter" tests="1" time="0.
|
|
3
|
-
<testcase name="test_0001_colorizes the value" time="
|
|
2
|
+
<testsuite name="HammerCLI::Output::Formatters::ColorFormatter" tests="1" time="0.000268288" failures="0" errors="0" skipped="0" assertions="1">
|
|
3
|
+
<testcase name="test_0001_colorizes the value" time="8.8793e-05" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
5
|
<system-out>
|
|
6
6
|
</system-out>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Output::Formatters::DateFormatter" tests="2" time="0.
|
|
3
|
-
<testcase name="test_0001_formats the date" time="0.
|
|
2
|
+
<testsuite name="HammerCLI::Output::Formatters::DateFormatter" tests="2" time="0.000375058" failures="0" errors="0" skipped="0" assertions="2">
|
|
3
|
+
<testcase name="test_0001_formats the date" time="0.000128822" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="test_0002_returns empty string on wrong value" time="
|
|
5
|
+
<testcase name="test_0002_returns empty string on wrong value" time="6.7009e-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::FieldFormatter" tests="3" time="0.
|
|
3
|
-
<testcase name="
|
|
2
|
+
<testsuite name="HammerCLI::Output::Formatters::FieldFormatter" tests="3" time="0.000620169" failures="0" errors="0" skipped="0" assertions="4">
|
|
3
|
+
<testcase name="test_0003_should know if it has matching tags" time="0.000334795" assertions="2">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0002_has tags" time="5.8395e-05" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="
|
|
7
|
+
<testcase name="test_0001_has format method" time="4.3034e-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::FormatterContainer" tests="3" time="0.
|
|
3
|
-
<testcase name="
|
|
2
|
+
<testsuite name="HammerCLI::Output::Formatters::FormatterContainer" tests="3" time="0.000351543" failures="0" errors="0" skipped="0" assertions="3">
|
|
3
|
+
<testcase name="test_0003_can add formatter to instance" time="7.6278e-05" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0001_accepts formatter" time="5.7379e-05" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="test_0002_has format method" time="3.
|
|
7
|
+
<testcase name="test_0002_has format method" time="3.5748e-05" assertions="1">
|
|
8
8
|
</testcase>
|
|
9
9
|
<system-out>
|
|
10
10
|
</system-out>
|