hammer_cli 0.10.1 → 0.10.2
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/bin/hammer +1 -1
- data/config/cli_config.template.yml +4 -1
- data/doc/release_notes.md +5 -0
- data/lib/hammer_cli/abstract.rb +9 -4
- data/lib/hammer_cli/apipie/api_connection.rb +1 -1
- data/lib/hammer_cli/ca_cert_fetcher.rb +15 -4
- data/lib/hammer_cli/ca_cert_manager.rb +18 -33
- data/lib/hammer_cli/exceptions.rb +1 -0
- data/lib/hammer_cli/exit_codes.rb +2 -1
- data/lib/hammer_cli/ssloptions.rb +19 -10
- data/lib/hammer_cli/version.rb +1 -1
- data/lib/hammer_cli.rb +1 -0
- data/man/hammer.1.gz +0 -0
- data/test/unit/apipie/api_connection_test.rb +0 -1
- data/test/unit/ca_cert_manager_test.rb +23 -33
- data/test/unit/fixtures/certs/non_ca_cert.pem +27 -0
- metadata +50 -322
- data/test/reports/TEST-Fields-ContainerField-display-.xml +0 -7
- data/test/reports/TEST-Fields-ContainerField-display-blank-is-allowed.xml +0 -15
- data/test/reports/TEST-Fields-ContainerField-display-blank-is-not-allowed.xml +0 -15
- data/test/reports/TEST-Fields-ContainerField.xml +0 -7
- data/test/reports/TEST-Fields-Field-display-.xml +0 -7
- data/test/reports/TEST-Fields-Field-display-blank-is-allowed.xml +0 -11
- data/test/reports/TEST-Fields-Field-display-blank-is-not-allowed.xml +0 -11
- data/test/reports/TEST-Fields-Field-hide-blank-.xml +0 -11
- data/test/reports/TEST-Fields-Field-parameters.xml +0 -9
- data/test/reports/TEST-Fields-Field.xml +0 -13
- data/test/reports/TEST-HammerCLI-AbstractCommand-build-options.xml +0 -15
- data/test/reports/TEST-HammerCLI-AbstractCommand-exception-handler.xml +0 -13
- data/test/reports/TEST-HammerCLI-AbstractCommand-logging.xml +0 -21
- data/test/reports/TEST-HammerCLI-AbstractCommand-option-builder.xml +0 -11
- data/test/reports/TEST-HammerCLI-AbstractCommand-options.xml +0 -11
- data/test/reports/TEST-HammerCLI-AbstractCommand-output.xml +0 -19
- data/test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior-remove-subcommand.xml +0 -11
- data/test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior-subcommand-.xml +0 -13
- data/test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior-subcommand.xml +0 -11
- data/test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior.xml +0 -7
- data/test/reports/TEST-HammerCLI-AbstractCommand.xml +0 -11
- data/test/reports/TEST-HammerCLI-Apipie-Command-options.xml +0 -11
- data/test/reports/TEST-HammerCLI-Apipie-Command-resource-defined.xml +0 -9
- data/test/reports/TEST-HammerCLI-Apipie-Command-setting-resources.xml +0 -19
- data/test/reports/TEST-HammerCLI-Apipie-Command.xml +0 -9
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-aliasing-resources.xml +0 -13
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-filtering-options.xml +0 -15
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-required-options.xml +0 -11
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-setting-correct-normalizers.xml +0 -9
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-with-hash-params.xml +0 -11
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-with-one-simple-param.xml +0 -15
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder.xml +0 -7
- data/test/reports/TEST-HammerCLI-Completer-command-completion.xml +0 -29
- data/test/reports/TEST-HammerCLI-Completer-option-value-completion.xml +0 -17
- data/test/reports/TEST-HammerCLI-Completer-subcommand-completion.xml +0 -19
- data/test/reports/TEST-HammerCLI-Completer.xml +0 -7
- data/test/reports/TEST-HammerCLI-CompleterLine-line-complete.xml +0 -25
- data/test/reports/TEST-HammerCLI-CompleterLine-splitting-words.xml +0 -29
- data/test/reports/TEST-HammerCLI-CompleterLine.xml +0 -7
- data/test/reports/TEST-HammerCLI-CompleterWord-complete-.xml +0 -23
- data/test/reports/TEST-HammerCLI-CompleterWord-quote.xml +0 -15
- data/test/reports/TEST-HammerCLI-CompleterWord-quoted-.xml +0 -13
- data/test/reports/TEST-HammerCLI-CompleterWord.xml +0 -7
- data/test/reports/TEST-HammerCLI-Connection.xml +0 -21
- data/test/reports/TEST-HammerCLI-ExceptionHandler.xml +0 -21
- data/test/reports/TEST-HammerCLI-I18n.xml +0 -11
- data/test/reports/TEST-HammerCLI-MainCommand-loading-context-password.xml +0 -11
- data/test/reports/TEST-HammerCLI-MainCommand-loading-context-username.xml +0 -11
- data/test/reports/TEST-HammerCLI-MainCommand-loading-context-verbose.xml +0 -9
- data/test/reports/TEST-HammerCLI-MainCommand-loading-context.xml +0 -7
- data/test/reports/TEST-HammerCLI-MainCommand.xml +0 -7
- data/test/reports/TEST-HammerCLI-Modules-find-by-name.xml +0 -13
- data/test/reports/TEST-HammerCLI-Modules-load-a-module-module-not-found.xml +0 -13
- data/test/reports/TEST-HammerCLI-Modules-load-a-module-module-runtime-exception.xml +0 -13
- data/test/reports/TEST-HammerCLI-Modules-load-a-module-success.xml +0 -15
- data/test/reports/TEST-HammerCLI-Modules-load-a-module.xml +0 -7
- data/test/reports/TEST-HammerCLI-Modules-load-all-modules.xml +0 -9
- data/test/reports/TEST-HammerCLI-Modules-names.xml +0 -13
- data/test/reports/TEST-HammerCLI-Modules.xml +0 -7
- data/test/reports/TEST-HammerCLI-OptionBuilderContainer.0.xml +0 -7
- data/test/reports/TEST-HammerCLI-OptionBuilderContainer.xml +0 -11
- data/test/reports/TEST-HammerCLI-Options-Normalizers-abstract.xml +0 -9
- data/test/reports/TEST-HammerCLI-Options-Normalizers-bool.xml +0 -31
- data/test/reports/TEST-HammerCLI-Options-Normalizers-datetime.xml +0 -17
- data/test/reports/TEST-HammerCLI-Options-Normalizers-enum.xml +0 -15
- data/test/reports/TEST-HammerCLI-Options-Normalizers-enumlist.xml +0 -21
- data/test/reports/TEST-HammerCLI-Options-Normalizers-json-input.xml +0 -15
- data/test/reports/TEST-HammerCLI-Options-Normalizers-key-value-list.xml +0 -17
- data/test/reports/TEST-HammerCLI-Options-Normalizers-list.xml +0 -15
- data/test/reports/TEST-HammerCLI-Options-Normalizers.xml +0 -7
- data/test/reports/TEST-HammerCLI-Options-OptionDefinition-context.xml +0 -9
- data/test/reports/TEST-HammerCLI-Options-OptionDefinition-formatters.xml +0 -11
- data/test/reports/TEST-HammerCLI-Options-OptionDefinition.xml +0 -7
- data/test/reports/TEST-HammerCLI-Output-Adapter-Abstract-error-messages.xml +0 -15
- data/test/reports/TEST-HammerCLI-Output-Adapter-Abstract-messages.xml +0 -11
- data/test/reports/TEST-HammerCLI-Output-Adapter-Abstract-test-data-for-field.xml +0 -15
- data/test/reports/TEST-HammerCLI-Output-Adapter-Abstract.xml +0 -17
- data/test/reports/TEST-HammerCLI-Output-Adapter-Base-print-collection-show-ids.xml +0 -9
- data/test/reports/TEST-HammerCLI-Output-Adapter-Base-print-collection.xml +0 -27
- data/test/reports/TEST-HammerCLI-Output-Adapter-Base.xml +0 -7
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-formatters.xml +0 -11
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-handle-fields-with-collections.xml +0 -13
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-handle-fields-with-containers.xml +0 -11
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-handle-ids.xml +0 -11
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection.xml +0 -11
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-message.xml +0 -11
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues.xml +0 -7
- data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-column-width.xml +0 -15
- data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-formatters.xml +0 -11
- data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-handle-ids.xml +0 -11
- data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-sort-columns.xml +0 -9
- data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection.xml +0 -11
- data/test/reports/TEST-HammerCLI-Output-Adapter-Table.xml +0 -7
- data/test/reports/TEST-HammerCLI-Output-Definition-empty-.xml +0 -11
- data/test/reports/TEST-HammerCLI-Output-Definition.xml +0 -11
- data/test/reports/TEST-HammerCLI-Output-Dsl-collection.xml +0 -13
- data/test/reports/TEST-HammerCLI-Output-Dsl-custom-fields.xml +0 -11
- data/test/reports/TEST-HammerCLI-Output-Dsl-fields.xml +0 -15
- data/test/reports/TEST-HammerCLI-Output-Dsl-label.xml +0 -13
- data/test/reports/TEST-HammerCLI-Output-Dsl-path-definition.xml +0 -13
- data/test/reports/TEST-HammerCLI-Output-Dsl.xml +0 -9
- data/test/reports/TEST-HammerCLI-Output-FieldFilter.xml +0 -13
- data/test/reports/TEST-HammerCLI-Output-Formatters-BooleanFormatter.xml +0 -11
- data/test/reports/TEST-HammerCLI-Output-Formatters-ColorFormatter.xml +0 -9
- data/test/reports/TEST-HammerCLI-Output-Formatters-DateFormatter.xml +0 -11
- data/test/reports/TEST-HammerCLI-Output-Formatters-FieldFormatter.xml +0 -13
- data/test/reports/TEST-HammerCLI-Output-Formatters-FormatterContainer.xml +0 -13
- data/test/reports/TEST-HammerCLI-Output-Formatters-FormatterLibrary.xml +0 -11
- data/test/reports/TEST-HammerCLI-Output-Formatters-KeyValueFormatter.xml +0 -13
- data/test/reports/TEST-HammerCLI-Output-Formatters-ListFormatter.xml +0 -13
- data/test/reports/TEST-HammerCLI-Output-Formatters-LongTextFormatter.xml +0 -13
- data/test/reports/TEST-HammerCLI-Output-Output-adapters.xml +0 -17
- data/test/reports/TEST-HammerCLI-Output-Output-data.xml +0 -15
- data/test/reports/TEST-HammerCLI-Output-Output-formatters.xml +0 -9
- data/test/reports/TEST-HammerCLI-Output-Output-messages.xml +0 -19
- data/test/reports/TEST-HammerCLI-Output-Output.xml +0 -7
- data/test/reports/TEST-HammerCLI-Output-RecordCollection.xml +0 -13
- data/test/reports/TEST-HammerCLI-Settings-load-from-paths.xml +0 -15
- data/test/reports/TEST-HammerCLI-Settings.xml +0 -25
- data/test/reports/TEST-HammerCLI-ShellHistory-loading-old-history.xml +0 -11
- data/test/reports/TEST-HammerCLI-ShellHistory-saving-history.xml +0 -15
- data/test/reports/TEST-HammerCLI-ShellHistory.xml +0 -7
- data/test/reports/TEST-MiniTest-Spec.xml +0 -7
- data/test/reports/TEST-String-camelize.xml +0 -11
- data/test/reports/TEST-String-formatting.xml +0 -17
- data/test/reports/TEST-String-indent.xml +0 -11
- data/test/reports/TEST-String-interactive-.xml +0 -13
- data/test/reports/TEST-String.xml +0 -7
- data/test/reports/TEST-constraints-HammerCLI-Validator-AllConstraint-exist-.xml +0 -13
- data/test/reports/TEST-constraints-HammerCLI-Validator-AllConstraint.xml +0 -7
- data/test/reports/TEST-constraints-HammerCLI-Validator-AnyConstraint-exist-.xml +0 -13
- data/test/reports/TEST-constraints-HammerCLI-Validator-AnyConstraint.xml +0 -7
- data/test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint-exist-.xml +0 -9
- data/test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint-rejected.xml +0 -13
- data/test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint-required.xml +0 -13
- data/test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint.xml +0 -7
- data/test/reports/TEST-constraints.xml +0 -7
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::AbstractCommand::output" tests="6" time="0.000637574" failures="0" errors="0" skipped="0" assertions="6">
|
|
3
|
-
<testcase name="test_0006_can define fields" time="0.000126013" assertions="1">
|
|
4
|
-
</testcase>
|
|
5
|
-
<testcase name="test_0005_can append existing definition without passing a block" time="6.2427e-05" assertions="1">
|
|
6
|
-
</testcase>
|
|
7
|
-
<testcase name="test_0001_should define adapter" time="5.3792e-05" assertions="1">
|
|
8
|
-
</testcase>
|
|
9
|
-
<testcase name="test_0004_can append existing definition" time="5.6941e-05" assertions="1">
|
|
10
|
-
</testcase>
|
|
11
|
-
<testcase name="test_0002_should provide instance of output with default adapter set" time="5.4734e-05" assertions="1">
|
|
12
|
-
</testcase>
|
|
13
|
-
<testcase name="test_0003_should hold instance of output definition" time="5.7944e-05" assertions="1">
|
|
14
|
-
</testcase>
|
|
15
|
-
<system-out>
|
|
16
|
-
</system-out>
|
|
17
|
-
<system-err>
|
|
18
|
-
</system-err>
|
|
19
|
-
</testsuite>
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::AbstractCommand::subcommand behavior::remove_subcommand" tests="2" time="0.001167359" failures="0" errors="0" skipped="0" assertions="2">
|
|
3
|
-
<testcase name="test_0002_should write a message to log when removing subcommand" time="0.000669956" assertions="1">
|
|
4
|
-
</testcase>
|
|
5
|
-
<testcase name="test_0001_should remove the subcommand" time="0.000316383" assertions="1">
|
|
6
|
-
</testcase>
|
|
7
|
-
<system-out>
|
|
8
|
-
</system-out>
|
|
9
|
-
<system-err>
|
|
10
|
-
</system-err>
|
|
11
|
-
</testsuite>
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::AbstractCommand::subcommand behavior::subcommand!" tests="3" time="0.001481618" failures="0" errors="0" skipped="0" assertions="10">
|
|
3
|
-
<testcase name="test_0001_should replace commands with the same name" time="0.000501831" assertions="4">
|
|
4
|
-
</testcase>
|
|
5
|
-
<testcase name="test_0003_should add the subcommand" time="0.000336002" assertions="4">
|
|
6
|
-
</testcase>
|
|
7
|
-
<testcase name="test_0002_should write a message to log when replacing subcommand" time="0.00044575" assertions="2">
|
|
8
|
-
</testcase>
|
|
9
|
-
<system-out>
|
|
10
|
-
</system-out>
|
|
11
|
-
<system-err>
|
|
12
|
-
</system-err>
|
|
13
|
-
</testsuite>
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::AbstractCommand::subcommand behavior::subcommand" tests="2" time="0.000599816" failures="0" errors="0" skipped="0" assertions="5">
|
|
3
|
-
<testcase name="test_0001_should throw an exception for conflicting commands" time="0.000221174" assertions="1">
|
|
4
|
-
</testcase>
|
|
5
|
-
<testcase name="test_0002_should add the subcommand" time="0.000199028" assertions="4">
|
|
6
|
-
</testcase>
|
|
7
|
-
<system-out>
|
|
8
|
-
</system-out>
|
|
9
|
-
<system-err>
|
|
10
|
-
</system-err>
|
|
11
|
-
</testsuite>
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::AbstractCommand" tests="2" time="0.00037477" failures="0" errors="0" skipped="0" assertions="2">
|
|
3
|
-
<testcase name="test_0001_should inherit command_name" time="9.8291e-05" assertions="1">
|
|
4
|
-
</testcase>
|
|
5
|
-
<testcase name="test_0002_should inherit output definition" time="0.000103826" assertions="1">
|
|
6
|
-
</testcase>
|
|
7
|
-
<system-out>
|
|
8
|
-
</system-out>
|
|
9
|
-
<system-err>
|
|
10
|
-
</system-err>
|
|
11
|
-
</testsuite>
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Apipie::Command::options" tests="2" time="0.000493282" failures="0" errors="0" skipped="0" assertions="2">
|
|
3
|
-
<testcase name="test_0001_should collect method options from given options" time="0.000190569" assertions="1">
|
|
4
|
-
</testcase>
|
|
5
|
-
<testcase name="test_0002_should collect method options from methods" time="0.000108589" assertions="1">
|
|
6
|
-
</testcase>
|
|
7
|
-
<system-out>
|
|
8
|
-
</system-out>
|
|
9
|
-
<system-err>
|
|
10
|
-
</system-err>
|
|
11
|
-
</testsuite>
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Apipie::Command::resource defined" tests="1" time="0.001214277" failures="0" errors="0" skipped="0" assertions="1">
|
|
3
|
-
<testcase name="test_0001_should perform a call to api when resource is defined" time="0.001036574" assertions="1">
|
|
4
|
-
</testcase>
|
|
5
|
-
<system-out>
|
|
6
|
-
</system-out>
|
|
7
|
-
<system-err>
|
|
8
|
-
</system-err>
|
|
9
|
-
</testsuite>
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Apipie::Command::setting resources" tests="6" time="0.00156057" failures="0" errors="0" skipped="0" assertions="18">
|
|
3
|
-
<testcase name="test_0005_looks up resource in the class' modules" time="0.000118112" assertions="2">
|
|
4
|
-
</testcase>
|
|
5
|
-
<testcase name="test_0002_should set resource alone" time="0.000380061" assertions="4">
|
|
6
|
-
</testcase>
|
|
7
|
-
<testcase name="test_0004_inherits action from a parent class" time="7.3797e-05" assertions="2">
|
|
8
|
-
</testcase>
|
|
9
|
-
<testcase name="test_0006_looks up resource in the superclass" time="6.228e-05" assertions="2">
|
|
10
|
-
</testcase>
|
|
11
|
-
<testcase name="test_0001_should set resource and action together" time="0.000357962" assertions="4">
|
|
12
|
-
</testcase>
|
|
13
|
-
<testcase name="test_0003_should set resource and action alone" time="0.000357822" assertions="4">
|
|
14
|
-
</testcase>
|
|
15
|
-
<system-out>
|
|
16
|
-
</system-out>
|
|
17
|
-
<system-err>
|
|
18
|
-
</system-err>
|
|
19
|
-
</testsuite>
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Apipie::Command" tests="1" time="0.001103687" failures="0" errors="0" skipped="0" assertions="1">
|
|
3
|
-
<testcase name="test_0001_should raise exception when no action is defined" time="0.000928014" assertions="1">
|
|
4
|
-
</testcase>
|
|
5
|
-
<system-out>
|
|
6
|
-
</system-out>
|
|
7
|
-
<system-err>
|
|
8
|
-
</system-err>
|
|
9
|
-
</testsuite>
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Apipie::OptionBuilder::aliasing resources" tests="3" time="0.001396978" failures="0" errors="0" skipped="0" assertions="3">
|
|
3
|
-
<testcase name="test_0001_renames options" time="0.000483305" assertions="1">
|
|
4
|
-
</testcase>
|
|
5
|
-
<testcase name="test_0002_renames option types" time="0.000362884" assertions="1">
|
|
6
|
-
</testcase>
|
|
7
|
-
<testcase name="test_0003_keeps option accessor the same" time="0.000363671" assertions="1">
|
|
8
|
-
</testcase>
|
|
9
|
-
<system-out>
|
|
10
|
-
</system-out>
|
|
11
|
-
<system-err>
|
|
12
|
-
</system-err>
|
|
13
|
-
</testsuite>
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Apipie::OptionBuilder::filtering options" tests="4" time="0.001571982" failures="0" errors="0" skipped="0" assertions="4">
|
|
3
|
-
<testcase name="test_0004_should skip single filtered option" time="0.000425523" assertions="1">
|
|
4
|
-
</testcase>
|
|
5
|
-
<testcase name="test_0003_should skip single filtered option in array" time="0.000330962" assertions="1">
|
|
6
|
-
</testcase>
|
|
7
|
-
<testcase name="test_0002_should skip filtered options defined as symbols" time="0.00031704" assertions="1">
|
|
8
|
-
</testcase>
|
|
9
|
-
<testcase name="test_0001_should skip filtered options" time="0.000307096" assertions="1">
|
|
10
|
-
</testcase>
|
|
11
|
-
<system-out>
|
|
12
|
-
</system-out>
|
|
13
|
-
<system-err>
|
|
14
|
-
</system-err>
|
|
15
|
-
</testsuite>
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Apipie::OptionBuilder::required options" tests="2" time="0.000959324" failures="0" errors="0" skipped="0" assertions="2">
|
|
3
|
-
<testcase name="test_0002_should not require any option when requirements are disabled" time="0.000423717" assertions="1">
|
|
4
|
-
</testcase>
|
|
5
|
-
<testcase name="test_0001_should set required flag for the required options" time="0.000347929" assertions="1">
|
|
6
|
-
</testcase>
|
|
7
|
-
<system-out>
|
|
8
|
-
</system-out>
|
|
9
|
-
<system-err>
|
|
10
|
-
</system-err>
|
|
11
|
-
</testsuite>
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Apipie::OptionBuilder::setting correct normalizers" tests="1" time="0.000600111" failures="0" errors="0" skipped="0" assertions="1">
|
|
3
|
-
<testcase name="test_0001_should set array normalizer" time="0.000425663" assertions="1">
|
|
4
|
-
</testcase>
|
|
5
|
-
<system-out>
|
|
6
|
-
</system-out>
|
|
7
|
-
<system-err>
|
|
8
|
-
</system-err>
|
|
9
|
-
</testsuite>
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Apipie::OptionBuilder::with hash params" tests="2" time="0.000957371" failures="0" errors="0" skipped="0" assertions="2">
|
|
3
|
-
<testcase name="test_0002_should name the options correctly" time="0.000429885" assertions="1">
|
|
4
|
-
</testcase>
|
|
5
|
-
<testcase name="test_0001_should create options for all parameters except the hash" time="0.00034452" assertions="1">
|
|
6
|
-
</testcase>
|
|
7
|
-
<system-out>
|
|
8
|
-
</system-out>
|
|
9
|
-
<system-err>
|
|
10
|
-
</system-err>
|
|
11
|
-
</testsuite>
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Apipie::OptionBuilder::with one simple param" tests="4" time="0.001417271" failures="0" errors="0" skipped="0" assertions="4">
|
|
3
|
-
<testcase name="test_0001_should create an option for the parameter" time="0.000350083" assertions="1">
|
|
4
|
-
</testcase>
|
|
5
|
-
<testcase name="test_0002_should set correct switch" time="0.000290424" assertions="1">
|
|
6
|
-
</testcase>
|
|
7
|
-
<testcase name="test_0003_should set correct attribute name" time="0.000293606" assertions="1">
|
|
8
|
-
</testcase>
|
|
9
|
-
<testcase name="test_0004_should set description with html tags stripped" time="0.00027407" assertions="1">
|
|
10
|
-
</testcase>
|
|
11
|
-
<system-out>
|
|
12
|
-
</system-out>
|
|
13
|
-
<system-err>
|
|
14
|
-
</system-err>
|
|
15
|
-
</testsuite>
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Completer::command completion" tests="11" time="0.00189136" failures="0" errors="0" skipped="0" assertions="11">
|
|
3
|
-
<testcase name="test_0004_should filter by first two letters" time="0.000287741" assertions="1">
|
|
4
|
-
</testcase>
|
|
5
|
-
<testcase name="test_0009_should offer all available subcommands and options when quoted value was passed" time="0.000275598" assertions="1">
|
|
6
|
-
</testcase>
|
|
7
|
-
<testcase name="test_0002_should offer nothing when the line does not match" time="0.000114492" assertions="1">
|
|
8
|
-
</testcase>
|
|
9
|
-
<testcase name="test_0011_should offer all available subcommands and options when quoted value with equal sign was passed" time="0.000148633" assertions="1">
|
|
10
|
-
</testcase>
|
|
11
|
-
<testcase name="test_0010_should offer all available subcommands and options when double quoted value was passed" time="0.000141379" assertions="1">
|
|
12
|
-
</testcase>
|
|
13
|
-
<testcase name="test_0007_should offer all available subcommands and options even if an option has been passed" time="0.000123593" assertions="1">
|
|
14
|
-
</testcase>
|
|
15
|
-
<testcase name="test_0001_should offer all available commands" time="9.0394e-05" assertions="1">
|
|
16
|
-
</testcase>
|
|
17
|
-
<testcase name="test_0003_should filter by first letter" time="9.4926e-05" assertions="1">
|
|
18
|
-
</testcase>
|
|
19
|
-
<testcase name="test_0008_should offer all available subcommands and options even if an egual sign option has been passed" time="0.000154423" assertions="1">
|
|
20
|
-
</testcase>
|
|
21
|
-
<testcase name="test_0006_should offer all available subcommands and options even if a flag has been passed" time="0.000116574" assertions="1">
|
|
22
|
-
</testcase>
|
|
23
|
-
<testcase name="test_0005_should offer all available subcommands and options" time="9.9324e-05" assertions="1">
|
|
24
|
-
</testcase>
|
|
25
|
-
<system-out>
|
|
26
|
-
</system-out>
|
|
27
|
-
<system-err>
|
|
28
|
-
</system-err>
|
|
29
|
-
</testsuite>
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Completer::option value completion" tests="5" time="0.001091576" failures="0" errors="0" skipped="0" assertions="5">
|
|
3
|
-
<testcase name="test_0005_should complete quoted option values" time="0.000271096" assertions="1">
|
|
4
|
-
</testcase>
|
|
5
|
-
<testcase name="test_0004_should complete quoted option values" time="0.000134192" assertions="1">
|
|
6
|
-
</testcase>
|
|
7
|
-
<testcase name="test_0002_should complete option values when equal sign is used" time="0.00011858" assertions="1">
|
|
8
|
-
</testcase>
|
|
9
|
-
<testcase name="test_0001_should complete option values" time="0.000114408" assertions="1">
|
|
10
|
-
</testcase>
|
|
11
|
-
<testcase name="test_0003_should complete option values" time="0.000120988" assertions="1">
|
|
12
|
-
</testcase>
|
|
13
|
-
<system-out>
|
|
14
|
-
</system-out>
|
|
15
|
-
<system-err>
|
|
16
|
-
</system-err>
|
|
17
|
-
</testsuite>
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Completer::subcommand completion" tests="6" time="0.001075483" failures="0" errors="0" skipped="0" assertions="6">
|
|
3
|
-
<testcase name="test_0002_should offer nothing when the line does not match any subcommand" time="0.000189063" assertions="1">
|
|
4
|
-
</testcase>
|
|
5
|
-
<testcase name="test_0001_should filter subcommands by first letter" time="0.000145023" assertions="1">
|
|
6
|
-
</testcase>
|
|
7
|
-
<testcase name="test_0004_should ignore options specified before the last command" time="0.000149989" assertions="1">
|
|
8
|
-
</testcase>
|
|
9
|
-
<testcase name="test_0006_should filter subcommands by first three letters" time="0.000122804" assertions="1">
|
|
10
|
-
</testcase>
|
|
11
|
-
<testcase name="test_0005_should ignore equal sign separated options specified before the last command" time="0.000145561" assertions="1">
|
|
12
|
-
</testcase>
|
|
13
|
-
<testcase name="test_0003_should ignore flags specified before the last command" time="0.00013696" assertions="1">
|
|
14
|
-
</testcase>
|
|
15
|
-
<system-out>
|
|
16
|
-
</system-out>
|
|
17
|
-
<system-err>
|
|
18
|
-
</system-err>
|
|
19
|
-
</testsuite>
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::CompleterLine::line complete" tests="9" time="0.000825025" failures="0" errors="0" skipped="0" assertions="9">
|
|
3
|
-
<testcase name="test_0009_should recongize empty line as complete" time="9.6727e-05" assertions="1">
|
|
4
|
-
</testcase>
|
|
5
|
-
<testcase name="test_0006_should recongize one quote as incomplete" time="7.0055e-05" assertions="1">
|
|
6
|
-
</testcase>
|
|
7
|
-
<testcase name="test_0001_should recongize incomplete line" time="7.4765e-05" assertions="1">
|
|
8
|
-
</testcase>
|
|
9
|
-
<testcase name="test_0002_should recongize complete line" time="6.1477e-05" assertions="1">
|
|
10
|
-
</testcase>
|
|
11
|
-
<testcase name="test_0007_should recongize one quote followed by space as incomplete" time="5.5778e-05" assertions="1">
|
|
12
|
-
</testcase>
|
|
13
|
-
<testcase name="test_0004_should recongize complete line that ends with quotes followed by space" time="5.9456e-05" assertions="1">
|
|
14
|
-
</testcase>
|
|
15
|
-
<testcase name="test_0005_should recongize complete line that ends with double quotes" time="5.6629e-05" assertions="1">
|
|
16
|
-
</testcase>
|
|
17
|
-
<testcase name="test_0008_should recongize one double quote as incomplete" time="5.3941e-05" assertions="1">
|
|
18
|
-
</testcase>
|
|
19
|
-
<testcase name="test_0003_should recongize complete line that ends with quotes" time="5.7881e-05" assertions="1">
|
|
20
|
-
</testcase>
|
|
21
|
-
<system-out>
|
|
22
|
-
</system-out>
|
|
23
|
-
<system-err>
|
|
24
|
-
</system-err>
|
|
25
|
-
</testsuite>
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::CompleterLine::splitting words" tests="11" time="0.000945652" failures="0" errors="0" skipped="0" assertions="11">
|
|
3
|
-
<testcase name="test_0007_should split line with double quotes" time="0.000120471" assertions="1">
|
|
4
|
-
</testcase>
|
|
5
|
-
<testcase name="test_0006_should split line with single quotes" time="6.4186e-05" assertions="1">
|
|
6
|
-
</testcase>
|
|
7
|
-
<testcase name="test_0003_should split on equal sign" time="6.3251e-05" assertions="1">
|
|
8
|
-
</testcase>
|
|
9
|
-
<testcase name="test_0004_should split when last character is equal sign" time="5.1141e-05" assertions="1">
|
|
10
|
-
</testcase>
|
|
11
|
-
<testcase name="test_0005_should split on equal sign when quotes are used" time="5.5434e-05" assertions="1">
|
|
12
|
-
</testcase>
|
|
13
|
-
<testcase name="test_0002_should split basic line with space at the end" time="6.0992e-05" assertions="1">
|
|
14
|
-
</testcase>
|
|
15
|
-
<testcase name="test_0011_should split line with one double quote and space between" time="5.318e-05" assertions="1">
|
|
16
|
-
</testcase>
|
|
17
|
-
<testcase name="test_0008_should split line with single quotes and space between" time="5.6164e-05" assertions="1">
|
|
18
|
-
</testcase>
|
|
19
|
-
<testcase name="test_0009_should split line with one single quote and space between" time="5.5884e-05" assertions="1">
|
|
20
|
-
</testcase>
|
|
21
|
-
<testcase name="test_0010_should split line with double quotes and space between" time="5.4777e-05" assertions="1">
|
|
22
|
-
</testcase>
|
|
23
|
-
<testcase name="test_0001_should split basic line" time="6.1865e-05" assertions="1">
|
|
24
|
-
</testcase>
|
|
25
|
-
<system-out>
|
|
26
|
-
</system-out>
|
|
27
|
-
<system-err>
|
|
28
|
-
</system-err>
|
|
29
|
-
</testsuite>
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::CompleterWord::complete?" tests="8" time="0.000639934" failures="0" errors="0" skipped="0" assertions="8">
|
|
3
|
-
<testcase name="test_0005_considers closed double quotes complete" time="9.9178e-05" assertions="1">
|
|
4
|
-
</testcase>
|
|
5
|
-
<testcase name="test_0007_considers open single quotes with spaces incomplete" time="7.5186e-05" assertions="1">
|
|
6
|
-
</testcase>
|
|
7
|
-
<testcase name="test_0001_considers a word without quotes complete" time="4.4508e-05" assertions="1">
|
|
8
|
-
</testcase>
|
|
9
|
-
<testcase name="test_0008_considers closed single quotes complete" time="4.6971e-05" assertions="1">
|
|
10
|
-
</testcase>
|
|
11
|
-
<testcase name="test_0002_considers a word without quotes ending with space incomplete" time="4.3543e-05" assertions="1">
|
|
12
|
-
</testcase>
|
|
13
|
-
<testcase name="test_0006_considers open single quotes incomplete" time="4.3716e-05" assertions="1">
|
|
14
|
-
</testcase>
|
|
15
|
-
<testcase name="test_0003_considers open double quotes incomplete" time="4.3736e-05" assertions="1">
|
|
16
|
-
</testcase>
|
|
17
|
-
<testcase name="test_0004_considers open double quotes with spaces incomplete" time="4.3372e-05" assertions="1">
|
|
18
|
-
</testcase>
|
|
19
|
-
<system-out>
|
|
20
|
-
</system-out>
|
|
21
|
-
<system-err>
|
|
22
|
-
</system-err>
|
|
23
|
-
</testsuite>
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::CompleterWord::quote" tests="4" time="0.000446671" failures="0" errors="0" skipped="0" assertions="4">
|
|
3
|
-
<testcase name="test_0003_recognizes double quotes" time="0.000113339" assertions="1">
|
|
4
|
-
</testcase>
|
|
5
|
-
<testcase name="test_0004_recognizes single quotes" time="5.9644e-05" assertions="1">
|
|
6
|
-
</testcase>
|
|
7
|
-
<testcase name="test_0002_returns empty string for word without quotes" time="5.4222e-05" assertions="1">
|
|
8
|
-
</testcase>
|
|
9
|
-
<testcase name="test_0001_returns empty string for empty word" time="4.1682e-05" assertions="1">
|
|
10
|
-
</testcase>
|
|
11
|
-
<system-out>
|
|
12
|
-
</system-out>
|
|
13
|
-
<system-err>
|
|
14
|
-
</system-err>
|
|
15
|
-
</testsuite>
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::CompleterWord::quoted?" tests="3" time="0.000392255" failures="0" errors="0" skipped="0" assertions="3">
|
|
3
|
-
<testcase name="test_0001_returns false for an unquoted word" time="0.000106947" assertions="1">
|
|
4
|
-
</testcase>
|
|
5
|
-
<testcase name="test_0003_returns true for single quotes" time="5.1439e-05" assertions="1">
|
|
6
|
-
</testcase>
|
|
7
|
-
<testcase name="test_0002_returns true for double quotes" time="5.4252e-05" assertions="1">
|
|
8
|
-
</testcase>
|
|
9
|
-
<system-out>
|
|
10
|
-
</system-out>
|
|
11
|
-
<system-err>
|
|
12
|
-
</system-err>
|
|
13
|
-
</testsuite>
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Connection" tests="7" time="0.000863104" failures="0" errors="0" skipped="0" assertions="9">
|
|
3
|
-
<testcase name="test_0007_should accept custom connector" time="0.000175995" assertions="2">
|
|
4
|
-
</testcase>
|
|
5
|
-
<testcase name="test_0003_should test the connection" time="8.3305e-05" assertions="2">
|
|
6
|
-
</testcase>
|
|
7
|
-
<testcase name="test_0005_should be able to drop all" time="7.9307e-05" assertions="1">
|
|
8
|
-
</testcase>
|
|
9
|
-
<testcase name="test_0002_should create the connection only once" time="6.5193e-05" assertions="1">
|
|
10
|
-
</testcase>
|
|
11
|
-
<testcase name="test_0004_should get the connection" time="8.7765e-05" assertions="1">
|
|
12
|
-
</testcase>
|
|
13
|
-
<testcase name="test_0006_should drop the connection" time="8.1248e-05" assertions="1">
|
|
14
|
-
</testcase>
|
|
15
|
-
<testcase name="test_0001_should return the conection" time="6.264e-05" assertions="1">
|
|
16
|
-
</testcase>
|
|
17
|
-
<system-out>
|
|
18
|
-
</system-out>
|
|
19
|
-
<system-err>
|
|
20
|
-
</system-err>
|
|
21
|
-
</testsuite>
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::ExceptionHandler" tests="7" time="0.003164069" failures="0" errors="0" skipped="0" assertions="7">
|
|
3
|
-
<testcase name="test_0004_should handle help request" time="0.000556721" assertions="1">
|
|
4
|
-
</testcase>
|
|
5
|
-
<testcase name="test_0001_should handle unauthorized" time="0.000642137" assertions="1">
|
|
6
|
-
</testcase>
|
|
7
|
-
<testcase name="test_0003_should handle unknown exception" time="0.000449307" assertions="1">
|
|
8
|
-
</testcase>
|
|
9
|
-
<testcase name="test_0005_should handle usage error" time="0.000363591" assertions="1">
|
|
10
|
-
</testcase>
|
|
11
|
-
<testcase name="test_0007_should log the error" time="0.000268935" assertions="1">
|
|
12
|
-
</testcase>
|
|
13
|
-
<testcase name="test_0006_should handle resource not found" time="0.000304856" assertions="1">
|
|
14
|
-
</testcase>
|
|
15
|
-
<testcase name="test_0002_should handle general exception" time="0.000340469" assertions="1">
|
|
16
|
-
</testcase>
|
|
17
|
-
<system-out>
|
|
18
|
-
</system-out>
|
|
19
|
-
<system-err>
|
|
20
|
-
</system-err>
|
|
21
|
-
</testsuite>
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::I18n" tests="2" time="0.000800348" failures="0" errors="0" skipped="0" assertions="2">
|
|
3
|
-
<testcase name="test_0002_skips registering domains that are not available" time="0.000318734" assertions="1">
|
|
4
|
-
</testcase>
|
|
5
|
-
<testcase name="test_0001_registers available domains at gettext" time="0.000303375" assertions="1">
|
|
6
|
-
</testcase>
|
|
7
|
-
<system-out>
|
|
8
|
-
</system-out>
|
|
9
|
-
<system-err>
|
|
10
|
-
</system-err>
|
|
11
|
-
</testsuite>
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::MainCommand::loading context::password" tests="2" time="0.001452791" failures="0" errors="0" skipped="0" assertions="2">
|
|
3
|
-
<testcase name="test_0001_should prioritize parameter" time="0.000871465" assertions="1">
|
|
4
|
-
</testcase>
|
|
5
|
-
<testcase name="test_0002_should prioritize parameter" time="0.000406156" assertions="1">
|
|
6
|
-
</testcase>
|
|
7
|
-
<system-out>
|
|
8
|
-
</system-out>
|
|
9
|
-
<system-err>
|
|
10
|
-
</system-err>
|
|
11
|
-
</testsuite>
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::MainCommand::loading context::username" tests="2" time="0.001070002" failures="0" errors="0" skipped="0" assertions="2">
|
|
3
|
-
<testcase name="test_0001_should prioritize parameter" time="0.000485506" assertions="1">
|
|
4
|
-
</testcase>
|
|
5
|
-
<testcase name="test_0002_should prioritize parameter 2" time="0.000408575" assertions="1">
|
|
6
|
-
</testcase>
|
|
7
|
-
<system-out>
|
|
8
|
-
</system-out>
|
|
9
|
-
<system-err>
|
|
10
|
-
</system-err>
|
|
11
|
-
</testsuite>
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::MainCommand::loading context::verbose" tests="1" time="0.000634118" failures="0" errors="0" skipped="0" assertions="1">
|
|
3
|
-
<testcase name="test_0001_stores into context" time="0.000473927" assertions="1">
|
|
4
|
-
</testcase>
|
|
5
|
-
<system-out>
|
|
6
|
-
</system-out>
|
|
7
|
-
<system-err>
|
|
8
|
-
</system-err>
|
|
9
|
-
</testsuite>
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Modules::find by name" tests="3" time="0.000500333" failures="0" errors="0" skipped="0" assertions="3">
|
|
3
|
-
<testcase name="test_0001_must return nil if the module does not exist" time="0.000148306" assertions="1">
|
|
4
|
-
</testcase>
|
|
5
|
-
<testcase name="test_0002_must must find the module" time="9.2178e-05" assertions="1">
|
|
6
|
-
</testcase>
|
|
7
|
-
<testcase name="test_0003_must find the module with capital CLI in it's name" time="7.5642e-05" assertions="1">
|
|
8
|
-
</testcase>
|
|
9
|
-
<system-out>
|
|
10
|
-
</system-out>
|
|
11
|
-
<system-err>
|
|
12
|
-
</system-err>
|
|
13
|
-
</testsuite>
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Modules::load a module::module not found" tests="3" time="0.002275562" failures="0" errors="0" skipped="0" assertions="4">
|
|
3
|
-
<testcase name="test_0003_must return false when load fails" time="0.000903382" assertions="1">
|
|
4
|
-
</testcase>
|
|
5
|
-
<testcase name="test_0002_must log an error if the load fails" time="0.000573514" assertions="1">
|
|
6
|
-
</testcase>
|
|
7
|
-
<testcase name="test_0001_must log an error if the load! fails" time="0.000613563" assertions="2">
|
|
8
|
-
</testcase>
|
|
9
|
-
<system-out>
|
|
10
|
-
</system-out>
|
|
11
|
-
<system-err>
|
|
12
|
-
</system-err>
|
|
13
|
-
</testsuite>
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Modules::load a module::module runtime exception" tests="3" time="0.002033201" failures="0" errors="0" skipped="0" assertions="8">
|
|
3
|
-
<testcase name="test_0002_must log an error if the load fails" time="0.000609038" assertions="3">
|
|
4
|
-
</testcase>
|
|
5
|
-
<testcase name="test_0001_must log an error if the load! fails" time="0.000609581" assertions="2">
|
|
6
|
-
</testcase>
|
|
7
|
-
<testcase name="test_0003_must return false when load fails" time="0.000601264" assertions="3">
|
|
8
|
-
</testcase>
|
|
9
|
-
<system-out>
|
|
10
|
-
</system-out>
|
|
11
|
-
<system-err>
|
|
12
|
-
</system-err>
|
|
13
|
-
</testsuite>
|