hammer_cli 0.6.1 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (241) hide show
  1. checksums.yaml +4 -4
  2. data/config/cli_config.template.yml +4 -1
  3. data/doc/development_tips.md +2 -2
  4. data/doc/release_notes.md +13 -1
  5. data/lib/hammer_cli/apipie/option_definition.rb +3 -0
  6. data/lib/hammer_cli/defaults.rb +35 -16
  7. data/lib/hammer_cli/defaults_commands.rb +2 -2
  8. data/lib/hammer_cli/logger.rb +1 -1
  9. data/lib/hammer_cli/options/normalizers.rb +22 -10
  10. data/lib/hammer_cli/output/adapter/abstract.rb +5 -0
  11. data/lib/hammer_cli/output/adapter/csv.rb +5 -0
  12. data/lib/hammer_cli/output/adapter/table.rb +5 -0
  13. data/lib/hammer_cli/output/adapter/tree_structure.rb +5 -0
  14. data/lib/hammer_cli/output/output.rb +1 -1
  15. data/lib/hammer_cli/output/record_collection.rb +8 -4
  16. data/lib/hammer_cli/settings.rb +2 -0
  17. data/lib/hammer_cli/validator.rb +49 -1
  18. data/lib/hammer_cli/version.rb +1 -1
  19. data/locale/ca/LC_MESSAGES/hammer-cli.mo +0 -0
  20. data/locale/ca/hammer-cli.edit.po +411 -0
  21. data/locale/ca/hammer-cli.po +338 -0
  22. data/locale/ca/hammer-cli.po.time_stamp +0 -0
  23. data/locale/de/LC_MESSAGES/hammer-cli.mo +0 -0
  24. data/locale/de/hammer-cli.edit.po +16 -16
  25. data/locale/de/hammer-cli.po +25 -5
  26. data/locale/en/LC_MESSAGES/hammer-cli.mo +0 -0
  27. data/locale/en/hammer-cli.edit.po +46 -26
  28. data/locale/en/hammer-cli.po +20 -3
  29. data/locale/en_GB/LC_MESSAGES/hammer-cli.mo +0 -0
  30. data/locale/en_GB/hammer-cli.edit.po +25 -25
  31. data/locale/en_GB/hammer-cli.po +25 -5
  32. data/locale/es/LC_MESSAGES/hammer-cli.mo +0 -0
  33. data/locale/es/hammer-cli.po +24 -6
  34. data/locale/fr/LC_MESSAGES/hammer-cli.mo +0 -0
  35. data/locale/fr/hammer-cli.edit.po +26 -26
  36. data/locale/fr/hammer-cli.po +24 -6
  37. data/locale/hammer-cli.pot +50 -28
  38. data/locale/it/LC_MESSAGES/hammer-cli.mo +0 -0
  39. data/locale/it/hammer-cli.edit.po +9 -9
  40. data/locale/it/hammer-cli.po +25 -5
  41. data/locale/ja/LC_MESSAGES/hammer-cli.mo +0 -0
  42. data/locale/ja/hammer-cli.edit.po +9 -9
  43. data/locale/ja/hammer-cli.po +25 -5
  44. data/locale/ko/LC_MESSAGES/hammer-cli.mo +0 -0
  45. data/locale/ko/hammer-cli.edit.po +9 -9
  46. data/locale/ko/hammer-cli.po +25 -5
  47. data/locale/pt_BR/LC_MESSAGES/hammer-cli.mo +0 -0
  48. data/locale/pt_BR/hammer-cli.edit.po +6 -6
  49. data/locale/pt_BR/hammer-cli.po +25 -5
  50. data/locale/ru/LC_MESSAGES/hammer-cli.mo +0 -0
  51. data/locale/ru/hammer-cli.edit.po +31 -30
  52. data/locale/ru/hammer-cli.po +25 -5
  53. data/locale/zh_CN/LC_MESSAGES/hammer-cli.mo +0 -0
  54. data/locale/zh_CN/hammer-cli.edit.po +9 -9
  55. data/locale/zh_CN/hammer-cli.po +26 -6
  56. data/locale/zh_TW/LC_MESSAGES/hammer-cli.mo +0 -0
  57. data/locale/zh_TW/hammer-cli.edit.po +9 -9
  58. data/locale/zh_TW/hammer-cli.po +25 -5
  59. data/test/functional/defaults_test.rb +12 -0
  60. data/test/reports/TEST-Fields-ContainerField-display-.xml +1 -1
  61. data/test/reports/TEST-Fields-ContainerField-display-blank-is-allowed.xml +5 -5
  62. data/test/reports/TEST-Fields-ContainerField-display-blank-is-not-allowed.xml +5 -5
  63. data/test/reports/TEST-Fields-ContainerField.xml +1 -1
  64. data/test/reports/TEST-Fields-Field-display-.xml +1 -1
  65. data/test/reports/TEST-Fields-Field-display-blank-is-allowed.xml +3 -3
  66. data/test/reports/TEST-Fields-Field-display-blank-is-not-allowed.xml +3 -3
  67. data/test/reports/TEST-Fields-Field-hide-blank-.xml +3 -3
  68. data/test/reports/TEST-Fields-Field-parameters.xml +2 -2
  69. data/test/reports/TEST-Fields-Field.xml +4 -4
  70. data/test/reports/TEST-HammerCLI-AbstractCommand-build-options.xml +5 -5
  71. data/test/reports/TEST-HammerCLI-AbstractCommand-exception-handler.xml +4 -4
  72. data/test/reports/TEST-HammerCLI-AbstractCommand-logging.xml +8 -10
  73. data/test/reports/TEST-HammerCLI-AbstractCommand-option-builder.xml +3 -3
  74. data/test/reports/TEST-HammerCLI-AbstractCommand-options.xml +3 -3
  75. data/test/reports/TEST-HammerCLI-AbstractCommand-output.xml +7 -7
  76. data/test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior-remove-subcommand.xml +3 -3
  77. data/test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior-subcommand-.xml +4 -4
  78. data/test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior-subcommand.xml +3 -3
  79. data/test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior.xml +1 -1
  80. data/test/reports/TEST-HammerCLI-AbstractCommand.xml +3 -3
  81. data/test/reports/TEST-HammerCLI-Apipie-Command-options.xml +3 -3
  82. data/test/reports/TEST-HammerCLI-Apipie-Command-resource-defined.xml +2 -2
  83. data/test/reports/TEST-HammerCLI-Apipie-Command-setting-resources.xml +7 -7
  84. data/test/reports/TEST-HammerCLI-Apipie-Command.xml +2 -2
  85. data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-aliasing-resources.xml +4 -4
  86. data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-filtering-options.xml +5 -5
  87. data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-required-options.xml +3 -3
  88. data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-setting-correct-normalizers.xml +2 -8
  89. data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-with-hash-params.xml +3 -3
  90. data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-with-one-simple-param.xml +5 -5
  91. data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder.xml +1 -1
  92. data/test/reports/TEST-HammerCLI-Completer-command-completion.xml +12 -12
  93. data/test/reports/TEST-HammerCLI-Completer-option-value-completion.xml +6 -6
  94. data/test/reports/TEST-HammerCLI-Completer-subcommand-completion.xml +7 -7
  95. data/test/reports/TEST-HammerCLI-Completer.xml +1 -1
  96. data/test/reports/TEST-HammerCLI-CompleterLine-line-complete.xml +10 -10
  97. data/test/reports/TEST-HammerCLI-CompleterLine-splitting-words.xml +12 -12
  98. data/test/reports/TEST-HammerCLI-CompleterLine.xml +1 -1
  99. data/test/reports/TEST-HammerCLI-CompleterWord-complete-.xml +9 -9
  100. data/test/reports/TEST-HammerCLI-CompleterWord-quote.xml +5 -5
  101. data/test/reports/TEST-HammerCLI-CompleterWord-quoted-.xml +4 -4
  102. data/test/reports/TEST-HammerCLI-CompleterWord.xml +1 -1
  103. data/test/reports/TEST-HammerCLI-Connection.xml +8 -8
  104. data/test/reports/TEST-HammerCLI-ExceptionHandler.xml +8 -8
  105. data/test/reports/TEST-HammerCLI-I18n.xml +3 -3
  106. data/test/reports/TEST-HammerCLI-MainCommand-loading-context-password.xml +3 -3
  107. data/test/reports/TEST-HammerCLI-MainCommand-loading-context-username.xml +3 -3
  108. data/test/reports/TEST-HammerCLI-MainCommand-loading-context-verbose.xml +2 -2
  109. data/test/reports/TEST-HammerCLI-MainCommand-loading-context.xml +1 -1
  110. data/test/reports/TEST-HammerCLI-MainCommand.xml +1 -1
  111. data/test/reports/TEST-HammerCLI-Modules-find-by-name.xml +4 -4
  112. data/test/reports/TEST-HammerCLI-Modules-load-a-module-module-not-found.xml +4 -4
  113. data/test/reports/TEST-HammerCLI-Modules-load-a-module-module-runtime-exception.xml +4 -4
  114. data/test/reports/TEST-HammerCLI-Modules-load-a-module-success.xml +5 -5
  115. data/test/reports/TEST-HammerCLI-Modules-load-a-module.xml +1 -1
  116. data/test/reports/TEST-HammerCLI-Modules-load-all-modules.xml +2 -4
  117. data/test/reports/TEST-HammerCLI-Modules-names.xml +4 -4
  118. data/test/reports/TEST-HammerCLI-Modules.xml +1 -1
  119. data/test/reports/TEST-HammerCLI-OptionBuilderContainer.0.xml +1 -5
  120. data/test/reports/TEST-HammerCLI-OptionBuilderContainer.xml +5 -1
  121. data/test/reports/TEST-HammerCLI-Options-Normalizers-abstract.xml +2 -2
  122. data/test/reports/TEST-HammerCLI-Options-Normalizers-bool.xml +13 -13
  123. data/test/reports/TEST-HammerCLI-Options-Normalizers-datetime.xml +6 -6
  124. data/test/reports/TEST-HammerCLI-Options-Normalizers-enum.xml +5 -5
  125. data/test/reports/TEST-HammerCLI-Options-Normalizers-enumlist.xml +8 -8
  126. data/test/reports/TEST-HammerCLI-Options-Normalizers-json-input.xml +5 -5
  127. data/test/reports/TEST-HammerCLI-Options-Normalizers-key-value-list.xml +6 -26
  128. data/test/reports/TEST-HammerCLI-Options-Normalizers-list.xml +5 -5
  129. data/test/reports/TEST-HammerCLI-Options-Normalizers.xml +1 -1
  130. data/test/reports/TEST-HammerCLI-Options-OptionDefinition-context.xml +2 -2
  131. data/test/reports/TEST-HammerCLI-Options-OptionDefinition-formatters.xml +3 -3
  132. data/test/reports/TEST-HammerCLI-Options-OptionDefinition.xml +1 -1
  133. data/test/reports/TEST-HammerCLI-Output-Adapter-Abstract-error-messages.xml +5 -5
  134. data/test/reports/TEST-HammerCLI-Output-Adapter-Abstract-messages.xml +3 -3
  135. data/test/reports/TEST-HammerCLI-Output-Adapter-Abstract-test-data-for-field.xml +5 -5
  136. data/test/reports/TEST-HammerCLI-Output-Adapter-Abstract.xml +6 -6
  137. data/test/reports/TEST-HammerCLI-Output-Adapter-Base-print-collection-show-ids.xml +2 -2
  138. data/test/reports/TEST-HammerCLI-Output-Adapter-Base-print-collection.xml +11 -11
  139. data/test/reports/TEST-HammerCLI-Output-Adapter-Base.xml +1 -1
  140. data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-formatters.xml +3 -3
  141. data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-handle-fields-with-collections.xml +4 -4
  142. data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-handle-fields-with-containers.xml +3 -3
  143. data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-handle-ids.xml +3 -3
  144. data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection.xml +3 -3
  145. data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-message.xml +3 -3
  146. data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues.xml +1 -1
  147. data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-column-width.xml +5 -11
  148. data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-formatters.xml +3 -3
  149. data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-handle-ids.xml +3 -7
  150. data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-sort-columns.xml +2 -2
  151. data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection.xml +3 -3
  152. data/test/reports/TEST-HammerCLI-Output-Adapter-Table.xml +1 -1
  153. data/test/reports/TEST-HammerCLI-Output-Definition-empty-.xml +3 -3
  154. data/test/reports/TEST-HammerCLI-Output-Definition.xml +3 -3
  155. data/test/reports/TEST-HammerCLI-Output-Dsl-collection.xml +4 -4
  156. data/test/reports/TEST-HammerCLI-Output-Dsl-custom-fields.xml +3 -3
  157. data/test/reports/TEST-HammerCLI-Output-Dsl-fields.xml +5 -5
  158. data/test/reports/TEST-HammerCLI-Output-Dsl-label.xml +4 -4
  159. data/test/reports/TEST-HammerCLI-Output-Dsl-path-definition.xml +4 -4
  160. data/test/reports/TEST-HammerCLI-Output-Dsl.xml +2 -2
  161. data/test/reports/TEST-HammerCLI-Output-FieldFilter.xml +4 -4
  162. data/test/reports/TEST-HammerCLI-Output-Formatters-BooleanFormatter.xml +3 -3
  163. data/test/reports/TEST-HammerCLI-Output-Formatters-ColorFormatter.xml +2 -2
  164. data/test/reports/TEST-HammerCLI-Output-Formatters-DateFormatter.xml +3 -3
  165. data/test/reports/TEST-HammerCLI-Output-Formatters-FieldFormatter.xml +4 -4
  166. data/test/reports/TEST-HammerCLI-Output-Formatters-FormatterContainer.xml +4 -4
  167. data/test/reports/TEST-HammerCLI-Output-Formatters-FormatterLibrary.xml +3 -3
  168. data/test/reports/TEST-HammerCLI-Output-Formatters-KeyValueFormatter.xml +4 -4
  169. data/test/reports/TEST-HammerCLI-Output-Formatters-ListFormatter.xml +4 -4
  170. data/test/reports/TEST-HammerCLI-Output-Formatters-LongTextFormatter.xml +4 -4
  171. data/test/reports/TEST-HammerCLI-Output-Output-adapters.xml +6 -6
  172. data/test/reports/TEST-HammerCLI-Output-Output-data.xml +5 -5
  173. data/test/reports/TEST-HammerCLI-Output-Output-formatters.xml +2 -2
  174. data/test/reports/TEST-HammerCLI-Output-Output-messages.xml +7 -7
  175. data/test/reports/TEST-HammerCLI-Output-Output.xml +1 -1
  176. data/test/reports/TEST-HammerCLI-Output-RecordCollection.xml +4 -4
  177. data/test/reports/TEST-HammerCLI-Settings-load-from-paths.xml +5 -5
  178. data/test/reports/TEST-HammerCLI-Settings.xml +10 -10
  179. data/test/reports/TEST-HammerCLI-ShellHistory-loading-old-history.xml +3 -3
  180. data/test/reports/TEST-HammerCLI-ShellHistory-saving-history.xml +5 -5
  181. data/test/reports/TEST-HammerCLI-ShellHistory.xml +1 -1
  182. data/test/reports/TEST-MiniTest-Spec.xml +1 -1
  183. data/test/reports/TEST-String-camelize.xml +3 -3
  184. data/test/reports/TEST-String-formatting.xml +6 -6
  185. data/test/reports/TEST-String-indent.xml +3 -3
  186. data/test/reports/{TEST-HammerCLI-interactive-.xml → TEST-String-interactive-.xml} +4 -4
  187. data/test/reports/TEST-String.xml +1 -1
  188. data/test/reports/TEST-constraints-HammerCLI-Validator-AllConstraint-exist-.xml +4 -4
  189. data/test/reports/TEST-constraints-HammerCLI-Validator-AllConstraint.xml +1 -1
  190. data/test/reports/TEST-constraints-HammerCLI-Validator-AnyConstraint-exist-.xml +4 -4
  191. data/test/reports/TEST-constraints-HammerCLI-Validator-AnyConstraint.xml +1 -1
  192. data/test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint-exist-.xml +2 -2
  193. data/test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint-rejected.xml +4 -4
  194. data/test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint-required.xml +4 -4
  195. data/test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint.xml +1 -1
  196. data/test/reports/TEST-constraints.xml +1 -1
  197. data/test/unit/apipie/option_definition_test.rb +9 -0
  198. data/test/unit/defaults_test.rb +84 -22
  199. data/test/unit/fixtures/defaults/defaults_dashed.yml +6 -0
  200. data/test/unit/options/normalizers_test.rb +46 -34
  201. data/test/unit/output/adapter/abstract_test.rb +4 -0
  202. data/test/unit/output/adapter/base_test.rb +4 -0
  203. data/test/unit/output/adapter/csv_test.rb +4 -0
  204. data/test/unit/output/adapter/json_test.rb +4 -0
  205. data/test/unit/output/adapter/table_test.rb +19 -3
  206. data/test/unit/output/adapter/yaml_test.rb +4 -0
  207. data/test/unit/output/record_collection_test.rb +26 -0
  208. data/test/unit/settings_test.rb +11 -1
  209. data/test/unit/validator_test.rb +111 -6
  210. metadata +192 -247
  211. data/test/reports/TEST-Fields-Label-display-.xml +0 -7
  212. data/test/reports/TEST-Fields-Label-display-blank-is-allowed.xml +0 -15
  213. data/test/reports/TEST-Fields-Label-display-blank-is-not-allowed.xml +0 -15
  214. data/test/reports/TEST-Fields-Label.xml +0 -7
  215. data/test/reports/TEST-HammerCLI-Apipie-Command-reload-apipie-cache.xml +0 -11
  216. data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-setting-referenced-resources.xml +0 -9
  217. data/test/reports/TEST-HammerCLI-Apipie-OptionDefinition-referenced-resource.xml +0 -13
  218. data/test/reports/TEST-HammerCLI-Apipie-OptionDefinition.xml +0 -7
  219. data/test/reports/TEST-HammerCLI-Defaults.xml +0 -19
  220. data/test/reports/TEST-HammerCLI-Options-Matcher.xml +0 -17
  221. data/test/reports/TEST-HammerCLI-Options-Normalizers-number.xml +0 -11
  222. data/test/reports/TEST-HammerCLI-Options-OptionDefinition-deprecated-options.xml +0 -11
  223. data/test/reports/TEST-HammerCLI-Output-Adapter-Json-print-collection-show-ids.xml +0 -9
  224. data/test/reports/TEST-HammerCLI-Output-Adapter-Json-print-collection.xml +0 -27
  225. data/test/reports/TEST-HammerCLI-Output-Adapter-Json-print-message.xml +0 -11
  226. data/test/reports/TEST-HammerCLI-Output-Adapter-Json.xml +0 -7
  227. data/test/reports/TEST-HammerCLI-Output-Adapter-Yaml-print-collection-show-ids.xml +0 -9
  228. data/test/reports/TEST-HammerCLI-Output-Adapter-Yaml-print-collection.xml +0 -27
  229. data/test/reports/TEST-HammerCLI-Output-Adapter-Yaml-print-message.xml +0 -11
  230. data/test/reports/TEST-HammerCLI-Output-Adapter-Yaml.xml +0 -7
  231. data/test/reports/TEST-HammerCLI-constant-path.xml +0 -15
  232. data/test/reports/TEST-HammerCLI.xml +0 -7
  233. data/test/reports/TEST-Logging-LogEvent-filtering.xml +0 -9
  234. data/test/reports/TEST-Logging-LogEvent.xml +0 -7
  235. data/test/reports/TEST-String-constantize.xml +0 -15
  236. data/test/reports/TEST-String-underscore.xml +0 -13
  237. data/test/reports/TEST-commands-defaults-add.xml +0 -21
  238. data/test/reports/TEST-commands-defaults-delete.xml +0 -11
  239. data/test/reports/TEST-commands-defaults-list.xml +0 -11
  240. data/test/reports/TEST-commands-defaults-providers.xml +0 -11
  241. data/test/reports/TEST-commands.xml +0 -7
@@ -1,20 +1,20 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="HammerCLI::CompleterWord::complete?" tests="8" time="0.000804645" failures="0" errors="0" skipped="0" assertions="8" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0003_considers open double quotes incomplete" time="0.000134437" assertions="1">
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
4
  </testcase>
5
- <testcase name="test_0007_considers open single quotes with spaces incomplete" time="6.055e-05" assertions="1">
5
+ <testcase name="test_0007_considers open single quotes with spaces incomplete" time="7.5186e-05" assertions="1">
6
6
  </testcase>
7
- <testcase name="test_0006_considers open single quotes incomplete" time="4.861e-05" assertions="1">
7
+ <testcase name="test_0001_considers a word without quotes complete" time="4.4508e-05" assertions="1">
8
8
  </testcase>
9
- <testcase name="test_0005_considers closed double quotes complete" time="6.4741e-05" assertions="1">
9
+ <testcase name="test_0008_considers closed single quotes complete" time="4.6971e-05" assertions="1">
10
10
  </testcase>
11
- <testcase name="test_0004_considers open double quotes with spaces incomplete" time="6.8338e-05" assertions="1">
11
+ <testcase name="test_0002_considers a word without quotes ending with space incomplete" time="4.3543e-05" assertions="1">
12
12
  </testcase>
13
- <testcase name="test_0001_considers a word without quotes complete" time="5.0025e-05" assertions="1">
13
+ <testcase name="test_0006_considers open single quotes incomplete" time="4.3716e-05" assertions="1">
14
14
  </testcase>
15
- <testcase name="test_0002_considers a word without quotes ending with space incomplete" time="5.7144e-05" assertions="1">
15
+ <testcase name="test_0003_considers open double quotes incomplete" time="4.3736e-05" assertions="1">
16
16
  </testcase>
17
- <testcase name="test_0008_considers closed single quotes complete" time="4.7824e-05" assertions="1">
17
+ <testcase name="test_0004_considers open double quotes with spaces incomplete" time="4.3372e-05" assertions="1">
18
18
  </testcase>
19
19
  <system-out>
20
20
  </system-out>
@@ -1,12 +1,12 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="HammerCLI::CompleterWord::quote" tests="4" time="0.00050184" failures="0" errors="0" skipped="0" assertions="4" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0004_recognizes single quotes" time="0.000109096" assertions="1">
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
4
  </testcase>
5
- <testcase name="test_0003_recognizes double quotes" time="5.3613e-05" assertions="1">
5
+ <testcase name="test_0004_recognizes single quotes" time="5.9644e-05" assertions="1">
6
6
  </testcase>
7
- <testcase name="test_0002_returns empty string for word without quotes" time="4.4551e-05" assertions="1">
7
+ <testcase name="test_0002_returns empty string for word without quotes" time="5.4222e-05" assertions="1">
8
8
  </testcase>
9
- <testcase name="test_0001_returns empty string for empty word" time="4.1683e-05" assertions="1">
9
+ <testcase name="test_0001_returns empty string for empty word" time="4.1682e-05" 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::CompleterWord::quoted?" tests="3" time="0.000503309" failures="0" errors="0" skipped="0" assertions="3" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0003_returns true for single quotes" time="0.000109417" assertions="1">
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
4
  </testcase>
5
- <testcase name="test_0002_returns true for double quotes" time="7.42e-05" assertions="1">
5
+ <testcase name="test_0003_returns true for single quotes" time="5.1439e-05" assertions="1">
6
6
  </testcase>
7
- <testcase name="test_0001_returns false for an unquoted word" time="5.0568e-05" assertions="1">
7
+ <testcase name="test_0002_returns true for double quotes" time="5.4252e-05" 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="HammerCLI::CompleterWord" tests="0" time="0.000302618" failures="0" errors="0" skipped="0" assertions="0" timestamp="2015-12-10T23:59:29+00:00">
2
+ <testsuite name="HammerCLI::CompleterWord" tests="0" time="0.000142955" failures="0" errors="0" skipped="0" assertions="0">
3
3
  <system-out>
4
4
  </system-out>
5
5
  <system-err>
@@ -1,18 +1,18 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="HammerCLI::Connection" tests="7" time="0.0010988" failures="0" errors="0" skipped="0" assertions="9" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0004_should get the connection" time="0.000185998" assertions="1">
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
4
  </testcase>
5
- <testcase name="test_0003_should test the connection" time="0.000117217" assertions="2">
5
+ <testcase name="test_0003_should test the connection" time="8.3305e-05" assertions="2">
6
6
  </testcase>
7
- <testcase name="test_0005_should be able to drop all" time="0.000119532" assertions="1">
7
+ <testcase name="test_0005_should be able to drop all" time="7.9307e-05" assertions="1">
8
8
  </testcase>
9
- <testcase name="test_0006_should drop the connection" time="0.000102128" assertions="1">
9
+ <testcase name="test_0002_should create the connection only once" time="6.5193e-05" assertions="1">
10
10
  </testcase>
11
- <testcase name="test_0007_should accept custom connector" time="9.4915e-05" assertions="2">
11
+ <testcase name="test_0004_should get the connection" time="8.7765e-05" assertions="1">
12
12
  </testcase>
13
- <testcase name="test_0002_should create the connection only once" time="8.3898e-05" assertions="1">
13
+ <testcase name="test_0006_should drop the connection" time="8.1248e-05" assertions="1">
14
14
  </testcase>
15
- <testcase name="test_0001_should return the conection" time="9.4329e-05" assertions="1">
15
+ <testcase name="test_0001_should return the conection" time="6.264e-05" assertions="1">
16
16
  </testcase>
17
17
  <system-out>
18
18
  </system-out>
@@ -1,18 +1,18 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="HammerCLI::ExceptionHandler" tests="7" time="0.005671746" failures="0" errors="0" skipped="0" assertions="7" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0007_should log the error" time="0.000831753" assertions="1">
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
4
  </testcase>
5
- <testcase name="test_0005_should handle usage error" time="0.000536706" assertions="1">
5
+ <testcase name="test_0001_should handle unauthorized" time="0.000642137" assertions="1">
6
6
  </testcase>
7
- <testcase name="test_0003_should handle unknown exception" time="0.000983524" assertions="1">
7
+ <testcase name="test_0003_should handle unknown exception" time="0.000449307" assertions="1">
8
8
  </testcase>
9
- <testcase name="test_0006_should handle resource not found" time="0.000515876" assertions="1">
9
+ <testcase name="test_0005_should handle usage error" time="0.000363591" assertions="1">
10
10
  </testcase>
11
- <testcase name="test_0004_should handle help request" time="0.000802471" assertions="1">
11
+ <testcase name="test_0007_should log the error" time="0.000268935" assertions="1">
12
12
  </testcase>
13
- <testcase name="test_0001_should handle unauthorized" time="0.001060171" assertions="1">
13
+ <testcase name="test_0006_should handle resource not found" time="0.000304856" assertions="1">
14
14
  </testcase>
15
- <testcase name="test_0002_should handle general exception" time="0.000559026" assertions="1">
15
+ <testcase name="test_0002_should handle general exception" time="0.000340469" assertions="1">
16
16
  </testcase>
17
17
  <system-out>
18
18
  </system-out>
@@ -1,8 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="HammerCLI::I18n" tests="2" time="0.00134144" failures="0" errors="0" skipped="0" assertions="2" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0001_registers available domains at gettext" time="0.000596949" assertions="1">
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
4
  </testcase>
5
- <testcase name="test_0002_skips registering domains that are not available" time="0.000342171" assertions="1">
5
+ <testcase name="test_0001_registers available domains at gettext" time="0.000303375" 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::MainCommand::loading context::password" tests="2" time="0.003773352" failures="0" errors="0" skipped="0" assertions="2" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0001_should prioritize parameter" time="0.002483614" assertions="1">
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
4
  </testcase>
5
- <testcase name="test_0002_should prioritize parameter" time="0.000815978" assertions="1">
5
+ <testcase name="test_0002_should prioritize parameter" time="0.000406156" 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::MainCommand::loading context::username" tests="2" time="0.003138496" failures="0" errors="0" skipped="0" assertions="2" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0001_should prioritize parameter" time="0.001945649" assertions="1">
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
4
  </testcase>
5
- <testcase name="test_0002_should prioritize parameter 2" time="0.000787833" assertions="1">
5
+ <testcase name="test_0002_should prioritize parameter 2" time="0.000408575" 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::MainCommand::loading context::verbose" tests="1" time="0.001529701" failures="0" errors="0" skipped="0" assertions="1" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0001_stores into context" time="0.001152161" assertions="1">
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
4
  </testcase>
5
5
  <system-out>
6
6
  </system-out>
@@ -1,5 +1,5 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="HammerCLI::MainCommand::loading context" tests="0" time="0.000263562" failures="0" errors="0" skipped="0" assertions="0" timestamp="2015-12-10T23:59:29+00:00">
2
+ <testsuite name="HammerCLI::MainCommand::loading context" tests="0" time="0.000147244" 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="HammerCLI::MainCommand" tests="0" time="0.000282318" failures="0" errors="0" skipped="0" assertions="0" timestamp="2015-12-10T23:59:29+00:00">
2
+ <testsuite name="HammerCLI::MainCommand" tests="0" time="0.000153255" failures="0" errors="0" skipped="0" assertions="0">
3
3
  <system-out>
4
4
  </system-out>
5
5
  <system-err>
@@ -1,10 +1,10 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="HammerCLI::Modules::find by name" tests="3" time="0.000816379" failures="0" errors="0" skipped="0" assertions="3" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0001_must return nil if the module does not exist" time="0.000279844" assertions="1">
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
4
  </testcase>
5
- <testcase name="test_0003_must find the module with capital CLI in it's name" time="0.000108674" assertions="1">
5
+ <testcase name="test_0002_must must find the module" time="9.2178e-05" assertions="1">
6
6
  </testcase>
7
- <testcase name="test_0002_must must find the module" time="8.5666e-05" assertions="1">
7
+ <testcase name="test_0003_must find the module with capital CLI in it's name" time="7.5642e-05" assertions="1">
8
8
  </testcase>
9
9
  <system-out>
10
10
  </system-out>
@@ -1,10 +1,10 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="HammerCLI::Modules::load a module::module not found" tests="3" time="0.004143875" failures="0" errors="0" skipped="0" assertions="4" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0003_must return false when load fails" time="0.001755774" assertions="1">
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
4
  </testcase>
5
- <testcase name="test_0002_must log an error if the load fails" time="0.001016213" assertions="1">
5
+ <testcase name="test_0002_must log an error if the load fails" time="0.000573514" assertions="1">
6
6
  </testcase>
7
- <testcase name="test_0001_must log an error if the load! fails" time="0.001005239" assertions="2">
7
+ <testcase name="test_0001_must log an error if the load! fails" time="0.000613563" assertions="2">
8
8
  </testcase>
9
9
  <system-out>
10
10
  </system-out>
@@ -1,10 +1,10 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="HammerCLI::Modules::load a module::module runtime exception" tests="3" time="0.003847939" failures="0" errors="0" skipped="0" assertions="8" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0001_must log an error if the load! fails" time="0.001132623" assertions="2">
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
4
  </testcase>
5
- <testcase name="test_0003_must return false when load fails" time="0.001061096" assertions="3">
5
+ <testcase name="test_0001_must log an error if the load! fails" time="0.000609581" assertions="2">
6
6
  </testcase>
7
- <testcase name="test_0002_must log an error if the load fails" time="0.001269101" assertions="3">
7
+ <testcase name="test_0003_must return false when load fails" time="0.000601264" assertions="3">
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::Modules::load a module::success" tests="4" time="0.002931361" failures="0" errors="0" skipped="0" assertions="5" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0001_must require a module" time="0.000820787" assertions="1">
2
+ <testsuite name="HammerCLI::Modules::load a module::success" tests="4" time="0.001758857" failures="0" errors="0" skipped="0" assertions="5">
3
+ <testcase name="test_0001_must require a module" time="0.000457135" assertions="1">
4
4
  </testcase>
5
- <testcase name="test_0002_must log module's name and version" time="0.000676144" assertions="2">
5
+ <testcase name="test_0002_must log module's name and version" time="0.000403093" assertions="2">
6
6
  </testcase>
7
- <testcase name="test_0003_must return true when load succeeds" time="0.000504283" assertions="1">
7
+ <testcase name="test_0004_must return true when load! succeeds" time="0.000350713" assertions="1">
8
8
  </testcase>
9
- <testcase name="test_0004_must return true when load! succeeds" time="0.00050713" assertions="1">
9
+ <testcase name="test_0003_must return true when load succeeds" time="0.000343274" 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::Modules::load a module" tests="0" time="0.000252945" failures="0" errors="0" skipped="0" assertions="0" timestamp="2015-12-10T23:59:29+00:00">
2
+ <testsuite name="HammerCLI::Modules::load a module" tests="0" time="0.000147015" failures="0" errors="0" skipped="0" assertions="0">
3
3
  <system-out>
4
4
  </system-out>
5
5
  <system-err>
@@ -1,8 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="HammerCLI::Modules::load all modules" tests="2" time="0.003538927" failures="0" errors="0" skipped="0" assertions="3" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0001_must call load for each module" time="0.002175695" assertions="2">
4
- </testcase>
5
- <testcase name="test_0002_must detect dependency on disabled module" time="0.001019811" assertions="1">
2
+ <testsuite name="HammerCLI::Modules::load all modules" tests="1" time="0.000569077" failures="0" errors="0" skipped="0" assertions="2">
3
+ <testcase name="test_0001_must call load for each module" time="0.000378001" assertions="2">
6
4
  </testcase>
7
5
  <system-out>
8
6
  </system-out>
@@ -1,10 +1,10 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="HammerCLI::Modules::names" tests="3" time="0.001008236" failures="0" errors="0" skipped="0" assertions="3" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0001_must return list of modules" time="0.000144223" assertions="1">
2
+ <testsuite name="HammerCLI::Modules::names" tests="3" time="0.000531474" failures="0" errors="0" skipped="0" assertions="3">
3
+ <testcase name="test_0001_must return list of modules" time="0.000143005" assertions="1">
4
4
  </testcase>
5
- <testcase name="test_0002_must return empty array by default" time="0.00011297" assertions="1">
5
+ <testcase name="test_0002_must return empty array by default" time="8.3332e-05" assertions="1">
6
6
  </testcase>
7
- <testcase name="test_0003_must work with old modules config" time="0.00041845" assertions="1">
7
+ <testcase name="test_0003_must work with old modules config" time="0.000113264" 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="HammerCLI::Modules" tests="0" time="0.000297029" failures="0" errors="0" skipped="0" assertions="0" timestamp="2015-12-10T23:59:29+00:00">
2
+ <testsuite name="HammerCLI::Modules" tests="0" time="0.000156017" failures="0" errors="0" skipped="0" assertions="0">
3
3
  <system-out>
4
4
  </system-out>
5
5
  <system-err>
@@ -1,9 +1,5 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="HammerCLI::OptionBuilderContainer" tests="2" time="0.001220356" failures="0" errors="0" skipped="0" assertions="2" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0002_passes build parameters from contained builders" time="0.000475938" assertions="1">
4
- </testcase>
5
- <testcase name="test_0001_collects options from contained builders" time="0.000403485" assertions="1">
6
- </testcase>
2
+ <testsuite name="HammerCLI::OptionBuilderContainer" tests="0" time="0.000147135" failures="0" errors="0" skipped="0" assertions="0">
7
3
  <system-out>
8
4
  </system-out>
9
5
  <system-err>
@@ -1,5 +1,9 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="HammerCLI::OptionBuilderContainer" tests="0" time="0.000365219" failures="0" errors="0" skipped="0" assertions="0" timestamp="2015-12-10T23:59:29+00:00">
2
+ <testsuite name="HammerCLI::OptionBuilderContainer" tests="2" time="0.000633393" failures="0" errors="0" skipped="0" assertions="2">
3
+ <testcase name="test_0001_collects options from contained builders" time="0.000240595" assertions="1">
4
+ </testcase>
5
+ <testcase name="test_0002_passes build parameters from contained builders" time="0.000194387" assertions="1">
6
+ </testcase>
3
7
  <system-out>
4
8
  </system-out>
5
9
  <system-err>
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="HammerCLI::Options::Normalizers::abstract" tests="1" time="0.00041636" failures="0" errors="0" skipped="0" assertions="1" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0001_should raise exception on format" time="0.000137709" assertions="1">
2
+ <testsuite name="HammerCLI::Options::Normalizers::abstract" tests="1" time="0.000253015" failures="0" errors="0" skipped="0" assertions="1">
3
+ <testcase name="test_0001_should raise exception on format" time="9.301e-05" assertions="1">
4
4
  </testcase>
5
5
  <system-out>
6
6
  </system-out>
@@ -1,28 +1,28 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="HammerCLI::Options::Normalizers::bool" tests="12" time="0.00236674" failures="0" errors="0" skipped="0" assertions="20" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0010_should return false on 0" time="0.00015324" assertions="1">
2
+ <testsuite name="HammerCLI::Options::Normalizers::bool" tests="12" time="0.000919283" failures="0" errors="0" skipped="0" assertions="20">
3
+ <testcase name="test_0007_should return false on f" time="0.000112739" assertions="2">
4
4
  </testcase>
5
- <testcase name="test_0004_should return true on y" time="6.7498e-05" assertions="2">
5
+ <testcase name="test_0009_should return false on n" time="5.8519e-05" assertions="2">
6
6
  </testcase>
7
- <testcase name="test_0002_should return true on t" time="5.3227e-05" assertions="2">
7
+ <testcase name="test_0004_should return true on y" time="5.0497e-05" assertions="2">
8
8
  </testcase>
9
- <testcase name="test_0001_should return true on true" time="5.0461e-05" assertions="2">
9
+ <testcase name="test_0001_should return true on true" time="4.9458e-05" assertions="2">
10
10
  </testcase>
11
- <testcase name="test_0006_should return false on false" time="4.8511e-05" assertions="2">
11
+ <testcase name="test_0002_should return true on t" time="4.6859e-05" assertions="2">
12
12
  </testcase>
13
- <testcase name="test_0007_should return false on f" time="4.7206e-05" assertions="2">
13
+ <testcase name="test_0010_should return false on 0" time="4.2037e-05" assertions="1">
14
14
  </testcase>
15
- <testcase name="test_0008_should return false on no" time="4.6882e-05" assertions="2">
15
+ <testcase name="test_0012_should raise exception on other values" time="6.0655e-05" assertions="1">
16
16
  </testcase>
17
- <testcase name="test_0005_should return true on 1" time="4.2506e-05" assertions="1">
17
+ <testcase name="test_0006_should return false on false" time="4.7529e-05" assertions="2">
18
18
  </testcase>
19
- <testcase name="test_0009_should return false on n" time="4.6141e-05" assertions="2">
19
+ <testcase name="test_0008_should return false on no" time="4.6603e-05" assertions="2">
20
20
  </testcase>
21
- <testcase name="test_0012_should raise exception on other values" time="0.000293549" assertions="1">
21
+ <testcase name="test_0003_should return true on yes" time="4.6822e-05" assertions="2">
22
22
  </testcase>
23
- <testcase name="test_0011_should raise exception on nil" time="9.8209e-05" assertions="1">
23
+ <testcase name="test_0011_should raise exception on nil" time="6.4342e-05" assertions="1">
24
24
  </testcase>
25
- <testcase name="test_0003_should return true on yes" time="6.6435e-05" assertions="2">
25
+ <testcase name="test_0005_should return true on 1" time="5.4586e-05" assertions="1">
26
26
  </testcase>
27
27
  <system-out>
28
28
  </system-out>
@@ -1,14 +1,14 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="HammerCLI::Options::Normalizers::datetime" tests="5" time="0.002244796" failures="0" errors="0" skipped="0" assertions="5" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0003_should accept and parse iso8601" time="0.001237301" assertions="1">
2
+ <testsuite name="HammerCLI::Options::Normalizers::datetime" tests="5" time="0.001920779" failures="0" errors="0" skipped="0" assertions="5">
3
+ <testcase name="test_0001_should raise argument error when the value is nil" time="9.7358e-05" assertions="1">
4
4
  </testcase>
5
- <testcase name="test_0001_should raise argument error when the value is nil" time="0.000281053" assertions="1">
5
+ <testcase name="test_0005_should accept and parse YYYY/MM/DD HH:MM:SS" time="0.000981991" assertions="1">
6
6
  </testcase>
7
- <testcase name="test_0002_should raise argument error when the value is not a date" time="0.000180635" assertions="1">
7
+ <testcase name="test_0004_should accept and parse YYYY-MM-DD HH:MM:SS" time="0.000103806" assertions="1">
8
8
  </testcase>
9
- <testcase name="test_0004_should accept and parse YYYY-MM-DD HH:MM:SS" time="7.9424e-05" assertions="1">
9
+ <testcase name="test_0002_should raise argument error when the value is not a date" time="0.000192408" assertions="1">
10
10
  </testcase>
11
- <testcase name="test_0005_should accept and parse YYYY/MM/DD HH:MM:SS" time="0.000124484" assertions="1">
11
+ <testcase name="test_0003_should accept and parse iso8601" time="0.000342706" assertions="1">
12
12
  </testcase>
13
13
  <system-out>
14
14
  </system-out>
@@ -1,12 +1,12 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="HammerCLI::Options::Normalizers::enum" tests="4" time="0.00118895" failures="0" errors="0" skipped="0" assertions="4" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0001_should return return value when in the list" time="0.000123405" assertions="1">
2
+ <testsuite name="HammerCLI::Options::Normalizers::enum" tests="4" time="0.00043588" failures="0" errors="0" skipped="0" assertions="4">
3
+ <testcase name="test_0001_should return return value when in the list" time="8.0928e-05" assertions="1">
4
4
  </testcase>
5
- <testcase name="test_0003_should rise argument error when the value is not in the list" time="0.000275326" assertions="1">
5
+ <testcase name="test_0002_should rise argument error when the value is nil" time="7.1243e-05" assertions="1">
6
6
  </testcase>
7
- <testcase name="test_0002_should rise argument error when the value is nil" time="8.9789e-05" assertions="1">
7
+ <testcase name="test_0003_should rise argument error when the value is not in the list" time="5.349e-05" assertions="1">
8
8
  </testcase>
9
- <testcase name="test_0004_should list allowed values in description" time="0.00025602" assertions="1">
9
+ <testcase name="test_0004_should list allowed values in description" time="4.5973e-05" assertions="1">
10
10
  </testcase>
11
11
  <system-out>
12
12
  </system-out>
@@ -1,18 +1,18 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="HammerCLI::Options::Normalizers::enumlist" tests="7" time="0.001205986" failures="0" errors="0" skipped="0" assertions="8" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0004_should not change order of the values" time="0.000123872" assertions="1">
2
+ <testsuite name="HammerCLI::Options::Normalizers::enumlist" tests="7" time="0.000603916" failures="0" errors="0" skipped="0" assertions="8">
3
+ <testcase name="test_0002_should raise argument error when any of the values isn't in the list" time="0.000124048" assertions="2">
4
4
  </testcase>
5
- <testcase name="test_0001_should return array of values when the values are allowed" time="6.3925e-05" assertions="1">
5
+ <testcase name="test_0003_should remove duplicate values" time="5.6632e-05" assertions="1">
6
6
  </testcase>
7
- <testcase name="test_0007_should list allowed values in description" time="0.000212966" assertions="1">
7
+ <testcase name="test_0001_should return array of values when the values are allowed" time="4.8733e-05" assertions="1">
8
8
  </testcase>
9
- <testcase name="test_0006_should return empty array on empty string" time="5.5948e-05" assertions="1">
9
+ <testcase name="test_0006_should return empty array on empty string" time="4.2973e-05" assertions="1">
10
10
  </testcase>
11
- <testcase name="test_0005_should return empty array on nil" time="4.4366e-05" assertions="1">
11
+ <testcase name="test_0007_should list allowed values in description" time="4.6412e-05" assertions="1">
12
12
  </testcase>
13
- <testcase name="test_0002_should raise argument error when any of the values isn't in the list" time="0.00024281" assertions="2">
13
+ <testcase name="test_0005_should return empty array on nil" time="4.0454e-05" assertions="1">
14
14
  </testcase>
15
- <testcase name="test_0003_should remove duplicate values" time="5.6131e-05" assertions="1">
15
+ <testcase name="test_0004_should not change order of the values" time="4.6263e-05" assertions="1">
16
16
  </testcase>
17
17
  <system-out>
18
18
  </system-out>
@@ -1,12 +1,12 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="HammerCLI::Options::Normalizers::json input" tests="4" time="0.002683947" failures="0" errors="0" skipped="0" assertions="4" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0001_should return a hash on valid json file" time="0.000262676" assertions="1">
2
+ <testsuite name="HammerCLI::Options::Normalizers::json input" tests="4" time="0.000587797" failures="0" errors="0" skipped="0" assertions="4">
3
+ <testcase name="test_0003_should return a hash on valid json string" time="0.000110815" assertions="1">
4
4
  </testcase>
5
- <testcase name="test_0003_should return a hash on valid json string" time="0.000134118" assertions="1">
5
+ <testcase name="test_0002_should raise exception on invalid json file contents" time="0.000105156" assertions="1">
6
6
  </testcase>
7
- <testcase name="test_0002_should raise exception on invalid json file contents" time="0.000384341" assertions="1">
7
+ <testcase name="test_0001_should return a hash on valid json file" time="0.000117277" assertions="1">
8
8
  </testcase>
9
- <testcase name="test_0004_should raise exception on invalid json string" time="0.00010463" assertions="1">
9
+ <testcase name="test_0004_should raise exception on invalid json string" time="7.2411e-05" assertions="1">
10
10
  </testcase>
11
11
  <system-out>
12
12
  </system-out>
@@ -1,34 +1,14 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="HammerCLI::Options::Normalizers::key_value_list" tests="15" time="0.002508927" failures="0" errors="0" skipped="0" assertions="15" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0009_should parse arrays" time="0.000284555" assertions="1">
2
+ <testsuite name="HammerCLI::Options::Normalizers::key_value_list" tests="5" time="0.000501368" failures="0" errors="0" skipped="0" assertions="5">
3
+ <testcase name="test_0003_should parse a string" time="9.3859e-05" assertions="1">
4
4
  </testcase>
5
- <testcase name="test_0010_should parse arrays with spaces" time="0.000156742" assertions="1">
5
+ <testcase name="test_0004_should parse a comma separated string" time="6.4111e-05" assertions="1">
6
6
  </testcase>
7
- <testcase name="test_0003_should parse a string" time="0.000261941" assertions="1">
7
+ <testcase name="test_0005_should parse a comma separated string 2" time="6.4639e-05" assertions="1">
8
8
  </testcase>
9
- <testcase name="test_0013_should parse array with one item" time="0.000137606" assertions="1">
9
+ <testcase name="test_0002_should return empty array on empty string" time="4.2745e-05" assertions="1">
10
10
  </testcase>
11
- <testcase name="test_0004_should parse a comma separated string" time="0.000116068" assertions="1">
12
- </testcase>
13
- <testcase name="test_0008_should deal with equal sign in value" time="0.000113776" assertions="1">
14
- </testcase>
15
- <testcase name="test_0007_should parse a comma separated string with spaces using double quotes" time="0.000138415" assertions="1">
16
- </testcase>
17
- <testcase name="test_0014_should parse empty array" time="0.000105128" assertions="1">
18
- </testcase>
19
- <testcase name="test_0015_should parse a comma separated string 2" time="9.6961e-05" assertions="1">
20
- </testcase>
21
- <testcase name="test_0001_should return empty array on nil" time="4.2797e-05" assertions="1">
22
- </testcase>
23
- <testcase name="test_0005_should parse a comma separated string with spaces" time="0.000113848" assertions="1">
24
- </testcase>
25
- <testcase name="test_0006_should parse a comma separated string with spaces using single quotes" time="0.000121447" assertions="1">
26
- </testcase>
27
- <testcase name="test_0012_should parse arrays with spaces using by double quotes" time="0.000138693" assertions="1">
28
- </testcase>
29
- <testcase name="test_0011_should parse arrays with spaces using by single quotes" time="0.000134945" assertions="1">
30
- </testcase>
31
- <testcase name="test_0002_should return empty array on empty string" time="4.1807e-05" assertions="1">
11
+ <testcase name="test_0001_should return empty array on nil" time="3.9525e-05" assertions="1">
32
12
  </testcase>
33
13
  <system-out>
34
14
  </system-out>
@@ -1,12 +1,12 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="HammerCLI::Options::Normalizers::list" tests="4" time="0.000667853" failures="0" errors="0" skipped="0" assertions="4" timestamp="2015-12-10T23:59:29+00:00">
3
- <testcase name="test_0001_should return empty array on nil" time="0.000149223" assertions="1">
2
+ <testsuite name="HammerCLI::Options::Normalizers::list" tests="4" time="0.000425501" failures="0" errors="0" skipped="0" assertions="4">
3
+ <testcase name="test_0001_should return empty array on nil" time="9.0196e-05" assertions="1">
4
4
  </testcase>
5
- <testcase name="test_0002_should return empty array on empty string" time="7.2372e-05" assertions="1">
5
+ <testcase name="test_0002_should return empty array on empty string" time="4.7754e-05" assertions="1">
6
6
  </testcase>
7
- <testcase name="test_0003_should parse a string" time="4.502e-05" assertions="1">
7
+ <testcase name="test_0003_should parse a string" time="4.3796e-05" assertions="1">
8
8
  </testcase>
9
- <testcase name="test_0004_should parse a comma separated string" time="4.2672e-05" assertions="1">
9
+ <testcase name="test_0004_should parse a comma separated string" time="4.1718e-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="HammerCLI::Options::Normalizers" tests="0" time="0.000271587" failures="0" errors="0" skipped="0" assertions="0" timestamp="2015-12-10T23:59:29+00:00">
2
+ <testsuite name="HammerCLI::Options::Normalizers" tests="0" time="0.000156158" failures="0" errors="0" skipped="0" assertions="0">
3
3
  <system-out>
4
4
  </system-out>
5
5
  <system-err>