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,22 +1,22 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="HammerCLI::Settings" tests="9" time="0.
|
3
|
-
<testcase name="
|
2
|
+
<testsuite name="HammerCLI::Settings" tests="9" time="0.000996916" failures="0" errors="0" skipped="0" assertions="19" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0005_finds nested settings" time="0.000150958" assertions="3">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="
|
5
|
+
<testcase name="test_0008_merges settings on second load" time="9.2953e-05" assertions="5">
|
6
6
|
</testcase>
|
7
|
-
<testcase name="
|
7
|
+
<testcase name="test_0009_clear wipes all settings" time="5.8983e-05" assertions="2">
|
8
8
|
</testcase>
|
9
|
-
<testcase name="
|
9
|
+
<testcase name="test_0001_returns nil when nothing is loaded" time="4.8228e-05" assertions="2">
|
10
10
|
</testcase>
|
11
|
-
<testcase name="test_0003_returns correct value" time="
|
11
|
+
<testcase name="test_0003_returns correct value" time="4.5911e-05" assertions="1">
|
12
12
|
</testcase>
|
13
|
-
<testcase name="
|
13
|
+
<testcase name="test_0002_returns nil on unknown key" time="4.4661e-05" assertions="1">
|
14
14
|
</testcase>
|
15
|
-
<testcase name="
|
15
|
+
<testcase name="test_0007_dumps all settings" time="6.5808e-05" assertions="1">
|
16
16
|
</testcase>
|
17
|
-
<testcase name="
|
17
|
+
<testcase name="test_0004_takes both strings and symbols" time="6.9275e-05" assertions="2">
|
18
18
|
</testcase>
|
19
|
-
<testcase name="
|
19
|
+
<testcase name="test_0006_loads all settings" time="4.9256e-05" assertions="2">
|
20
20
|
</testcase>
|
21
21
|
<system-out>
|
22
22
|
</system-out>
|
@@ -1,8 +1,8 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="HammerCLI::ShellHistory::loading old history" tests="2" time="0.
|
3
|
-
<testcase name="test_0001_skips loading if the file does not exist" time="0.
|
2
|
+
<testsuite name="HammerCLI::ShellHistory::loading old history" tests="2" time="0.000863019" failures="0" errors="0" skipped="0" assertions="2" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0001_skips loading if the file does not exist" time="0.000296085" assertions="1">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="test_0002_preseeds readline's history" time="0.
|
5
|
+
<testcase name="test_0002_preseeds readline's history" time="0.000288229" assertions="1">
|
6
6
|
</testcase>
|
7
7
|
<system-out>
|
8
8
|
</system-out>
|
@@ -1,12 +1,12 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="HammerCLI::ShellHistory::saving history" tests="4" time="0.
|
3
|
-
<testcase name="test_0001_creates history file if it does not exist" time="0.
|
2
|
+
<testsuite name="HammerCLI::ShellHistory::saving history" tests="4" time="0.001615532" failures="0" errors="0" skipped="0" assertions="4" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0001_creates history file if it does not exist" time="0.000398046" assertions="1">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="test_0003_appends to readline's history" time="0.
|
5
|
+
<testcase name="test_0003_appends to readline's history" time="0.000269282" assertions="1">
|
6
6
|
</testcase>
|
7
|
-
<testcase name="test_0002_appends history to the given file" time="0.
|
7
|
+
<testcase name="test_0002_appends history to the given file" time="0.000286103" assertions="1">
|
8
8
|
</testcase>
|
9
|
-
<testcase name="test_0004_doesn't save exit command" time="0.
|
9
|
+
<testcase name="test_0004_doesn't save exit command" time="0.000224902" assertions="1">
|
10
10
|
</testcase>
|
11
11
|
<system-out>
|
12
12
|
</system-out>
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="HammerCLI::ShellHistory" tests="0" time="0.
|
2
|
+
<testsuite name="HammerCLI::ShellHistory" tests="0" time="0.000304129" 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,15 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<testsuite name="HammerCLI::constant_path" tests="4" time="0.00058049" failures="0" errors="0" skipped="0" assertions="4" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0002_raises NameError for unknown constant" time="0.000126807" assertions="1">
|
4
|
+
</testcase>
|
5
|
+
<testcase name="test_0004_returns correct path for namespaced constant" time="5.9477e-05" assertions="1">
|
6
|
+
</testcase>
|
7
|
+
<testcase name="test_0003_returns single constant" time="4.2209e-05" assertions="1">
|
8
|
+
</testcase>
|
9
|
+
<testcase name="test_0001_returns empty array for empty string" time="3.678e-05" assertions="1">
|
10
|
+
</testcase>
|
11
|
+
<system-out>
|
12
|
+
</system-out>
|
13
|
+
<system-err>
|
14
|
+
</system-err>
|
15
|
+
</testsuite>
|
@@ -1,10 +1,10 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="
|
3
|
-
<testcase name="
|
2
|
+
<testsuite name="HammerCLI::interactive?" tests="3" time="0.002119629" failures="0" errors="0" skipped="0" assertions="3" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0002_should by false when cli arg set" time="0.000676752" assertions="1">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="
|
5
|
+
<testcase name="test_0001_should be true when called in tty" time="0.000632176" assertions="1">
|
6
6
|
</testcase>
|
7
|
-
<testcase name="test_0003_should by false when turned off in cfg" time="0.
|
7
|
+
<testcase name="test_0003_should by false when turned off in cfg" time="0.000464266" assertions="1">
|
8
8
|
</testcase>
|
9
9
|
<system-out>
|
10
10
|
</system-out>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<testsuite name="Logging::LogEvent::filtering" tests="1" time="0.000389791" failures="0" errors="0" skipped="0" assertions="2" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0001_can filter log data" time="0.000176167" assertions="2">
|
4
|
+
</testcase>
|
5
|
+
<system-out>
|
6
|
+
</system-out>
|
7
|
+
<system-err>
|
8
|
+
</system-err>
|
9
|
+
</testsuite>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<testsuite name="Logging::LogEvent" tests="0" time="0.000233106" 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,5 +1,5 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="MiniTest::Spec" tests="0" time="0.
|
2
|
+
<testsuite name="MiniTest::Spec" tests="0" time="0.000176803" 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="String::camelize" tests="2" time="0.
|
3
|
-
<testcase name="test_0001_should camelize string with underscores" time="
|
2
|
+
<testsuite name="String::camelize" tests="2" time="0.000423239" failures="0" errors="0" skipped="0" assertions="2" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0001_should camelize string with underscores" time="9.8322e-05" assertions="1">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="test_0002_should not camelize string with dashes" time="
|
5
|
+
<testcase name="test_0002_should not camelize string with dashes" time="6.7146e-05" assertions="1">
|
6
6
|
</testcase>
|
7
7
|
<system-out>
|
8
8
|
</system-out>
|
@@ -0,0 +1,15 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<testsuite name="String::constantize" tests="4" time="0.001622369" failures="0" errors="0" skipped="0" assertions="4" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0002_raises NameError for unknown constant" time="0.000156486" assertions="1">
|
4
|
+
</testcase>
|
5
|
+
<testcase name="test_0004_returns correct namespaced constant" time="5.4406e-05" assertions="1">
|
6
|
+
</testcase>
|
7
|
+
<testcase name="test_0003_returns correct constant" time="4.0482e-05" assertions="1">
|
8
|
+
</testcase>
|
9
|
+
<testcase name="test_0001_raises NameError for empty string" time="4.4499e-05" assertions="1">
|
10
|
+
</testcase>
|
11
|
+
<system-out>
|
12
|
+
</system-out>
|
13
|
+
<system-err>
|
14
|
+
</system-err>
|
15
|
+
</testsuite>
|
@@ -1,14 +1,14 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="String::formatting" tests="5" time="0.
|
3
|
-
<testcase name="
|
2
|
+
<testsuite name="String::formatting" tests="5" time="0.00069826" failures="0" errors="0" skipped="0" assertions="5" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0001_should not fail without expected parameters" time="0.000111472" assertions="1">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="
|
5
|
+
<testcase name="test_0003_should replace named parameters" time="0.000107995" assertions="1">
|
6
6
|
</testcase>
|
7
|
-
<testcase name="
|
7
|
+
<testcase name="test_0002_should replace positional parameters" time="5.4599e-05" assertions="1">
|
8
8
|
</testcase>
|
9
|
-
<testcase name="
|
9
|
+
<testcase name="test_0004_should replace named parameters with string keys" time="7.9969e-05" assertions="1">
|
10
10
|
</testcase>
|
11
|
-
<testcase name="
|
11
|
+
<testcase name="test_0005_should replace named parameters marked with curly brackets" time="5.9151e-05" assertions="1">
|
12
12
|
</testcase>
|
13
13
|
<system-out>
|
14
14
|
</system-out>
|
@@ -1,8 +1,8 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="String::indent" tests="2" time="0.
|
3
|
-
<testcase name="
|
2
|
+
<testsuite name="String::indent" tests="2" time="0.000412278" failures="0" errors="0" skipped="0" assertions="2" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0001_indents single line string" time="9.2732e-05" assertions="1">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="
|
5
|
+
<testcase name="test_0002_indents multi line string" time="4.3253e-05" assertions="1">
|
6
6
|
</testcase>
|
7
7
|
<system-out>
|
8
8
|
</system-out>
|
@@ -0,0 +1,13 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<testsuite name="String::underscore" tests="3" time="0.000533236" failures="0" errors="0" skipped="0" assertions="3" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0001_converts camelized string to underscore" time="0.000126457" assertions="1">
|
4
|
+
</testcase>
|
5
|
+
<testcase name="test_0002_converts full class path name to underscore with slashes" time="5.574e-05" assertions="1">
|
6
|
+
</testcase>
|
7
|
+
<testcase name="test_0003_converts dashes to underscores" time="4.1718e-05" assertions="1">
|
8
|
+
</testcase>
|
9
|
+
<system-out>
|
10
|
+
</system-out>
|
11
|
+
<system-err>
|
12
|
+
</system-err>
|
13
|
+
</testsuite>
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="String" tests="0" time="0.
|
2
|
+
<testsuite name="String" tests="0" time="0.000174776" 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,21 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<testsuite name="commands::defaults add" tests="7" time="0.017878176" failures="0" errors="0" skipped="0" assertions="19" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0006_reports unknown provider" time="0.002897231" assertions="2">
|
4
|
+
</testcase>
|
5
|
+
<testcase name="test_0003_reports unsupported option" time="0.003208393" assertions="2">
|
6
|
+
</testcase>
|
7
|
+
<testcase name="test_0007_reports IO errors" time="0.001998381" assertions="3">
|
8
|
+
</testcase>
|
9
|
+
<testcase name="test_0002_adds default from provider" time="0.002367744" assertions="3">
|
10
|
+
</testcase>
|
11
|
+
<testcase name="test_0004_reports missing parameter name" time="0.002429813" assertions="3">
|
12
|
+
</testcase>
|
13
|
+
<testcase name="test_0005_reports missing parameter value or source" time="0.002011813" assertions="3">
|
14
|
+
</testcase>
|
15
|
+
<testcase name="test_0001_adds static default" time="0.002566728" assertions="3">
|
16
|
+
</testcase>
|
17
|
+
<system-out>
|
18
|
+
</system-out>
|
19
|
+
<system-err>
|
20
|
+
</system-err>
|
21
|
+
</testsuite>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<testsuite name="commands::defaults delete" tests="2" time="0.005479938" failures="0" errors="0" skipped="0" assertions="5" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0001_removes the defaults" time="0.003006504" assertions="3">
|
4
|
+
</testcase>
|
5
|
+
<testcase name="test_0002_reports when the variable was not found" time="0.002089675" assertions="2">
|
6
|
+
</testcase>
|
7
|
+
<system-out>
|
8
|
+
</system-out>
|
9
|
+
<system-err>
|
10
|
+
</system-err>
|
11
|
+
</testsuite>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<testsuite name="commands::defaults list" tests="2" time="0.008166818" failures="0" errors="0" skipped="0" assertions="10" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0001_it prints all defaults" time="0.005370136" assertions="7">
|
4
|
+
</testcase>
|
5
|
+
<testcase name="test_0002_prints empty defaults" time="0.002446769" assertions="3">
|
6
|
+
</testcase>
|
7
|
+
<system-out>
|
8
|
+
</system-out>
|
9
|
+
<system-err>
|
10
|
+
</system-err>
|
11
|
+
</testsuite>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<testsuite name="commands::defaults providers" tests="2" time="0.036154366" failures="0" errors="0" skipped="0" assertions="8" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0001_prints all providers and their supported defaults" time="0.033551423" assertions="5">
|
4
|
+
</testcase>
|
5
|
+
<testcase name="test_0002_prints empty providers" time="0.00224489" assertions="3">
|
6
|
+
</testcase>
|
7
|
+
<system-out>
|
8
|
+
</system-out>
|
9
|
+
<system-err>
|
10
|
+
</system-err>
|
11
|
+
</testsuite>
|
@@ -1,10 +1,10 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="constraints::HammerCLI::Validator::AllConstraint::exist?" tests="3" time="0.
|
3
|
-
<testcase name="
|
2
|
+
<testsuite name="constraints::HammerCLI::Validator::AllConstraint::exist?" tests="3" time="0.001735895" failures="0" errors="0" skipped="0" assertions="3" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0003_should return false when one of the options is missing" time="0.000501198" assertions="1">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="
|
5
|
+
<testcase name="test_0002_should return true when all the options exist" time="0.000768788" assertions="1">
|
6
6
|
</testcase>
|
7
|
-
<testcase name="
|
7
|
+
<testcase name="test_0001_should return true when no options are passed" time="0.000180287" assertions="1">
|
8
8
|
</testcase>
|
9
9
|
<system-out>
|
10
10
|
</system-out>
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="constraints::HammerCLI::Validator::AllConstraint" tests="0" time="0.
|
2
|
+
<testsuite name="constraints::HammerCLI::Validator::AllConstraint" tests="0" time="0.000212998" 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="constraints::HammerCLI::Validator::AnyConstraint::exist?" tests="3" time="0.
|
3
|
-
<testcase name="
|
2
|
+
<testsuite name="constraints::HammerCLI::Validator::AnyConstraint::exist?" tests="3" time="0.00108021" failures="0" errors="0" skipped="0" assertions="3" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0001_should return true when no options are passed" time="0.000465228" assertions="1">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="
|
5
|
+
<testcase name="test_0002_should return true when one of the options exist" time="0.000159357" assertions="1">
|
6
6
|
</testcase>
|
7
|
-
<testcase name="test_0003_should return false when all the options are missing" time="0.
|
7
|
+
<testcase name="test_0003_should return false when all the options are missing" time="0.000171547" assertions="1">
|
8
8
|
</testcase>
|
9
9
|
<system-out>
|
10
10
|
</system-out>
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="constraints::HammerCLI::Validator::AnyConstraint" tests="0" time="0.
|
2
|
+
<testsuite name="constraints::HammerCLI::Validator::AnyConstraint" tests="0" time="0.000378708" 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="constraints::HammerCLI::Validator::BaseConstraint::exist?" tests="1" time="0.
|
3
|
-
<testcase name="test_0001_throws not implemented error" time="0.
|
2
|
+
<testsuite name="constraints::HammerCLI::Validator::BaseConstraint::exist?" tests="1" time="0.000393533" failures="0" errors="0" skipped="0" assertions="1" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0001_throws not implemented error" time="0.000170985" assertions="1">
|
4
4
|
</testcase>
|
5
5
|
<system-out>
|
6
6
|
</system-out>
|
@@ -1,10 +1,10 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="constraints::HammerCLI::Validator::BaseConstraint::rejected" tests="3" time="0.
|
3
|
-
<testcase name="test_0003_should return nil when exist? returns true" time="0.
|
2
|
+
<testsuite name="constraints::HammerCLI::Validator::BaseConstraint::rejected" tests="3" time="0.001693373" failures="0" errors="0" skipped="0" assertions="3" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0003_should return nil when exist? returns true" time="0.000501572" assertions="1">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="
|
5
|
+
<testcase name="test_0001_should raise exception when exist? returns true" time="0.000401504" assertions="1">
|
6
6
|
</testcase>
|
7
|
-
<testcase name="
|
7
|
+
<testcase name="test_0002_should raise exception with a message" time="0.000375545" assertions="1">
|
8
8
|
</testcase>
|
9
9
|
<system-out>
|
10
10
|
</system-out>
|
@@ -1,10 +1,10 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="constraints::HammerCLI::Validator::BaseConstraint::required" tests="3" time="0.
|
3
|
-
<testcase name="
|
2
|
+
<testsuite name="constraints::HammerCLI::Validator::BaseConstraint::required" tests="3" time="0.001355504" failures="0" errors="0" skipped="0" assertions="2" timestamp="2015-12-10T23:59:29+00:00">
|
3
|
+
<testcase name="test_0001_should raise exception when exist? returns true" time="0.0003898" assertions="1">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="
|
5
|
+
<testcase name="test_0002_should raise exception with a message" time="0.000365208" assertions="0">
|
6
6
|
</testcase>
|
7
|
-
<testcase name="
|
7
|
+
<testcase name="test_0003_should return nil when exist? returns true" time="0.000357815" assertions="1">
|
8
8
|
</testcase>
|
9
9
|
<system-out>
|
10
10
|
</system-out>
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="constraints::HammerCLI::Validator::BaseConstraint" tests="0" time="0.
|
2
|
+
<testsuite name="constraints::HammerCLI::Validator::BaseConstraint" tests="0" time="0.000199675" 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,5 +1,5 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="constraints" tests="0" time="0.
|
2
|
+
<testsuite name="constraints" tests="0" time="0.000339576" 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>
|
@@ -91,6 +91,12 @@ describe HammerCLI::Apipie::OptionBuilder do
|
|
91
91
|
enum_option.value_formatter.allowed_values.sort.must_equal ["one", "two", "three"].sort
|
92
92
|
end
|
93
93
|
|
94
|
+
it "should set enum normalizer and handle coded values" do
|
95
|
+
enum_option = options.find {|o| o.attribute_name == HammerCLI.option_accessor_name("coded_enum_param") }
|
96
|
+
enum_option.value_formatter.class.must_equal HammerCLI::Options::Normalizers::Enum
|
97
|
+
enum_option.value_formatter.allowed_values.sort.must_equal ["tomas", "tereza"].sort
|
98
|
+
end
|
99
|
+
|
94
100
|
it "should set number normalizer" do
|
95
101
|
numeric_option = options.find {|o| o.attribute_name == HammerCLI.option_accessor_name("numeric_param") }
|
96
102
|
numeric_option.value_formatter.class.must_equal HammerCLI::Options::Normalizers::Number
|
@@ -148,6 +148,15 @@
|
|
148
148
|
"description": "",
|
149
149
|
"required": false
|
150
150
|
},
|
151
|
+
{
|
152
|
+
"name": "coded_enum_param",
|
153
|
+
"full_name": "documented[coded_enum_param]",
|
154
|
+
"allow_nil": true,
|
155
|
+
"validator": "Must be one of: <code>tomas</code>, <code>tereza</code>.",
|
156
|
+
"expected_type": "string",
|
157
|
+
"description": "",
|
158
|
+
"required": false
|
159
|
+
},
|
151
160
|
{
|
152
161
|
"name": "numeric_param",
|
153
162
|
"allow_null": false,
|