hammer_cli 0.6.0 → 0.6.1
Sign up to get free protection for your applications and to get access to all the features.
- 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,12 +1,18 @@
|
|
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="7" time="0.008377332" failures="0" errors="0" skipped="0" assertions="7" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0001_truncates string when it exceeds maximum width" time="0.001251538" 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.001204259" assertions="1">
|
6
6
|
</testcase>
|
7
|
-
<testcase name="test_0003_sets
|
7
|
+
<testcase name="test_0003_sets width to the longest column name when no data" time="0.000881916" assertions="1">
|
8
8
|
</testcase>
|
9
|
-
<testcase name="
|
9
|
+
<testcase name="test_0007_gives preference to width over maximal width when no data" time="0.000855249" assertions="1">
|
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">
|
10
16
|
</testcase>
|
11
17
|
<system-out>
|
12
18
|
</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.001931366" failures="0" errors="0" skipped="0" assertions="3" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0002_should not break formatting" time="0.000884636" assertions="1">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="
|
5
|
+
<testcase name="test_0001_should apply formatters" time="0.000664877" assertions="2">
|
6
6
|
</testcase>
|
7
7
|
<system-out>
|
8
8
|
</system-out>
|
@@ -1,8 +1,12 @@
|
|
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="4" time="0.003794682" failures="0" errors="0" skipped="0" assertions="6" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0004_should print column of type ID when --show-ids is set but no data" time="0.000853955" assertions="1">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="test_0001_should ommit column of type Id by default" time="0.
|
5
|
+
<testcase name="test_0001_should ommit column of type Id by default" time="0.00091065" assertions="2">
|
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">
|
6
10
|
</testcase>
|
7
11
|
<system-out>
|
8
12
|
</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.001427645" failures="0" errors="0" skipped="0" assertions="1" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0001_should sort output" time="0.001052907" 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.002155839" failures="0" errors="0" skipped="0" assertions="6" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0001_should print column name " time="0.000990476" 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.000850589" 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.000310237" 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::Yaml::print_collection::show ids" tests="1" time="0.001520313" 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.001082055" 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::Yaml::print_collection" tests="10" time="0.01098197" failures="0" errors="0" skipped="0" assertions="10" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0005_should print collection with one element" time="0.001715419" assertions="1">
|
4
|
+
</testcase>
|
5
|
+
<testcase name="test_0009_skips blank values" time="0.000926093" assertions="1">
|
6
|
+
</testcase>
|
7
|
+
<testcase name="test_0007_should print unnumbered collection with one element" time="0.000898326" assertions="1">
|
8
|
+
</testcase>
|
9
|
+
<testcase name="test_0001_should print one field" time="0.000731269" assertions="1">
|
10
|
+
</testcase>
|
11
|
+
<testcase name="test_0006_should print unnumbered collection" time="0.001058901" assertions="1">
|
12
|
+
</testcase>
|
13
|
+
<testcase name="test_0010_should print key -> value" time="0.001005142" assertions="1">
|
14
|
+
</testcase>
|
15
|
+
<testcase name="test_0008_hides ids by default" time="0.000694512" assertions="1">
|
16
|
+
</testcase>
|
17
|
+
<testcase name="test_0004_should print collection" time="0.001010688" assertions="1">
|
18
|
+
</testcase>
|
19
|
+
<testcase name="test_0002_should field with nested data" time="0.001674319" assertions="1">
|
20
|
+
</testcase>
|
21
|
+
<testcase name="test_0003_should print labeled fields" time="0.000842128" 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::Yaml::print_message" tests="2" time="0.001939457" 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.000827029" assertions="1">
|
4
|
+
</testcase>
|
5
|
+
<testcase name="test_0002_prints the message with name and id" time="0.00065868" 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::Yaml" tests="0" time="0.000317567" failures="0" errors="0" skipped="0" assertions="0" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<system-out>
|
4
|
+
</system-out>
|
5
|
+
<system-err>
|
6
|
+
</system-err>
|
7
|
+
</testsuite>
|
@@ -1,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.000625469" failures="0" errors="0" skipped="0" assertions="2" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0001_returns true for empty definition" time="0.000131437" assertions="1">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="
|
5
|
+
<testcase name="test_0002_returns false for definition with fields" time="6.5467e-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.00059779" failures="0" errors="0" skipped="0" assertions="3" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0001_should be able to add field" time="0.000135935" 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="8.3534e-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.000800506" failures="0" errors="0" skipped="0" assertions="3" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0003_sets correct path to subfields" time="0.000212569" 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="0.000103925" 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="7.6127e-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.000638874" failures="0" errors="0" skipped="0" assertions="2" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0001_it creates field of a desired type" time="0.000147532" 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="9.9704e-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.000726386" failures="0" errors="0" skipped="0" assertions="6" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0001_should create Field as default field type" time="0.000148235" assertions="1">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="
|
5
|
+
<testcase name="test_0002_should create field of desired type" time="6.8698e-05" assertions="1">
|
6
6
|
</testcase>
|
7
|
-
<testcase name="
|
7
|
+
<testcase name="test_0004_can define multiple fields" time="6.1994e-05" assertions="1">
|
8
8
|
</testcase>
|
9
|
-
<testcase name="
|
9
|
+
<testcase name="test_0003_should store all field details" time="6.8813e-05" assertions="3">
|
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.00066588" failures="0" errors="0" skipped="0" assertions="3" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0001_creates field of type Label" time="0.000132833" assertions="1">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="
|
5
|
+
<testcase name="test_0003_sets correct path to subfields" time="9.6661e-05" assertions="1">
|
6
6
|
</testcase>
|
7
|
-
<testcase name="
|
7
|
+
<testcase name="test_0002_allows to define subfields with dsl" time="0.000111028" 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.000574056" failures="0" errors="0" skipped="0" assertions="4" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0001_from appends to path" time="0.000115612" assertions="1">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="
|
5
|
+
<testcase name="test_0003_from can be nested" time="9.5688e-05" assertions="2">
|
6
6
|
</testcase>
|
7
|
-
<testcase name="
|
7
|
+
<testcase name="test_0002_path can be nil to handle the parent structure" time="5.5938e-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.000617352" failures="0" errors="0" skipped="0" assertions="1" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0001_should be empty after initialization" time="0.000233277" 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.000802611" failures="0" errors="0" skipped="0" assertions="3" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0001_lets all fields go by default" time="0.000246684" assertions="1">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="
|
5
|
+
<testcase name="test_0003_filters fields by superclass" time="0.000127956" assertions="1">
|
6
6
|
</testcase>
|
7
|
-
<testcase name="
|
7
|
+
<testcase name="test_0002_filters fields by class" time="6.5289e-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.002010457" failures="0" errors="0" skipped="0" assertions="5" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0001_says yes for true like objects" time="0.001449573" 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="0.000261646" 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.000444444" failures="0" errors="0" skipped="0" assertions="1" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0001_colorizes the value" time="0.000129113" 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.000531659" failures="0" errors="0" skipped="0" assertions="2" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0001_formats the date" time="0.000150472" 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="8.0622e-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.001150255" failures="0" errors="0" skipped="0" assertions="4" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0002_has tags" time="0.000118656" assertions="1">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="
|
5
|
+
<testcase name="test_0001_has format method" time="6.056e-05" assertions="1">
|
6
6
|
</testcase>
|
7
|
-
<testcase name="
|
7
|
+
<testcase name="test_0003_should know if it has matching tags" time="0.000649391" assertions="2">
|
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.000472245" failures="0" errors="0" skipped="0" assertions="3" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0001_accepts formatter" time="9.4775e-05" assertions="1">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="
|
5
|
+
<testcase name="test_0003_can add formatter to instance" time="4.6394e-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.6005e-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::FormatterLibrary" tests="2" time="0.
|
3
|
-
<testcase name="
|
2
|
+
<testsuite name="HammerCLI::Output::Formatters::FormatterLibrary" tests="2" time="0.000451342" failures="0" errors="0" skipped="0" assertions="2" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0002_can add formatter to instance" time="0.000101538" assertions="1">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="
|
5
|
+
<testcase name="test_0001_accepts formatter" time="6.9151e-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.000468963" failures="0" errors="0" skipped="0" assertions="3" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0003_returns empty string value when the input is not a hash" time="8.7683e-05" assertions="1">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="
|
5
|
+
<testcase name="test_0002_returns empty string when the input is nil" time="4.1106e-05" assertions="1">
|
6
6
|
</testcase>
|
7
|
-
<testcase name="
|
7
|
+
<testcase name="test_0001_serializes the value" time="5.0844e-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.000436447" failures="0" errors="0" skipped="0" assertions="3" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0001_serializes the value" time="8.9655e-05" assertions="1">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="
|
5
|
+
<testcase name="test_0002_returns empty string when the input is nil" time="4.183e-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.5889e-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.000516576" failures="0" errors="0" skipped="0" assertions="3" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0001_prepends new line" time="9.2019e-05" assertions="1">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="
|
5
|
+
<testcase name="test_0002_accepts nil" time="7.7741e-05" assertions="1">
|
6
6
|
</testcase>
|
7
|
-
<testcase name="
|
7
|
+
<testcase name="test_0003_enables to switch indentation off" time="4.2716e-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.001478922" failures="0" errors="0" skipped="0" assertions="5" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0004_should prioritize adapter from the context" time="0.000200761" 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="0.000103405" assertions="1">
|
6
6
|
</testcase>
|
7
|
-
<testcase name="
|
7
|
+
<testcase name="test_0001_should register adapter" time="5.8018e-05" assertions="1">
|
8
8
|
</testcase>
|
9
|
-
<testcase name="
|
9
|
+
<testcase name="test_0002_should return required default adapter" time="9.0155e-05" assertions="1">
|
10
10
|
</testcase>
|
11
|
-
<testcase name="
|
11
|
+
<testcase name="test_0005_should use base adapter if the requested default was not found" time="0.000679834" 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.002675462" failures="0" errors="0" skipped="0" assertions="4" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0004_prints recordset" time="0.000658737" assertions="1">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="
|
5
|
+
<testcase name="test_0003_prints array of resources" time="0.000712873" assertions="1">
|
6
6
|
</testcase>
|
7
|
-
<testcase name="
|
7
|
+
<testcase name="test_0002_prints single resource as collection" time="0.0005176" assertions="1">
|
8
8
|
</testcase>
|
9
|
-
<testcase name="
|
9
|
+
<testcase name="test_0001_prints single resource" time="0.000447144" 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.000428507" failures="0" errors="0" skipped="0" assertions="2" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0001_should register formatter" time="0.000127174" 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.003134266" failures="0" errors="0" skipped="0" assertions="6" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0005_prints error message with details via adapter" time="0.000515272" assertions="1">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="
|
5
|
+
<testcase name="test_0003_prints error message via adapter" time="0.000484651" assertions="1">
|
6
6
|
</testcase>
|
7
|
-
<testcase name="
|
7
|
+
<testcase name="test_0002_prints info message via adapter with arguments" time="0.000510501" assertions="1">
|
8
8
|
</testcase>
|
9
|
-
<testcase name="
|
9
|
+
<testcase name="test_0004_prints error message via adapter with arguments" time="0.000416821" assertions="1">
|
10
10
|
</testcase>
|
11
|
-
<testcase name="
|
11
|
+
<testcase name="test_0006_prints error message from exception via adapter" time="0.000496217" assertions="1">
|
12
12
|
</testcase>
|
13
|
-
<testcase name="
|
13
|
+
<testcase name="test_0001_prints info message via adapter" time="0.00037305" 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.000228503" 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,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.000781933" failures="0" errors="0" skipped="0" assertions="12" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0001_should keep records and its meta data" time="0.00019469" 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.5599e-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="6.4022e-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.002807444" failures="0" errors="0" skipped="0" assertions="8" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0001_loads settings from file" time="0.000767917" assertions="2">
|
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.000280805" 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.000557506" assertions="1">
|
8
8
|
</testcase>
|
9
|
-
<testcase name="
|
9
|
+
<testcase name="test_0004_loads settings from dir" time="0.000878958" assertions="4">
|
10
10
|
</testcase>
|
11
11
|
<system-out>
|
12
12
|
</system-out>
|