hammer_cli 0.5.1 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (215) hide show
  1. checksums.yaml +4 -4
  2. data/doc/installation.md +1 -1
  3. data/doc/release_notes.md +6 -0
  4. data/lib/hammer_cli/output/formatters.rb +7 -1
  5. data/lib/hammer_cli/testing/command_assertions.rb +119 -0
  6. data/lib/hammer_cli/testing/data_helpers.rb +19 -0
  7. data/lib/hammer_cli/testing/output_matchers.rb +105 -0
  8. data/lib/hammer_cli/version.rb +1 -1
  9. data/locale/de/LC_MESSAGES/hammer-cli.mo +0 -0
  10. data/locale/de/hammer-cli.edit.po +16 -16
  11. data/locale/de/hammer-cli.po +1 -1
  12. data/locale/en/LC_MESSAGES/hammer-cli.mo +0 -0
  13. data/locale/en/hammer-cli.po +1 -1
  14. data/locale/en_GB/LC_MESSAGES/hammer-cli.mo +0 -0
  15. data/locale/en_GB/hammer-cli.edit.po +25 -25
  16. data/locale/en_GB/hammer-cli.po +1 -1
  17. data/locale/es/LC_MESSAGES/hammer-cli.mo +0 -0
  18. data/locale/es/hammer-cli.po +1 -1
  19. data/locale/fr/LC_MESSAGES/hammer-cli.mo +0 -0
  20. data/locale/fr/hammer-cli.edit.po +26 -26
  21. data/locale/fr/hammer-cli.po +1 -1
  22. data/locale/it/LC_MESSAGES/hammer-cli.mo +0 -0
  23. data/locale/it/hammer-cli.edit.po +3 -3
  24. data/locale/it/hammer-cli.po +1 -1
  25. data/locale/ja/LC_MESSAGES/hammer-cli.mo +0 -0
  26. data/locale/ja/hammer-cli.edit.po +3 -3
  27. data/locale/ja/hammer-cli.po +1 -1
  28. data/locale/ko/LC_MESSAGES/hammer-cli.mo +0 -0
  29. data/locale/ko/hammer-cli.edit.po +3 -3
  30. data/locale/ko/hammer-cli.po +1 -1
  31. data/locale/pt_BR/LC_MESSAGES/hammer-cli.mo +0 -0
  32. data/locale/pt_BR/hammer-cli.po +1 -1
  33. data/locale/ru/LC_MESSAGES/hammer-cli.mo +0 -0
  34. data/locale/ru/hammer-cli.edit.po +3 -3
  35. data/locale/ru/hammer-cli.po +1 -1
  36. data/locale/zh_CN/LC_MESSAGES/hammer-cli.mo +0 -0
  37. data/locale/zh_CN/hammer-cli.edit.po +3 -3
  38. data/locale/zh_CN/hammer-cli.po +1 -1
  39. data/locale/zh_TW/LC_MESSAGES/hammer-cli.mo +0 -0
  40. data/locale/zh_TW/hammer-cli.edit.po +3 -3
  41. data/locale/zh_TW/hammer-cli.po +1 -1
  42. data/test/functional/defaults_test.rb +85 -55
  43. data/test/functional/test_helper.rb +9 -0
  44. data/test/reports/TEST-Fields-ContainerField-display-.xml +1 -1
  45. data/test/reports/TEST-Fields-ContainerField-display-blank-is-allowed.xml +5 -5
  46. data/test/reports/TEST-Fields-ContainerField-display-blank-is-not-allowed.xml +5 -5
  47. data/test/reports/TEST-Fields-ContainerField.xml +1 -1
  48. data/test/reports/TEST-Fields-Field-display-.xml +1 -1
  49. data/test/reports/TEST-Fields-Field-display-blank-is-allowed.xml +3 -3
  50. data/test/reports/TEST-Fields-Field-display-blank-is-not-allowed.xml +3 -3
  51. data/test/reports/TEST-Fields-Field-hide-blank-.xml +3 -3
  52. data/test/reports/TEST-Fields-Field-parameters.xml +2 -2
  53. data/test/reports/TEST-Fields-Field.xml +4 -4
  54. data/test/reports/TEST-HammerCLI-AbstractCommand-build-options.xml +5 -5
  55. data/test/reports/TEST-HammerCLI-AbstractCommand-exception-handler.xml +4 -4
  56. data/test/reports/TEST-HammerCLI-AbstractCommand-logging.xml +8 -10
  57. data/test/reports/TEST-HammerCLI-AbstractCommand-option-builder.xml +3 -3
  58. data/test/reports/TEST-HammerCLI-AbstractCommand-options.xml +3 -3
  59. data/test/reports/TEST-HammerCLI-AbstractCommand-output.xml +7 -7
  60. data/test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior-remove-subcommand.xml +3 -3
  61. data/test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior-subcommand-.xml +4 -4
  62. data/test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior-subcommand.xml +3 -3
  63. data/test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior.xml +1 -1
  64. data/test/reports/TEST-HammerCLI-AbstractCommand.xml +3 -3
  65. data/test/reports/TEST-HammerCLI-Apipie-Command-options.xml +3 -3
  66. data/test/reports/TEST-HammerCLI-Apipie-Command-resource-defined.xml +2 -2
  67. data/test/reports/TEST-HammerCLI-Apipie-Command-setting-resources.xml +7 -7
  68. data/test/reports/TEST-HammerCLI-Apipie-Command.xml +2 -2
  69. data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-aliasing-resources.xml +4 -4
  70. data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-filtering-options.xml +5 -5
  71. data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-required-options.xml +3 -3
  72. data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-setting-correct-normalizers.xml +2 -8
  73. data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-with-hash-params.xml +3 -3
  74. data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-with-one-simple-param.xml +5 -5
  75. data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder.xml +1 -1
  76. data/test/reports/TEST-HammerCLI-Completer-command-completion.xml +12 -12
  77. data/test/reports/TEST-HammerCLI-Completer-option-value-completion.xml +6 -6
  78. data/test/reports/TEST-HammerCLI-Completer-subcommand-completion.xml +7 -7
  79. data/test/reports/TEST-HammerCLI-Completer.xml +1 -1
  80. data/test/reports/TEST-HammerCLI-CompleterLine-line-complete.xml +10 -10
  81. data/test/reports/TEST-HammerCLI-CompleterLine-splitting-words.xml +12 -12
  82. data/test/reports/TEST-HammerCLI-CompleterLine.xml +1 -1
  83. data/test/reports/TEST-HammerCLI-CompleterWord-complete-.xml +9 -9
  84. data/test/reports/TEST-HammerCLI-CompleterWord-quote.xml +5 -5
  85. data/test/reports/TEST-HammerCLI-CompleterWord-quoted-.xml +4 -4
  86. data/test/reports/TEST-HammerCLI-CompleterWord.xml +1 -1
  87. data/test/reports/TEST-HammerCLI-Connection.xml +8 -8
  88. data/test/reports/TEST-HammerCLI-ExceptionHandler.xml +8 -8
  89. data/test/reports/TEST-HammerCLI-I18n.xml +3 -3
  90. data/test/reports/TEST-HammerCLI-MainCommand-loading-context-password.xml +3 -3
  91. data/test/reports/TEST-HammerCLI-MainCommand-loading-context-username.xml +3 -3
  92. data/test/reports/TEST-HammerCLI-MainCommand-loading-context-verbose.xml +2 -2
  93. data/test/reports/TEST-HammerCLI-MainCommand-loading-context.xml +1 -1
  94. data/test/reports/TEST-HammerCLI-MainCommand.xml +1 -1
  95. data/test/reports/TEST-HammerCLI-Modules-find-by-name.xml +4 -4
  96. data/test/reports/TEST-HammerCLI-Modules-load-a-module-module-not-found.xml +4 -4
  97. data/test/reports/TEST-HammerCLI-Modules-load-a-module-module-runtime-exception.xml +4 -4
  98. data/test/reports/TEST-HammerCLI-Modules-load-a-module-success.xml +5 -5
  99. data/test/reports/TEST-HammerCLI-Modules-load-a-module.xml +1 -1
  100. data/test/reports/TEST-HammerCLI-Modules-load-all-modules.xml +2 -4
  101. data/test/reports/TEST-HammerCLI-Modules-names.xml +4 -4
  102. data/test/reports/TEST-HammerCLI-Modules.xml +1 -1
  103. data/test/reports/TEST-HammerCLI-OptionBuilderContainer.0.xml +1 -5
  104. data/test/reports/TEST-HammerCLI-OptionBuilderContainer.xml +5 -1
  105. data/test/reports/TEST-HammerCLI-Options-Normalizers-abstract.xml +2 -2
  106. data/test/reports/TEST-HammerCLI-Options-Normalizers-bool.xml +13 -13
  107. data/test/reports/TEST-HammerCLI-Options-Normalizers-datetime.xml +6 -6
  108. data/test/reports/TEST-HammerCLI-Options-Normalizers-enum.xml +5 -5
  109. data/test/reports/TEST-HammerCLI-Options-Normalizers-enumlist.xml +8 -8
  110. data/test/reports/TEST-HammerCLI-Options-Normalizers-json-input.xml +5 -5
  111. data/test/reports/TEST-HammerCLI-Options-Normalizers-key-value-list.xml +6 -26
  112. data/test/reports/TEST-HammerCLI-Options-Normalizers-list.xml +5 -5
  113. data/test/reports/TEST-HammerCLI-Options-Normalizers.xml +1 -1
  114. data/test/reports/TEST-HammerCLI-Options-OptionDefinition-context.xml +2 -2
  115. data/test/reports/TEST-HammerCLI-Options-OptionDefinition-formatters.xml +3 -3
  116. data/test/reports/TEST-HammerCLI-Options-OptionDefinition.xml +1 -1
  117. data/test/reports/TEST-HammerCLI-Output-Adapter-Abstract-error-messages.xml +5 -5
  118. data/test/reports/TEST-HammerCLI-Output-Adapter-Abstract-messages.xml +3 -3
  119. data/test/reports/TEST-HammerCLI-Output-Adapter-Abstract-test-data-for-field.xml +5 -5
  120. data/test/reports/TEST-HammerCLI-Output-Adapter-Abstract.xml +6 -6
  121. data/test/reports/TEST-HammerCLI-Output-Adapter-Base-print-collection-show-ids.xml +2 -2
  122. data/test/reports/TEST-HammerCLI-Output-Adapter-Base-print-collection.xml +11 -11
  123. data/test/reports/TEST-HammerCLI-Output-Adapter-Base.xml +1 -1
  124. data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-formatters.xml +3 -3
  125. data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-handle-fields-with-collections.xml +4 -4
  126. data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-handle-fields-with-containers.xml +3 -3
  127. data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-handle-ids.xml +3 -3
  128. data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection.xml +3 -3
  129. data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-message.xml +3 -3
  130. data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues.xml +1 -1
  131. data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-column-width.xml +5 -11
  132. data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-formatters.xml +3 -3
  133. data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-handle-ids.xml +3 -7
  134. data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-sort-columns.xml +2 -2
  135. data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection.xml +3 -3
  136. data/test/reports/TEST-HammerCLI-Output-Adapter-Table.xml +1 -1
  137. data/test/reports/TEST-HammerCLI-Output-Definition-empty-.xml +3 -3
  138. data/test/reports/TEST-HammerCLI-Output-Definition.xml +3 -3
  139. data/test/reports/TEST-HammerCLI-Output-Dsl-collection.xml +4 -4
  140. data/test/reports/TEST-HammerCLI-Output-Dsl-custom-fields.xml +3 -3
  141. data/test/reports/TEST-HammerCLI-Output-Dsl-fields.xml +5 -5
  142. data/test/reports/TEST-HammerCLI-Output-Dsl-label.xml +4 -4
  143. data/test/reports/TEST-HammerCLI-Output-Dsl-path-definition.xml +4 -4
  144. data/test/reports/TEST-HammerCLI-Output-Dsl.xml +2 -2
  145. data/test/reports/TEST-HammerCLI-Output-FieldFilter.xml +4 -4
  146. data/test/reports/TEST-HammerCLI-Output-Formatters-BooleanFormatter.xml +3 -3
  147. data/test/reports/TEST-HammerCLI-Output-Formatters-ColorFormatter.xml +2 -2
  148. data/test/reports/TEST-HammerCLI-Output-Formatters-DateFormatter.xml +3 -3
  149. data/test/reports/TEST-HammerCLI-Output-Formatters-FieldFormatter.xml +4 -4
  150. data/test/reports/TEST-HammerCLI-Output-Formatters-FormatterContainer.xml +4 -4
  151. data/test/reports/TEST-HammerCLI-Output-Formatters-FormatterLibrary.xml +3 -3
  152. data/test/reports/TEST-HammerCLI-Output-Formatters-KeyValueFormatter.xml +4 -4
  153. data/test/reports/TEST-HammerCLI-Output-Formatters-ListFormatter.xml +4 -4
  154. data/test/reports/TEST-HammerCLI-Output-Formatters-LongTextFormatter.xml +4 -4
  155. data/test/reports/TEST-HammerCLI-Output-Output-adapters.xml +6 -6
  156. data/test/reports/TEST-HammerCLI-Output-Output-data.xml +5 -5
  157. data/test/reports/TEST-HammerCLI-Output-Output-formatters.xml +2 -2
  158. data/test/reports/TEST-HammerCLI-Output-Output-messages.xml +7 -7
  159. data/test/reports/TEST-HammerCLI-Output-Output.xml +1 -1
  160. data/test/reports/TEST-HammerCLI-Output-RecordCollection.xml +4 -4
  161. data/test/reports/TEST-HammerCLI-Settings-load-from-paths.xml +5 -5
  162. data/test/reports/TEST-HammerCLI-Settings.xml +10 -10
  163. data/test/reports/TEST-HammerCLI-ShellHistory-loading-old-history.xml +3 -3
  164. data/test/reports/TEST-HammerCLI-ShellHistory-saving-history.xml +5 -5
  165. data/test/reports/TEST-HammerCLI-ShellHistory.xml +1 -1
  166. data/test/reports/TEST-MiniTest-Spec.xml +1 -1
  167. data/test/reports/TEST-String-camelize.xml +3 -3
  168. data/test/reports/TEST-String-formatting.xml +6 -6
  169. data/test/reports/TEST-String-indent.xml +3 -3
  170. data/test/reports/{TEST-HammerCLI-interactive-.xml → TEST-String-interactive-.xml} +4 -4
  171. data/test/reports/TEST-String.xml +1 -1
  172. data/test/reports/TEST-constraints-HammerCLI-Validator-AllConstraint-exist-.xml +4 -4
  173. data/test/reports/TEST-constraints-HammerCLI-Validator-AllConstraint.xml +1 -1
  174. data/test/reports/TEST-constraints-HammerCLI-Validator-AnyConstraint-exist-.xml +4 -4
  175. data/test/reports/TEST-constraints-HammerCLI-Validator-AnyConstraint.xml +1 -1
  176. data/test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint-exist-.xml +2 -2
  177. data/test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint-rejected.xml +4 -4
  178. data/test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint-required.xml +4 -4
  179. data/test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint.xml +1 -1
  180. data/test/reports/TEST-constraints.xml +1 -1
  181. data/test/test_helper.rb +20 -0
  182. data/test/unit/output/formatters_test.rb +20 -3
  183. data/test/unit/test_helper.rb +1 -20
  184. metadata +195 -251
  185. data/test/reports/TEST-Fields-Label-display-.xml +0 -7
  186. data/test/reports/TEST-Fields-Label-display-blank-is-allowed.xml +0 -15
  187. data/test/reports/TEST-Fields-Label-display-blank-is-not-allowed.xml +0 -15
  188. data/test/reports/TEST-Fields-Label.xml +0 -7
  189. data/test/reports/TEST-HammerCLI-Apipie-Command-reload-apipie-cache.xml +0 -11
  190. data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-setting-referenced-resources.xml +0 -9
  191. data/test/reports/TEST-HammerCLI-Apipie-OptionDefinition-referenced-resource.xml +0 -13
  192. data/test/reports/TEST-HammerCLI-Apipie-OptionDefinition.xml +0 -7
  193. data/test/reports/TEST-HammerCLI-Defaults.xml +0 -19
  194. data/test/reports/TEST-HammerCLI-Options-Matcher.xml +0 -17
  195. data/test/reports/TEST-HammerCLI-Options-Normalizers-number.xml +0 -11
  196. data/test/reports/TEST-HammerCLI-Options-OptionDefinition-deprecated-options.xml +0 -11
  197. data/test/reports/TEST-HammerCLI-Output-Adapter-Json-print-collection-show-ids.xml +0 -9
  198. data/test/reports/TEST-HammerCLI-Output-Adapter-Json-print-collection.xml +0 -27
  199. data/test/reports/TEST-HammerCLI-Output-Adapter-Json-print-message.xml +0 -11
  200. data/test/reports/TEST-HammerCLI-Output-Adapter-Json.xml +0 -7
  201. data/test/reports/TEST-HammerCLI-Output-Adapter-Yaml-print-collection-show-ids.xml +0 -9
  202. data/test/reports/TEST-HammerCLI-Output-Adapter-Yaml-print-collection.xml +0 -27
  203. data/test/reports/TEST-HammerCLI-Output-Adapter-Yaml-print-message.xml +0 -11
  204. data/test/reports/TEST-HammerCLI-Output-Adapter-Yaml.xml +0 -7
  205. data/test/reports/TEST-HammerCLI-constant-path.xml +0 -15
  206. data/test/reports/TEST-HammerCLI.xml +0 -7
  207. data/test/reports/TEST-Logging-LogEvent-filtering.xml +0 -9
  208. data/test/reports/TEST-Logging-LogEvent.xml +0 -7
  209. data/test/reports/TEST-String-constantize.xml +0 -15
  210. data/test/reports/TEST-String-underscore.xml +0 -13
  211. data/test/reports/TEST-commands-defaults-add.xml +0 -21
  212. data/test/reports/TEST-commands-defaults-delete.xml +0 -11
  213. data/test/reports/TEST-commands-defaults-list.xml +0 -11
  214. data/test/reports/TEST-commands-defaults-providers.xml +0 -11
  215. data/test/reports/TEST-commands.xml +0 -7
@@ -1,12 +1,12 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="Fields::ContainerField::display?::blank is allowed" tests="4" time="0.000639071" failures="0" errors="0" skipped="0" assertions="4" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0001_returns false the value is nil" time="0.000175561" assertions="1">
2
+ <testsuite name="Fields::ContainerField::display?::blank is allowed" tests="4" time="0.000514044" failures="0" errors="0" skipped="0" assertions="4">
3
+ <testcase name="test_0001_returns false the value is nil" time="0.000160735" assertions="1">
4
4
  </testcase>
5
- <testcase name="test_0002_returns false the value is empty array" time="5.9406e-05" assertions="1">
5
+ <testcase name="test_0003_returns false the value is empty hash" time="5.924e-05" assertions="1">
6
6
  </testcase>
7
- <testcase name="test_0003_returns false the value is empty hash" time="4.6797e-05" assertions="1">
7
+ <testcase name="test_0004_returns true when there is some data under the path" time="5.1533e-05" assertions="1">
8
8
  </testcase>
9
- <testcase name="test_0004_returns true when there is some data under the path" time="4.3579e-05" assertions="1">
9
+ <testcase name="test_0002_returns false the value is empty array" time="4.7909e-05" assertions="1">
10
10
  </testcase>
11
11
  <system-out>
12
12
  </system-out>
@@ -1,12 +1,12 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="Fields::ContainerField::display?::blank is not allowed" tests="4" time="0.000575088" failures="0" errors="0" skipped="0" assertions="4" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0001_returns false the value is nil" time="0.000122725" assertions="1">
2
+ <testsuite name="Fields::ContainerField::display?::blank is not allowed" tests="4" time="0.00050542" failures="0" errors="0" skipped="0" assertions="4">
3
+ <testcase name="test_0001_returns false the value is nil" time="0.000104095" assertions="1">
4
4
  </testcase>
5
- <testcase name="test_0003_returns false the value is empty hash" time="6.1108e-05" assertions="1">
5
+ <testcase name="test_0004_returns true when there is some data under the path" time="5.5074e-05" assertions="1">
6
6
  </testcase>
7
- <testcase name="test_0002_returns false the value is empty array" time="5.3353e-05" assertions="1">
7
+ <testcase name="test_0002_returns false the value is empty array" time="4.9163e-05" assertions="1">
8
8
  </testcase>
9
- <testcase name="test_0004_returns true when there is some data under the path" time="5.0954e-05" assertions="1">
9
+ <testcase name="test_0003_returns false the value is empty hash" time="4.4524e-05" 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="Fields::ContainerField" tests="0" time="0.000277871" failures="0" errors="0" skipped="0" assertions="0" timestamp="2015-12-10T23:59:29+00:00">
2
+ <testsuite name="Fields::ContainerField" tests="0" time="0.000180394" failures="0" errors="0" skipped="0" assertions="0">
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="Fields::Field::display?" tests="0" time="0.000210054" failures="0" errors="0" skipped="0" assertions="0" timestamp="2015-12-10T23:59:29+00:00">
2
+ <testsuite name="Fields::Field::display?" tests="0" time="0.000177184" failures="0" errors="0" skipped="0" assertions="0">
3
3
  <system-out>
4
4
  </system-out>
5
5
  <system-err>
@@ -1,8 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="Fields::Field::display?::blank is allowed" tests="2" time="0.000503861" failures="0" errors="0" skipped="0" assertions="2" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0001_returns false the value is nil" time="0.000185633" assertions="1">
2
+ <testsuite name="Fields::Field::display?::blank is allowed" tests="2" time="0.000346718" failures="0" errors="0" skipped="0" assertions="2">
3
+ <testcase name="test_0002_returns true when there is some data under the path" time="9.5291e-05" assertions="1">
4
4
  </testcase>
5
- <testcase name="test_0002_returns true when there is some data under the path" time="6.1723e-05" assertions="1">
5
+ <testcase name="test_0001_returns false the value is nil" time="5.3478e-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="Fields::Field::display?::blank is not allowed" tests="2" time="0.00044003" failures="0" errors="0" skipped="0" assertions="2" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0001_returns false the value is nil" time="0.000133908" assertions="1">
2
+ <testsuite name="Fields::Field::display?::blank is not allowed" tests="2" time="0.000332031" failures="0" errors="0" skipped="0" assertions="2">
3
+ <testcase name="test_0002_returns true when there is some data under the path" time="8.2527e-05" assertions="1">
4
4
  </testcase>
5
- <testcase name="test_0002_returns true when there is some data under the path" time="7.3251e-05" assertions="1">
5
+ <testcase name="test_0001_returns false the value is nil" time="5.4331e-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="Fields::Field::hide_blank?" tests="2" time="0.000405606" failures="0" errors="0" skipped="0" assertions="2" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0001_defaults to false" time="8.1123e-05" assertions="1">
2
+ <testsuite name="Fields::Field::hide_blank?" tests="2" time="0.000327248" failures="0" errors="0" skipped="0" assertions="2">
3
+ <testcase name="test_0001_defaults to false" time="7.399e-05" assertions="1">
4
4
  </testcase>
5
- <testcase name="test_0002_can be set to true in the constructor" time="5.5117e-05" assertions="1">
5
+ <testcase name="test_0002_can be set to true in the constructor" time="5.3648e-05" assertions="1">
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="Fields::Field::parameters" tests="1" time="0.000331232" failures="0" errors="0" skipped="0" assertions="1" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0001_returns all parameters passed to a filed" time="0.000118381" assertions="1">
2
+ <testsuite name="Fields::Field::parameters" tests="1" time="0.000281758" failures="0" errors="0" skipped="0" assertions="1">
3
+ <testcase name="test_0001_returns all parameters passed to a filed" time="0.00010987" 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="Fields::Field" tests="3" time="0.000508081" failures="0" errors="0" skipped="0" assertions="3" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0001_stores label from constructor" time="9.8923e-05" assertions="1">
2
+ <testsuite name="Fields::Field" tests="3" time="0.000378872" failures="0" errors="0" skipped="0" assertions="3">
3
+ <testcase name="test_0001_stores label from constructor" time="8.5904e-05" assertions="1">
4
4
  </testcase>
5
- <testcase name="test_0002_stores path from constructor" time="5.6853e-05" assertions="1">
5
+ <testcase name="test_0002_stores path from constructor" time="5.3075e-05" assertions="1">
6
6
  </testcase>
7
- <testcase name="test_0003_default path should be empty array" time="4.2996e-05" assertions="1">
7
+ <testcase name="test_0003_default path should be empty array" time="4.294e-05" assertions="1">
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::AbstractCommand::build options" tests="4" time="0.001594763" failures="0" errors="0" skipped="0" assertions="4" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0001_should use option builder" time="0.000397103" assertions="1">
2
+ <testsuite name="HammerCLI::AbstractCommand::build options" tests="4" time="0.001351635" failures="0" errors="0" skipped="0" assertions="4">
3
+ <testcase name="test_0004_accepts block" time="0.000477899" assertions="1">
4
4
  </testcase>
5
- <testcase name="test_0002_should skip options that already exist" time="0.0002636" assertions="1">
5
+ <testcase name="test_0003_passes params to the builders" time="0.00028496" assertions="1">
6
6
  </testcase>
7
- <testcase name="test_0003_passes params to the builders" time="0.000381409" assertions="1">
7
+ <testcase name="test_0002_should skip options that already exist" time="0.000216207" assertions="1">
8
8
  </testcase>
9
- <testcase name="test_0004_accepts block" time="0.000310262" assertions="1">
9
+ <testcase name="test_0001_should use option builder" time="0.000177748" assertions="1">
10
10
  </testcase>
11
11
  <system-out>
12
12
  </system-out>
@@ -1,10 +1,10 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="HammerCLI::AbstractCommand::exception handler" tests="3" time="0.001258571" failures="0" errors="0" skipped="0" assertions="5" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0001_should return instance of hammer cli exception handler by default" time="0.000404129" assertions="1">
2
+ <testsuite name="HammerCLI::AbstractCommand::exception handler" tests="3" time="0.001065241" failures="0" errors="0" skipped="0" assertions="5">
3
+ <testcase name="test_0003_should return instance of exception handler class defined deeper in a module hierrarchy" time="0.00029177" assertions="2">
4
4
  </testcase>
5
- <testcase name="test_0002_should return instance of exception handler class defined in a module" time="0.000280683" assertions="2">
5
+ <testcase name="test_0002_should return instance of exception handler class defined in a module" time="0.000228844" assertions="2">
6
6
  </testcase>
7
- <testcase name="test_0003_should return instance of exception handler class defined deeper in a module hierrarchy" time="0.000314896" assertions="2">
7
+ <testcase name="test_0001_should return instance of hammer cli exception handler by default" time="0.000359925" assertions="1">
8
8
  </testcase>
9
9
  <system-out>
10
10
  </system-out>
@@ -1,20 +1,18 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="HammerCLI::AbstractCommand::logging" tests="8" time="0.013498766" failures="0" errors="0" skipped="0" assertions="14" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0003_should have logger that accepts custom name" time="0.001615432" assertions="2">
2
+ <testsuite name="HammerCLI::AbstractCommand::logging" tests="7" time="0.005629746" failures="0" errors="0" skipped="0" assertions="12">
3
+ <testcase name="test_0007_should have logger.watch colorized output switch in settings" time="0.001215608" assertions="2">
4
4
  </testcase>
5
- <testcase name="test_0002_should have logger named by the class by default" time="0.001085057" assertions="2">
5
+ <testcase name="test_0003_should have logger named by the class by default" time="0.00071257" assertions="2">
6
6
  </testcase>
7
- <testcase name="test_0001_should log what has been executed" time="0.000899279" assertions="1">
7
+ <testcase name="test_0002_password should be hidden in logs" time="0.000708892" assertions="1">
8
8
  </testcase>
9
- <testcase name="test_0007_censors passwords from the debug logs" time="0.001763835" assertions="2">
9
+ <testcase name="test_0004_should have logger that accepts custom name" time="0.000841507" assertions="2">
10
10
  </testcase>
11
- <testcase name="test_0008_password parameters should be hidden in logs" time="0.001191871" assertions="1">
11
+ <testcase name="test_0005_should have logger that can inspect object" time="0.000748318" assertions="2">
12
12
  </testcase>
13
- <testcase name="test_0006_should have logger.watch colorized output switch in settings" time="0.001691467" assertions="2">
13
+ <testcase name="test_0001_should log what has been executed" time="0.000352436" assertions="1">
14
14
  </testcase>
15
- <testcase name="test_0004_should have logger that can inspect object" time="0.00152867" assertions="2">
16
- </testcase>
17
- <testcase name="test_0005_should have logger.watch output without colors" time="0.002423021" assertions="2">
15
+ <testcase name="test_0006_should have logger.watch output without colors" time="0.000799178" assertions="2">
18
16
  </testcase>
19
17
  <system-out>
20
18
  </system-out>
@@ -1,8 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="HammerCLI::AbstractCommand::option builder" tests="2" time="0.000489559" failures="0" errors="0" skipped="0" assertions="2" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0001_uses builder container as default" time="0.000121374" assertions="1">
2
+ <testsuite name="HammerCLI::AbstractCommand::option builder" tests="2" time="0.000349776" failures="0" errors="0" skipped="0" assertions="2">
3
+ <testcase name="test_0001_uses builder container as default" time="9.1626e-05" assertions="1">
4
4
  </testcase>
5
- <testcase name="test_0002_Default builder container is empty" time="4.4485e-05" assertions="1">
5
+ <testcase name="test_0002_Default builder container is empty" time="4.5179e-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::AbstractCommand::options" tests="2" time="0.000722694" failures="0" errors="0" skipped="0" assertions="2" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0001_should create instances of hammer options" time="0.00035132" assertions="1">
2
+ <testsuite name="HammerCLI::AbstractCommand::options" tests="2" time="0.000433705" failures="0" errors="0" skipped="0" assertions="2">
3
+ <testcase name="test_0002_should set options' formatters" time="0.000197632" assertions="1">
4
4
  </testcase>
5
- <testcase name="test_0002_should set options' formatters" time="0.000109852" assertions="1">
5
+ <testcase name="test_0001_should create instances of hammer options" time="5.6937e-05" assertions="1">
6
6
  </testcase>
7
7
  <system-out>
8
8
  </system-out>
@@ -1,16 +1,16 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="HammerCLI::AbstractCommand::output" tests="6" time="0.000770559" failures="0" errors="0" skipped="0" assertions="6" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0003_should hold instance of output definition" time="0.000124803" assertions="1">
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
4
  </testcase>
5
- <testcase name="test_0004_can append existing definition" time="8.4733e-05" assertions="1">
5
+ <testcase name="test_0005_can append existing definition without passing a block" time="6.2427e-05" assertions="1">
6
6
  </testcase>
7
- <testcase name="test_0001_should define adapter" time="5.7699e-05" assertions="1">
7
+ <testcase name="test_0001_should define adapter" time="5.3792e-05" assertions="1">
8
8
  </testcase>
9
- <testcase name="test_0005_can append existing definition without passing a block" time="6.0504e-05" assertions="1">
9
+ <testcase name="test_0004_can append existing definition" time="5.6941e-05" assertions="1">
10
10
  </testcase>
11
- <testcase name="test_0002_should provide instance of output with default adapter set" time="5.5419e-05" assertions="1">
11
+ <testcase name="test_0002_should provide instance of output with default adapter set" time="5.4734e-05" assertions="1">
12
12
  </testcase>
13
- <testcase name="test_0006_can define fields" time="7.1599e-05" assertions="1">
13
+ <testcase name="test_0003_should hold instance of output definition" time="5.7944e-05" assertions="1">
14
14
  </testcase>
15
15
  <system-out>
16
16
  </system-out>
@@ -1,8 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="HammerCLI::AbstractCommand::subcommand behavior::remove_subcommand" tests="2" time="0.002332391" failures="0" errors="0" skipped="0" assertions="2" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0002_should write a message to log when removing subcommand" time="0.001424418" assertions="1">
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
4
  </testcase>
5
- <testcase name="test_0001_should remove the subcommand" time="0.00064317" assertions="1">
5
+ <testcase name="test_0001_should remove the subcommand" time="0.000316383" 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::AbstractCommand::subcommand behavior::subcommand!" tests="3" time="0.002574401" failures="0" errors="0" skipped="0" assertions="10" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0001_should replace commands with the same name" time="0.001074786" assertions="4">
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
4
  </testcase>
5
- <testcase name="test_0003_should add the subcommand" time="0.000542419" assertions="4">
5
+ <testcase name="test_0003_should add the subcommand" time="0.000336002" assertions="4">
6
6
  </testcase>
7
- <testcase name="test_0002_should write a message to log when replacing subcommand" time="0.000648291" assertions="2">
7
+ <testcase name="test_0002_should write a message to log when replacing subcommand" time="0.00044575" assertions="2">
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::AbstractCommand::subcommand behavior::subcommand" tests="2" time="0.001032885" failures="0" errors="0" skipped="0" assertions="5" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0001_should throw an exception for conflicting commands" time="0.000370562" assertions="1">
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
4
  </testcase>
5
- <testcase name="test_0002_should add the subcommand" time="0.000229822" assertions="4">
5
+ <testcase name="test_0002_should add the subcommand" time="0.000199028" assertions="4">
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::AbstractCommand::subcommand behavior" tests="0" time="0.000284062" failures="0" errors="0" skipped="0" assertions="0" timestamp="2015-12-10T23:59:29+00:00">
2
+ <testsuite name="HammerCLI::AbstractCommand::subcommand behavior" tests="0" time="0.000161068" failures="0" errors="0" skipped="0" assertions="0">
3
3
  <system-out>
4
4
  </system-out>
5
5
  <system-err>
@@ -1,8 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="HammerCLI::AbstractCommand" tests="2" time="0.000422666" failures="0" errors="0" skipped="0" assertions="2" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0002_should inherit output definition" time="0.000141576" assertions="1">
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
4
  </testcase>
5
- <testcase name="test_0001_should inherit command_name" time="7.1182e-05" assertions="1">
5
+ <testcase name="test_0002_should inherit output definition" time="0.000103826" 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::Apipie::Command::options" tests="2" time="0.000615951" failures="0" errors="0" skipped="0" assertions="2" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0001_should collect method options from given options" time="0.000216212" assertions="1">
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
4
  </testcase>
5
- <testcase name="test_0002_should collect method options from methods" time="0.000114565" assertions="1">
5
+ <testcase name="test_0002_should collect method options from methods" time="0.000108589" assertions="1">
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::Apipie::Command::resource defined" tests="1" time="0.002619666" failures="0" errors="0" skipped="0" assertions="1" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0001_should perform a call to api when resource is defined" time="0.002290266" assertions="1">
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
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::Apipie::Command::setting resources" tests="6" time="0.002445388" failures="0" errors="0" skipped="0" assertions="18" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0006_looks up resource in the superclass" time="0.000176942" assertions="2">
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
4
  </testcase>
5
- <testcase name="test_0003_should set resource and action alone" time="0.000644566" assertions="4">
5
+ <testcase name="test_0002_should set resource alone" time="0.000380061" assertions="4">
6
6
  </testcase>
7
- <testcase name="test_0002_should set resource alone" time="0.000510184" assertions="4">
7
+ <testcase name="test_0004_inherits action from a parent class" time="7.3797e-05" assertions="2">
8
8
  </testcase>
9
- <testcase name="test_0001_should set resource and action together" time="0.000519295" assertions="4">
9
+ <testcase name="test_0006_looks up resource in the superclass" time="6.228e-05" assertions="2">
10
10
  </testcase>
11
- <testcase name="test_0005_looks up resource in the class' modules" time="0.000105207" assertions="2">
11
+ <testcase name="test_0001_should set resource and action together" time="0.000357962" assertions="4">
12
12
  </testcase>
13
- <testcase name="test_0004_inherits action from a parent class" time="8.1623e-05" assertions="2">
13
+ <testcase name="test_0003_should set resource and action alone" time="0.000357822" assertions="4">
14
14
  </testcase>
15
15
  <system-out>
16
16
  </system-out>
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="HammerCLI::Apipie::Command" tests="1" time="0.001770601" failures="0" errors="0" skipped="0" assertions="1" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0001_should raise exception when no action is defined" time="0.001474561" assertions="1">
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
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::Apipie::OptionBuilder::aliasing resources" tests="3" time="0.003071202" failures="0" errors="0" skipped="0" assertions="3" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0003_keeps option accessor the same" time="0.001686419" assertions="1">
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
4
  </testcase>
5
- <testcase name="test_0002_renames option types" time="0.000582781" assertions="1">
5
+ <testcase name="test_0002_renames option types" time="0.000362884" assertions="1">
6
6
  </testcase>
7
- <testcase name="test_0001_renames options" time="0.000558194" assertions="1">
7
+ <testcase name="test_0003_keeps option accessor the same" time="0.000363671" assertions="1">
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::Apipie::OptionBuilder::filtering options" tests="4" time="0.002184161" failures="0" errors="0" skipped="0" assertions="4" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0001_should skip filtered options" time="0.000568148" assertions="1">
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
4
  </testcase>
5
- <testcase name="test_0002_should skip filtered options defined as symbols" time="0.000392617" assertions="1">
5
+ <testcase name="test_0003_should skip single filtered option in array" time="0.000330962" assertions="1">
6
6
  </testcase>
7
- <testcase name="test_0003_should skip single filtered option in array" time="0.000429226" assertions="1">
7
+ <testcase name="test_0002_should skip filtered options defined as symbols" time="0.00031704" assertions="1">
8
8
  </testcase>
9
- <testcase name="test_0004_should skip single filtered option" time="0.000447117" assertions="1">
9
+ <testcase name="test_0001_should skip filtered options" time="0.000307096" assertions="1">
10
10
  </testcase>
11
11
  <system-out>
12
12
  </system-out>
@@ -1,8 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="HammerCLI::Apipie::OptionBuilder::required options" tests="2" time="0.001685518" failures="0" errors="0" skipped="0" assertions="2" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0001_should set required flag for the required options" time="0.00082148" assertions="1">
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
4
  </testcase>
5
- <testcase name="test_0002_should not require any option when requirements are disabled" time="0.000519555" assertions="1">
5
+ <testcase name="test_0001_should set required flag for the required options" time="0.000347929" assertions="1">
6
6
  </testcase>
7
7
  <system-out>
8
8
  </system-out>
@@ -1,12 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="HammerCLI::Apipie::OptionBuilder::setting correct normalizers" tests="4" time="0.003497147" failures="0" errors="0" skipped="0" assertions="5" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0004_should set number normalizer" time="0.00071391" assertions="1">
4
- </testcase>
5
- <testcase name="test_0003_should set enum normalizer" time="0.000459179" assertions="2">
6
- </testcase>
7
- <testcase name="test_0001_should set array normalizer" time="0.0004735" assertions="1">
8
- </testcase>
9
- <testcase name="test_0002_should set boolean normalizer" time="0.001482414" assertions="1">
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">
10
4
  </testcase>
11
5
  <system-out>
12
6
  </system-out>
@@ -1,8 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="HammerCLI::Apipie::OptionBuilder::with hash params" tests="2" time="0.001491331" failures="0" errors="0" skipped="0" assertions="2" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0002_should name the options correctly" time="0.000648299" assertions="1">
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
4
  </testcase>
5
- <testcase name="test_0001_should create options for all parameters except the hash" time="0.00046867" assertions="1">
5
+ <testcase name="test_0001_should create options for all parameters except the hash" time="0.00034452" 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::Apipie::OptionBuilder::with one simple param" tests="4" time="0.001978424" failures="0" errors="0" skipped="0" assertions="4" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0003_should set correct attribute name" time="0.000523293" assertions="1">
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
4
  </testcase>
5
- <testcase name="test_0002_should set correct switch" time="0.00038199" assertions="1">
5
+ <testcase name="test_0002_should set correct switch" time="0.000290424" assertions="1">
6
6
  </testcase>
7
- <testcase name="test_0004_should set description with html tags stripped" time="0.000344846" assertions="1">
7
+ <testcase name="test_0003_should set correct attribute name" time="0.000293606" assertions="1">
8
8
  </testcase>
9
- <testcase name="test_0001_should create an option for the parameter" time="0.000358317" assertions="1">
9
+ <testcase name="test_0004_should set description with html tags stripped" time="0.00027407" 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::Apipie::OptionBuilder" tests="0" time="0.000313399" failures="0" errors="0" skipped="0" assertions="0" timestamp="2015-12-10T23:59:29+00:00">
2
+ <testsuite name="HammerCLI::Apipie::OptionBuilder" tests="0" time="0.000161389" failures="0" errors="0" skipped="0" assertions="0">
3
3
  <system-out>
4
4
  </system-out>
5
5
  <system-err>
@@ -1,26 +1,26 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="HammerCLI::Completer::command completion" tests="11" time="0.02877814" failures="0" errors="0" skipped="0" assertions="11" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0002_should offer nothing when the line does not match" time="0.000384852" assertions="1">
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
4
  </testcase>
5
- <testcase name="test_0008_should offer all available subcommands and options even if an egual sign option has been passed" time="0.000337163" assertions="1">
5
+ <testcase name="test_0009_should offer all available subcommands and options when quoted value was passed" time="0.000275598" assertions="1">
6
6
  </testcase>
7
- <testcase name="test_0003_should filter by first letter" time="0.000140162" assertions="1">
7
+ <testcase name="test_0002_should offer nothing when the line does not match" time="0.000114492" assertions="1">
8
8
  </testcase>
9
- <testcase name="test_0004_should filter by first two letters" time="0.000123819" assertions="1">
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
10
  </testcase>
11
- <testcase name="test_0001_should offer all available commands" time="9.24e-05" assertions="1">
11
+ <testcase name="test_0010_should offer all available subcommands and options when double quoted value was passed" time="0.000141379" assertions="1">
12
12
  </testcase>
13
- <testcase name="test_0010_should offer all available subcommands and options when double quoted value was passed" time="0.000200791" assertions="1">
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
14
  </testcase>
15
- <testcase name="test_0006_should offer all available subcommands and options even if a flag has been passed" time="0.000150648" assertions="1">
15
+ <testcase name="test_0001_should offer all available commands" time="9.0394e-05" assertions="1">
16
16
  </testcase>
17
- <testcase name="test_0011_should offer all available subcommands and options when quoted value with equal sign was passed" time="0.000205273" assertions="1">
17
+ <testcase name="test_0003_should filter by first letter" time="9.4926e-05" assertions="1">
18
18
  </testcase>
19
- <testcase name="test_0009_should offer all available subcommands and options when quoted value was passed" time="0.000169091" assertions="1">
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
20
  </testcase>
21
- <testcase name="test_0005_should offer all available subcommands and options" time="0.000122799" assertions="1">
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
22
  </testcase>
23
- <testcase name="test_0007_should offer all available subcommands and options even if an option has been passed" time="0.026456456" assertions="1">
23
+ <testcase name="test_0005_should offer all available subcommands and options" time="9.9324e-05" assertions="1">
24
24
  </testcase>
25
25
  <system-out>
26
26
  </system-out>
@@ -1,14 +1,14 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="HammerCLI::Completer::option value completion" tests="5" time="0.001541387" failures="0" errors="0" skipped="0" assertions="5" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0001_should complete option values" time="0.000318055" assertions="1">
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
4
  </testcase>
5
- <testcase name="test_0004_should complete quoted option values" time="0.000195565" assertions="1">
5
+ <testcase name="test_0004_should complete quoted option values" time="0.000134192" assertions="1">
6
6
  </testcase>
7
- <testcase name="test_0003_should complete option values" time="0.000221047" assertions="1">
7
+ <testcase name="test_0002_should complete option values when equal sign is used" time="0.00011858" assertions="1">
8
8
  </testcase>
9
- <testcase name="test_0002_should complete option values when equal sign is used" time="0.000179701" assertions="1">
9
+ <testcase name="test_0001_should complete option values" time="0.000114408" assertions="1">
10
10
  </testcase>
11
- <testcase name="test_0005_should complete quoted option values" time="0.000172984" assertions="1">
11
+ <testcase name="test_0003_should complete option values" time="0.000120988" assertions="1">
12
12
  </testcase>
13
13
  <system-out>
14
14
  </system-out>