hammer_cli 0.6.0 → 0.6.1
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/doc/release_notes.md +3 -0
- data/lib/hammer_cli/apipie/option_builder.rb +2 -1
- data/lib/hammer_cli/version.rb +1 -1
- data/locale/de/hammer-cli.edit.po +16 -16
- data/locale/en_GB/hammer-cli.edit.po +25 -25
- data/locale/fr/hammer-cli.edit.po +26 -26
- data/locale/it/hammer-cli.edit.po +3 -3
- data/locale/ja/hammer-cli.edit.po +3 -3
- data/locale/ko/hammer-cli.edit.po +3 -3
- data/locale/ru/hammer-cli.edit.po +3 -3
- data/locale/zh_CN/hammer-cli.edit.po +3 -3
- data/locale/zh_TW/hammer-cli.edit.po +3 -3
- 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/option_builder_test.rb +6 -0
- data/test/unit/fixtures/apipie/documented.json +9 -0
- metadata +230 -168
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Options::Normalizers::bool" tests="12" time="0.
|
|
3
|
-
<testcase name="
|
|
2
|
+
<testsuite name="HammerCLI::Options::Normalizers::bool" tests="12" time="0.00236674" failures="0" errors="0" skipped="0" assertions="20" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0010_should return false on 0" time="0.00015324" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0004_should return true on y" time="6.7498e-05" assertions="2">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="
|
|
7
|
+
<testcase name="test_0002_should return true on t" time="5.3227e-05" assertions="2">
|
|
8
8
|
</testcase>
|
|
9
|
-
<testcase name="test_0001_should return true on true" time="
|
|
9
|
+
<testcase name="test_0001_should return true on true" time="5.0461e-05" assertions="2">
|
|
10
10
|
</testcase>
|
|
11
|
-
<testcase name="
|
|
11
|
+
<testcase name="test_0006_should return false on false" time="4.8511e-05" assertions="2">
|
|
12
12
|
</testcase>
|
|
13
|
-
<testcase name="
|
|
13
|
+
<testcase name="test_0007_should return false on f" time="4.7206e-05" assertions="2">
|
|
14
14
|
</testcase>
|
|
15
|
-
<testcase name="
|
|
15
|
+
<testcase name="test_0008_should return false on no" time="4.6882e-05" assertions="2">
|
|
16
16
|
</testcase>
|
|
17
|
-
<testcase name="
|
|
17
|
+
<testcase name="test_0005_should return true on 1" time="4.2506e-05" assertions="1">
|
|
18
18
|
</testcase>
|
|
19
|
-
<testcase name="
|
|
19
|
+
<testcase name="test_0009_should return false on n" time="4.6141e-05" assertions="2">
|
|
20
20
|
</testcase>
|
|
21
|
-
<testcase name="
|
|
21
|
+
<testcase name="test_0012_should raise exception on other values" time="0.000293549" assertions="1">
|
|
22
22
|
</testcase>
|
|
23
|
-
<testcase name="test_0011_should raise exception on nil" time="
|
|
23
|
+
<testcase name="test_0011_should raise exception on nil" time="9.8209e-05" assertions="1">
|
|
24
24
|
</testcase>
|
|
25
|
-
<testcase name="
|
|
25
|
+
<testcase name="test_0003_should return true on yes" time="6.6435e-05" assertions="2">
|
|
26
26
|
</testcase>
|
|
27
27
|
<system-out>
|
|
28
28
|
</system-out>
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Options::Normalizers::datetime" tests="5" time="0.
|
|
3
|
-
<testcase name="
|
|
2
|
+
<testsuite name="HammerCLI::Options::Normalizers::datetime" tests="5" time="0.002244796" failures="0" errors="0" skipped="0" assertions="5" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0003_should accept and parse iso8601" time="0.001237301" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0001_should raise argument error when the value is nil" time="0.000281053" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="
|
|
7
|
+
<testcase name="test_0002_should raise argument error when the value is not a date" time="0.000180635" assertions="1">
|
|
8
8
|
</testcase>
|
|
9
|
-
<testcase name="
|
|
9
|
+
<testcase name="test_0004_should accept and parse YYYY-MM-DD HH:MM:SS" time="7.9424e-05" assertions="1">
|
|
10
10
|
</testcase>
|
|
11
|
-
<testcase name="
|
|
11
|
+
<testcase name="test_0005_should accept and parse YYYY/MM/DD HH:MM:SS" time="0.000124484" 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::Options::Normalizers::enum" tests="4" time="0.
|
|
3
|
-
<testcase name="test_0001_should return return value when in the list" time="
|
|
2
|
+
<testsuite name="HammerCLI::Options::Normalizers::enum" tests="4" time="0.00118895" failures="0" errors="0" skipped="0" assertions="4" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0001_should return return value when in the list" time="0.000123405" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0003_should rise argument error when the value is not in the list" time="0.000275326" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="
|
|
7
|
+
<testcase name="test_0002_should rise argument error when the value is nil" time="8.9789e-05" assertions="1">
|
|
8
8
|
</testcase>
|
|
9
|
-
<testcase name="test_0004_should list allowed values in description" time="
|
|
9
|
+
<testcase name="test_0004_should list allowed values in description" time="0.00025602" assertions="1">
|
|
10
10
|
</testcase>
|
|
11
11
|
<system-out>
|
|
12
12
|
</system-out>
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Options::Normalizers::enumlist" tests="7" time="0.
|
|
3
|
-
<testcase name="
|
|
2
|
+
<testsuite name="HammerCLI::Options::Normalizers::enumlist" tests="7" time="0.001205986" failures="0" errors="0" skipped="0" assertions="8" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0004_should not change order of the values" time="0.000123872" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0001_should return array of values when the values are allowed" time="6.3925e-05" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="
|
|
7
|
+
<testcase name="test_0007_should list allowed values in description" time="0.000212966" assertions="1">
|
|
8
8
|
</testcase>
|
|
9
|
-
<testcase name="test_0006_should return empty array on empty string" time="
|
|
9
|
+
<testcase name="test_0006_should return empty array on empty string" time="5.5948e-05" assertions="1">
|
|
10
10
|
</testcase>
|
|
11
|
-
<testcase name="
|
|
11
|
+
<testcase name="test_0005_should return empty array on nil" time="4.4366e-05" assertions="1">
|
|
12
12
|
</testcase>
|
|
13
|
-
<testcase name="
|
|
13
|
+
<testcase name="test_0002_should raise argument error when any of the values isn't in the list" time="0.00024281" assertions="2">
|
|
14
14
|
</testcase>
|
|
15
|
-
<testcase name="
|
|
15
|
+
<testcase name="test_0003_should remove duplicate values" time="5.6131e-05" assertions="1">
|
|
16
16
|
</testcase>
|
|
17
17
|
<system-out>
|
|
18
18
|
</system-out>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Options::Normalizers::json input" tests="4" time="0.
|
|
3
|
-
<testcase name="
|
|
2
|
+
<testsuite name="HammerCLI::Options::Normalizers::json input" tests="4" time="0.002683947" failures="0" errors="0" skipped="0" assertions="4" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0001_should return a hash on valid json file" time="0.000262676" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0003_should return a hash on valid json string" time="0.000134118" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="
|
|
7
|
+
<testcase name="test_0002_should raise exception on invalid json file contents" time="0.000384341" assertions="1">
|
|
8
8
|
</testcase>
|
|
9
|
-
<testcase name="test_0004_should raise exception on invalid json string" time="
|
|
9
|
+
<testcase name="test_0004_should raise exception on invalid json string" time="0.00010463" assertions="1">
|
|
10
10
|
</testcase>
|
|
11
11
|
<system-out>
|
|
12
12
|
</system-out>
|
|
@@ -1,14 +1,34 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Options::Normalizers::key_value_list" tests="
|
|
3
|
-
<testcase name="
|
|
2
|
+
<testsuite name="HammerCLI::Options::Normalizers::key_value_list" tests="15" time="0.002508927" failures="0" errors="0" skipped="0" assertions="15" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0009_should parse arrays" time="0.000284555" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0010_should parse arrays with spaces" time="0.000156742" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="
|
|
7
|
+
<testcase name="test_0003_should parse a string" time="0.000261941" assertions="1">
|
|
8
8
|
</testcase>
|
|
9
|
-
<testcase name="
|
|
9
|
+
<testcase name="test_0013_should parse array with one item" time="0.000137606" assertions="1">
|
|
10
10
|
</testcase>
|
|
11
|
-
<testcase name="
|
|
11
|
+
<testcase name="test_0004_should parse a comma separated string" time="0.000116068" assertions="1">
|
|
12
|
+
</testcase>
|
|
13
|
+
<testcase name="test_0008_should deal with equal sign in value" time="0.000113776" assertions="1">
|
|
14
|
+
</testcase>
|
|
15
|
+
<testcase name="test_0007_should parse a comma separated string with spaces using double quotes" time="0.000138415" assertions="1">
|
|
16
|
+
</testcase>
|
|
17
|
+
<testcase name="test_0014_should parse empty array" time="0.000105128" assertions="1">
|
|
18
|
+
</testcase>
|
|
19
|
+
<testcase name="test_0015_should parse a comma separated string 2" time="9.6961e-05" assertions="1">
|
|
20
|
+
</testcase>
|
|
21
|
+
<testcase name="test_0001_should return empty array on nil" time="4.2797e-05" assertions="1">
|
|
22
|
+
</testcase>
|
|
23
|
+
<testcase name="test_0005_should parse a comma separated string with spaces" time="0.000113848" assertions="1">
|
|
24
|
+
</testcase>
|
|
25
|
+
<testcase name="test_0006_should parse a comma separated string with spaces using single quotes" time="0.000121447" assertions="1">
|
|
26
|
+
</testcase>
|
|
27
|
+
<testcase name="test_0012_should parse arrays with spaces using by double quotes" time="0.000138693" assertions="1">
|
|
28
|
+
</testcase>
|
|
29
|
+
<testcase name="test_0011_should parse arrays with spaces using by single quotes" time="0.000134945" assertions="1">
|
|
30
|
+
</testcase>
|
|
31
|
+
<testcase name="test_0002_should return empty array on empty string" time="4.1807e-05" assertions="1">
|
|
12
32
|
</testcase>
|
|
13
33
|
<system-out>
|
|
14
34
|
</system-out>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Options::Normalizers::list" tests="4" time="0.
|
|
3
|
-
<testcase name="test_0001_should return empty array on nil" time="
|
|
2
|
+
<testsuite name="HammerCLI::Options::Normalizers::list" tests="4" time="0.000667853" failures="0" errors="0" skipped="0" assertions="4" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0001_should return empty array on nil" time="0.000149223" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="test_0002_should return empty array on empty string" time="
|
|
5
|
+
<testcase name="test_0002_should return empty array on empty string" time="7.2372e-05" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="test_0003_should parse a string" time="4.
|
|
7
|
+
<testcase name="test_0003_should parse a string" time="4.502e-05" assertions="1">
|
|
8
8
|
</testcase>
|
|
9
|
-
<testcase name="test_0004_should parse a comma separated string" time="4.
|
|
9
|
+
<testcase name="test_0004_should parse a comma separated string" time="4.2672e-05" assertions="1">
|
|
10
10
|
</testcase>
|
|
11
11
|
<system-out>
|
|
12
12
|
</system-out>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<testsuite name="HammerCLI::Options::Normalizers::number" tests="2" time="0.000734916" failures="0" errors="0" skipped="0" assertions="2" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0001_should return number on numeric values" time="0.000136337" assertions="1">
|
|
4
|
+
</testcase>
|
|
5
|
+
<testcase name="test_0002_should raise ArgumentError on non-numeric values" time="0.000310682" assertions="1">
|
|
6
|
+
</testcase>
|
|
7
|
+
<system-out>
|
|
8
|
+
</system-out>
|
|
9
|
+
<system-err>
|
|
10
|
+
</system-err>
|
|
11
|
+
</testsuite>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Options::Normalizers" tests="0" time="0.
|
|
2
|
+
<testsuite name="HammerCLI::Options::Normalizers" tests="0" time="0.000271587" 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,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.002785351" failures="0" errors="0" skipped="0" assertions="1" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0001_should save option to context" time="0.00245752" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
5
|
<system-out>
|
|
6
6
|
</system-out>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<testsuite name="HammerCLI::Options::OptionDefinition::deprecated options" tests="2" time="0.002820305" failures="0" errors="0" skipped="0" assertions="6" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0001_prints deprecation warning" time="0.001648333" assertions="3">
|
|
4
|
+
</testcase>
|
|
5
|
+
<testcase name="test_0002_prints deprecation warning (extended version)" time="0.000811577" assertions="3">
|
|
6
|
+
</testcase>
|
|
7
|
+
<system-out>
|
|
8
|
+
</system-out>
|
|
9
|
+
<system-err>
|
|
10
|
+
</system-err>
|
|
11
|
+
</testsuite>
|
|
@@ -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.00069171" failures="0" errors="0" skipped="0" assertions="2" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0001_should use formatter to format a default value" time="0.000237522" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0002_should use formatter as a conversion block" time="0.000111222" 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.000248364" 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,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.003179865" failures="0" errors="0" skipped="0" assertions="9" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0001_should print error message to stderr" time="0.000551325" assertions="3">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0004_should print formatted message with parameters" time="0.001389928" assertions="2">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="
|
|
7
|
+
<testcase name="test_0003_should print string details of error to stderr" time="0.00038608" assertions="2">
|
|
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.000544478" 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.001345933" failures="0" errors="0" skipped="0" assertions="6" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0001_should print message to stdout" time="0.000530721" 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.000464188" 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.000700672" failures="0" errors="0" skipped="0" assertions="4" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0004_returns the value, if data exists for the field" time="0.00014231" 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="5.9795e-05" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="
|
|
7
|
+
<testcase name="test_0003_returns nil, if the data does not exist for the field" time="7.5313e-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="6.4881e-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.00273896" failures="0" errors="0" skipped="0" assertions="5" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0003_should keep compatible formatters" time="0.000762401" 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.001082148" 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="0.000103119" assertions="1">
|
|
8
8
|
</testcase>
|
|
9
|
-
<testcase name="
|
|
9
|
+
<testcase name="test_0001_should have tags" time="5.4736e-05" assertions="1">
|
|
10
10
|
</testcase>
|
|
11
|
-
<testcase name="
|
|
11
|
+
<testcase name="test_0002_should filter formatters with incompatible tags" time="0.000370175" 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.000988138" failures="0" errors="0" skipped="0" assertions="1" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0001_shows ids if it's required in the context" time="0.000601802" 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.007340425" failures="0" errors="0" skipped="0" assertions="10" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0001_should print one field" time="0.00091837" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0006_should print collection" time="0.000653714" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="
|
|
7
|
+
<testcase name="test_0002_doesn't print label when it's nil" time="0.000504037" assertions="1">
|
|
8
8
|
</testcase>
|
|
9
|
-
<testcase name="
|
|
9
|
+
<testcase name="test_0010_should print key -> value" time="0.000495476" 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.001898763" 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.00049039" assertions="1">
|
|
14
14
|
</testcase>
|
|
15
|
-
<testcase name="
|
|
15
|
+
<testcase name="test_0009_skips blank values" time="0.000481145" assertions="1">
|
|
16
16
|
</testcase>
|
|
17
|
-
<testcase name="
|
|
17
|
+
<testcase name="test_0003_aligns multiple fields" time="0.000497292" assertions="1">
|
|
18
18
|
</testcase>
|
|
19
|
-
<testcase name="
|
|
19
|
+
<testcase name="test_0005_should print labeled fields" time="0.000500458" assertions="1">
|
|
20
20
|
</testcase>
|
|
21
|
-
<testcase name="
|
|
21
|
+
<testcase name="test_0008_hides ids by default" time="0.00044506" 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.000279644" 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,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.003212847" failures="0" errors="0" skipped="0" assertions="4" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0001_should apply formatters" time="0.000810672" assertions="2">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0002_should not replace nil with empty string before it applies formatters" time="0.000696213" 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.00262519" failures="0" errors="0" skipped="0" assertions="10" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0001_should print collection column name" time="0.000985449" assertions="3">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0002_should print collection data" time="0.000728201" assertions="4">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="
|
|
7
|
+
<testcase name="test_0003_should handle empty collection" time="0.000542705" assertions="3">
|
|
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.002024973" failures="0" errors="0" skipped="0" assertions="8" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0001_should print column names" time="0.001035407" assertions="4">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0002_should print data" time="0.000690058" 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.001517284" failures="0" errors="0" skipped="0" assertions="6" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0001_should ommit column of type Id by default" time="0.000662305" 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.000550959" 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.001632553" failures="0" errors="0" skipped="0" assertions="8" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0001_should print column name" time="0.000717872" 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.000580542" 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.001960744" failures="0" errors="0" skipped="0" assertions="4" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0002_should print message, id and name of created/updated record" time="0.001054349" assertions="2">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0001_shoud print a message" time="0.000521941" 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.000283371" 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,9 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<testsuite name="HammerCLI::Output::Adapter::Json::print_collection::show ids" tests="1" time="0.001721136" failures="0" errors="0" skipped="0" assertions="1" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0001_shows ids if it's required in the context" time="0.001347012" assertions="1">
|
|
4
|
+
</testcase>
|
|
5
|
+
<system-out>
|
|
6
|
+
</system-out>
|
|
7
|
+
<system-err>
|
|
8
|
+
</system-err>
|
|
9
|
+
</testsuite>
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<testsuite name="HammerCLI::Output::Adapter::Json::print_collection" tests="10" time="0.006718452" failures="0" errors="0" skipped="0" assertions="10" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0007_should print unnumbered collection with one element" time="0.001205914" assertions="1">
|
|
4
|
+
</testcase>
|
|
5
|
+
<testcase name="test_0008_hides ids by default" time="0.000779674" assertions="1">
|
|
6
|
+
</testcase>
|
|
7
|
+
<testcase name="test_0010_should print key -> value" time="0.000678589" assertions="1">
|
|
8
|
+
</testcase>
|
|
9
|
+
<testcase name="test_0005_should print collection with one element" time="0.000487358" assertions="1">
|
|
10
|
+
</testcase>
|
|
11
|
+
<testcase name="test_0006_should print unnumbered collection" time="0.000595982" assertions="1">
|
|
12
|
+
</testcase>
|
|
13
|
+
<testcase name="test_0001_should print one field" time="0.000470465" assertions="1">
|
|
14
|
+
</testcase>
|
|
15
|
+
<testcase name="test_0009_skips blank values" time="0.000458322" assertions="1">
|
|
16
|
+
</testcase>
|
|
17
|
+
<testcase name="test_0003_should print labeled fields" time="0.000489994" assertions="1">
|
|
18
|
+
</testcase>
|
|
19
|
+
<testcase name="test_0002_should field with nested data" time="0.000483606" assertions="1">
|
|
20
|
+
</testcase>
|
|
21
|
+
<testcase name="test_0004_should print collection" time="0.000550429" assertions="1">
|
|
22
|
+
</testcase>
|
|
23
|
+
<system-out>
|
|
24
|
+
</system-out>
|
|
25
|
+
<system-err>
|
|
26
|
+
</system-err>
|
|
27
|
+
</testsuite>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<testsuite name="HammerCLI::Output::Adapter::Json::print_message" tests="2" time="0.001693501" failures="0" errors="0" skipped="0" assertions="2" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0001_prints the message" time="0.000696509" assertions="1">
|
|
4
|
+
</testcase>
|
|
5
|
+
<testcase name="test_0002_prints the message with name and id" time="0.000614215" assertions="1">
|
|
6
|
+
</testcase>
|
|
7
|
+
<system-out>
|
|
8
|
+
</system-out>
|
|
9
|
+
<system-err>
|
|
10
|
+
</system-err>
|
|
11
|
+
</testsuite>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<testsuite name="HammerCLI::Output::Adapter::Json" tests="0" time="0.000362561" 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>
|