redsnow 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (583) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +67 -0
  3. data/Rakefile +1 -1
  4. data/doc/RedSnow.html +321 -0
  5. data/doc/RedSnow/Action.html +702 -0
  6. data/doc/RedSnow/Binding.html +135 -0
  7. data/doc/RedSnow/Blueprint.html +657 -0
  8. data/doc/RedSnow/BlueprintNode.html +139 -0
  9. data/doc/RedSnow/ErrorCodes.html +165 -0
  10. data/doc/RedSnow/Headers.html +456 -0
  11. data/doc/RedSnow/KeyValueCollection.html +343 -0
  12. data/doc/RedSnow/Location.html +391 -0
  13. data/doc/RedSnow/Metadata.html +343 -0
  14. data/doc/RedSnow/NamedBlueprintNode.html +444 -0
  15. data/doc/RedSnow/Object.html +295 -0
  16. data/doc/RedSnow/Parameter.html +881 -0
  17. data/doc/RedSnow/Parameters.html +349 -0
  18. data/doc/RedSnow/ParseResult.html +570 -0
  19. data/doc/RedSnow/Payload.html +775 -0
  20. data/doc/RedSnow/Resource.html +790 -0
  21. data/doc/RedSnow/ResourceGroup.html +521 -0
  22. data/doc/RedSnow/TransactionExample.html +700 -0
  23. data/doc/RedSnow/WarningCodes.html +210 -0
  24. data/doc/_index.html +342 -0
  25. data/doc/class_list.html +54 -0
  26. data/doc/css/common.css +1 -0
  27. data/doc/css/full_list.css +57 -0
  28. data/doc/css/style.css +339 -0
  29. data/doc/file.README.html +136 -0
  30. data/doc/file_list.html +56 -0
  31. data/doc/frames.html +26 -0
  32. data/doc/index.html +136 -0
  33. data/doc/js/app.js +219 -0
  34. data/doc/js/full_list.js +178 -0
  35. data/doc/js/jquery.js +4 -0
  36. data/doc/method_list.html +347 -0
  37. data/doc/top-level-namespace.html +112 -0
  38. data/ext/snowcrash/Gemfile +8 -0
  39. data/ext/snowcrash/Gemfile.lock +40 -0
  40. data/ext/snowcrash/LICENSE +22 -0
  41. data/ext/snowcrash/README.md +118 -0
  42. data/ext/snowcrash/bin/snowcrash +0 -0
  43. data/ext/snowcrash/bin/test-libsnowcrash +0 -0
  44. data/ext/snowcrash/build/Makefile +375 -0
  45. data/ext/snowcrash/build/gyp-mac-tool +511 -0
  46. data/ext/snowcrash/build/libmarkdownparser.target.mk +137 -0
  47. data/ext/snowcrash/build/libsnowcrash.target.mk +165 -0
  48. data/ext/snowcrash/build/libsundown.target.mk +143 -0
  49. data/ext/snowcrash/build/out/Release/libmarkdownparser.a +0 -0
  50. data/ext/snowcrash/build/out/Release/libsnowcrash.dylib +0 -0
  51. data/ext/snowcrash/build/out/Release/libsundown.a +0 -0
  52. data/ext/snowcrash/build/out/Release/linker.lock +0 -0
  53. data/ext/snowcrash/build/out/Release/obj.target/libmarkdownparser/ext/markdown-parser/src/ByteBuffer.o +0 -0
  54. data/ext/snowcrash/build/out/Release/obj.target/libmarkdownparser/ext/markdown-parser/src/MarkdownNode.o +0 -0
  55. data/ext/snowcrash/build/out/Release/obj.target/libmarkdownparser/ext/markdown-parser/src/MarkdownParser.o +0 -0
  56. data/ext/snowcrash/build/out/Release/obj.target/libsnowcrash/src/CBlueprint.o +0 -0
  57. data/ext/snowcrash/build/out/Release/obj.target/libsnowcrash/src/CBlueprintSourcemap.o +0 -0
  58. data/ext/snowcrash/build/out/Release/obj.target/libsnowcrash/src/CSourceAnnotation.o +0 -0
  59. data/ext/snowcrash/build/out/Release/obj.target/libsnowcrash/src/HTTP.o +0 -0
  60. data/ext/snowcrash/build/out/Release/obj.target/libsnowcrash/src/MarkdownBlock.o +0 -0
  61. data/ext/snowcrash/build/out/Release/obj.target/libsnowcrash/src/MarkdownParser.o +0 -0
  62. data/ext/snowcrash/build/out/Release/obj.target/libsnowcrash/src/Parser.o +0 -0
  63. data/ext/snowcrash/build/out/Release/obj.target/libsnowcrash/src/ParserCore.o +0 -0
  64. data/ext/snowcrash/build/out/Release/obj.target/libsnowcrash/src/Section.o +0 -0
  65. data/ext/snowcrash/build/out/Release/obj.target/libsnowcrash/src/Serialize.o +0 -0
  66. data/ext/snowcrash/build/out/Release/obj.target/libsnowcrash/src/SerializeJSON.o +0 -0
  67. data/ext/snowcrash/build/out/Release/obj.target/libsnowcrash/src/SerializeYAML.o +0 -0
  68. data/ext/snowcrash/build/out/Release/obj.target/libsnowcrash/src/Signature.o +0 -0
  69. data/ext/snowcrash/build/out/Release/obj.target/libsnowcrash/src/UriTemplateParser.o +0 -0
  70. data/ext/snowcrash/build/out/Release/obj.target/libsnowcrash/src/csnowcrash.o +0 -0
  71. data/ext/snowcrash/build/out/Release/obj.target/libsnowcrash/src/posix/RegexMatch.o +0 -0
  72. data/ext/snowcrash/build/out/Release/obj.target/libsnowcrash/src/snowcrash.o +0 -0
  73. data/ext/snowcrash/build/out/Release/obj.target/libsundown/ext/markdown-parser/ext/sundown/html/houdini_href_e.o +0 -0
  74. data/ext/snowcrash/build/out/Release/obj.target/libsundown/ext/markdown-parser/ext/sundown/html/houdini_html_e.o +0 -0
  75. data/ext/snowcrash/build/out/Release/obj.target/libsundown/ext/markdown-parser/ext/sundown/html/html.o +0 -0
  76. data/ext/snowcrash/build/out/Release/obj.target/libsundown/ext/markdown-parser/ext/sundown/html/html_smartypants.o +0 -0
  77. data/ext/snowcrash/build/out/Release/obj.target/libsundown/ext/markdown-parser/ext/sundown/src/autolink.o +0 -0
  78. data/ext/snowcrash/build/out/Release/obj.target/libsundown/ext/markdown-parser/ext/sundown/src/buffer.o +0 -0
  79. data/ext/snowcrash/build/out/Release/obj.target/libsundown/ext/markdown-parser/ext/sundown/src/markdown.o +0 -0
  80. data/ext/snowcrash/build/out/Release/obj.target/libsundown/ext/markdown-parser/ext/sundown/src/src_map.o +0 -0
  81. data/ext/snowcrash/build/out/Release/obj.target/libsundown/ext/markdown-parser/ext/sundown/src/stack.o +0 -0
  82. data/ext/snowcrash/build/out/Release/obj.target/snowcrash/src/snowcrash/snowcrash.o +0 -0
  83. data/ext/snowcrash/build/out/Release/obj.target/sundown/sundown/html/houdini_href_e.o +0 -0
  84. data/ext/snowcrash/build/out/Release/obj.target/sundown/sundown/html/houdini_html_e.o +0 -0
  85. data/ext/snowcrash/build/out/Release/obj.target/sundown/sundown/html/html.o +0 -0
  86. data/ext/snowcrash/build/out/Release/obj.target/sundown/sundown/html/html_smartypants.o +0 -0
  87. data/ext/snowcrash/build/out/Release/obj.target/sundown/sundown/src/autolink.o +0 -0
  88. data/ext/snowcrash/build/out/Release/obj.target/sundown/sundown/src/buffer.o +0 -0
  89. data/ext/snowcrash/build/out/Release/obj.target/sundown/sundown/src/markdown.o +0 -0
  90. data/ext/snowcrash/build/out/Release/obj.target/sundown/sundown/src/src_map.o +0 -0
  91. data/ext/snowcrash/build/out/Release/obj.target/sundown/sundown/src/stack.o +0 -0
  92. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-ActionParser.o +0 -0
  93. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-AssetParser.o +0 -0
  94. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-Blueprint.o +0 -0
  95. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-BlueprintParser.o +0 -0
  96. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-HeaderParser.o +0 -0
  97. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-HeadersParser.o +0 -0
  98. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-Indentation.o +0 -0
  99. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-ListUtility.o +0 -0
  100. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-MarkdownBlock.o +0 -0
  101. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-MarkdownParser.o +0 -0
  102. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-ParameterDefinitonParser.o +0 -0
  103. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-ParameterParser.o +0 -0
  104. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-ParametersParser.o +0 -0
  105. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-Parser.o +0 -0
  106. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-PayloadParser.o +0 -0
  107. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-RegexMatch.o +0 -0
  108. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-ResouceGroupParser.o +0 -0
  109. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-ResourceGroupParser.o +0 -0
  110. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-ResourceParser.o +0 -0
  111. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-SectionParser.o +0 -0
  112. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-SymbolIdentifier.o +0 -0
  113. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-SymbolTable.o +0 -0
  114. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-UriTemplateParser.o +0 -0
  115. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-ValuesParser.o +0 -0
  116. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-Warnings.o +0 -0
  117. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-csnowcrash.o +0 -0
  118. data/ext/snowcrash/build/out/Release/obj.target/test-libsnowcrash/test/test-snowcrash.o +0 -0
  119. data/ext/snowcrash/build/out/Release/snowcrash +0 -0
  120. data/ext/snowcrash/build/out/Release/test-libsnowcrash +0 -0
  121. data/ext/snowcrash/build/perf-libsnowcrash.target.mk +151 -0
  122. data/ext/snowcrash/build/snowcrash.Makefile +6 -0
  123. data/ext/snowcrash/build/snowcrash.target.mk +149 -0
  124. data/ext/snowcrash/build/sundown.target.mk +143 -0
  125. data/ext/snowcrash/build/test-libsnowcrash.target.mk +170 -0
  126. data/ext/snowcrash/ext/cmdline/LICENSE +30 -0
  127. data/ext/snowcrash/ext/cmdline/README.rst +191 -0
  128. data/ext/snowcrash/ext/cmdline/cmdline.h +817 -0
  129. data/ext/snowcrash/ext/cmdline/test.cpp +50 -0
  130. data/ext/snowcrash/ext/cmdline/test2.cpp +61 -0
  131. data/ext/snowcrash/ext/markdown-parser/LICENSE +22 -0
  132. data/ext/snowcrash/ext/markdown-parser/README.md +11 -0
  133. data/ext/snowcrash/ext/markdown-parser/ext/sundown/README.markdown +141 -0
  134. data/ext/snowcrash/ext/markdown-parser/markdownparser.xcodeproj/project.pbxproj +448 -0
  135. data/ext/snowcrash/ext/markdown-parser/msvc/test-markdown/test-markdown.vcproj +195 -0
  136. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/LICENSE_1_0.txt +23 -0
  137. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/README.md +24 -0
  138. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/catch-logo-small.png +0 -0
  139. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/docs/assertions.md +64 -0
  140. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/docs/build-systems.md +36 -0
  141. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/docs/command-line.md +155 -0
  142. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/docs/contributing.md +19 -0
  143. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/docs/logging.md +52 -0
  144. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/docs/own-main.md +68 -0
  145. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/docs/reference-index.md +14 -0
  146. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/docs/test-cases-and-sections.md +60 -0
  147. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/docs/test-fixtures.md +32 -0
  148. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/docs/tutorial.md +228 -0
  149. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/docs/whats-changed.md +24 -0
  150. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/docs/why-catch.md +42 -0
  151. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/catch.hpp +202 -0
  152. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/catch_runner.hpp +224 -0
  153. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/catch_with_main.hpp +15 -0
  154. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/external/clara.h +868 -0
  155. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/external/tbc_text_format.h +153 -0
  156. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_approx.hpp +91 -0
  157. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_assertionresult.h +71 -0
  158. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_assertionresult.hpp +91 -0
  159. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_capture.hpp +179 -0
  160. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_clara.h +32 -0
  161. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_commandline.hpp +145 -0
  162. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_common.h +119 -0
  163. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_common.hpp +86 -0
  164. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_compiler_capabilities.h +123 -0
  165. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_config.hpp +178 -0
  166. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_console_colour.hpp +66 -0
  167. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_console_colour_impl.hpp +166 -0
  168. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_context.h +53 -0
  169. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_context_impl.hpp +112 -0
  170. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_debugger.h +49 -0
  171. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_debugger.hpp +100 -0
  172. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_default_main.hpp +38 -0
  173. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_evaluate.hpp +178 -0
  174. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_exception_translator_registry.hpp +75 -0
  175. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_expression_decomposer.hpp +31 -0
  176. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_expression_lhs.hpp +105 -0
  177. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_expressionresult_builder.h +63 -0
  178. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_expressionresult_builder.hpp +98 -0
  179. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_generators.hpp +190 -0
  180. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_generators_impl.hpp +86 -0
  181. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_impl.hpp +92 -0
  182. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_interfaces_capture.h +46 -0
  183. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_interfaces_config.h +54 -0
  184. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_interfaces_exception.h +66 -0
  185. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_interfaces_generators.h +32 -0
  186. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_interfaces_registry_hub.h +44 -0
  187. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_interfaces_reporter.h +265 -0
  188. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_interfaces_runner.h +19 -0
  189. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_interfaces_testcase.h +37 -0
  190. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_legacy_reporter_adapter.h +59 -0
  191. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_legacy_reporter_adapter.hpp +82 -0
  192. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_list.hpp +150 -0
  193. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_matchers.hpp +233 -0
  194. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_message.h +65 -0
  195. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_message.hpp +43 -0
  196. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_notimplemented_exception.h +35 -0
  197. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_notimplemented_exception.hpp +30 -0
  198. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_objc.hpp +203 -0
  199. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_objc_arc.hpp +51 -0
  200. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_option.hpp +75 -0
  201. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_platform.h +20 -0
  202. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_ptr.hpp +94 -0
  203. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_registry_hub.hpp +83 -0
  204. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_reporter_registrars.hpp +74 -0
  205. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_reporter_registry.hpp +45 -0
  206. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_result_type.h +66 -0
  207. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_runner_impl.hpp +319 -0
  208. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_section.h +55 -0
  209. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_section.hpp +40 -0
  210. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_section_info.h +31 -0
  211. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_section_info.hpp +113 -0
  212. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_sfinae.hpp +44 -0
  213. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_stream.h +33 -0
  214. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_stream.hpp +83 -0
  215. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_streambuf.h +23 -0
  216. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_tags.h +109 -0
  217. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_tags.hpp +137 -0
  218. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_test_case_info.h +84 -0
  219. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_test_case_info.hpp +166 -0
  220. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_test_case_registry_impl.hpp +146 -0
  221. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_test_case_tracker.hpp +148 -0
  222. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_test_registry.hpp +120 -0
  223. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_test_spec.h +65 -0
  224. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_test_spec.hpp +133 -0
  225. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_text.h +24 -0
  226. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_timer.h +35 -0
  227. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_timer.hpp +63 -0
  228. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_tostring.hpp +276 -0
  229. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_totals.hpp +67 -0
  230. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_version.h +37 -0
  231. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_version.hpp +19 -0
  232. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/internal/catch_xmlwriter.hpp +218 -0
  233. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/reporters/catch_reporter_bases.hpp +203 -0
  234. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/reporters/catch_reporter_console.hpp +411 -0
  235. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/reporters/catch_reporter_junit.hpp +226 -0
  236. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/include/reporters/catch_reporter_xml.hpp +151 -0
  237. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/CMake/CMakeLists.txt +38 -0
  238. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/ApproxTests.cpp +112 -0
  239. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/BDDTests.cpp +68 -0
  240. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/Baselines/console.std.approved.txt +778 -0
  241. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/Baselines/console.sw.approved.txt +6995 -0
  242. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/Baselines/console.swa4.approved.txt +322 -0
  243. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/Baselines/junit.sw.approved.txt +562 -0
  244. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/Baselines/xml.sw.approved.txt +7251 -0
  245. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/ClassTests.cpp +57 -0
  246. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/ConditionTests.cpp +334 -0
  247. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/ExceptionTests.cpp +153 -0
  248. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/GeneratorTests.cpp +42 -0
  249. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/MessageTests.cpp +121 -0
  250. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/MiscTests.cpp +341 -0
  251. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/SectionTrackerTests.cpp +164 -0
  252. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/SurrogateCpps/catch_common.cpp +2 -0
  253. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/SurrogateCpps/catch_console_colour.cpp +2 -0
  254. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/SurrogateCpps/catch_debugger.cpp +2 -0
  255. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_capture.cpp +2 -0
  256. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_config.cpp +1 -0
  257. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_exception.cpp +1 -0
  258. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_generators.cpp +1 -0
  259. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_registry_hub.cpp +2 -0
  260. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_reporter.cpp +1 -0
  261. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_runner.cpp +1 -0
  262. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_testcase.cpp +1 -0
  263. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/SurrogateCpps/catch_message.cpp +2 -0
  264. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/SurrogateCpps/catch_option.cpp +2 -0
  265. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/SurrogateCpps/catch_ptr.cpp +2 -0
  266. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/SurrogateCpps/catch_stream.cpp +2 -0
  267. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/SurrogateCpps/catch_streambuf.cpp +2 -0
  268. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/SurrogateCpps/catch_tags.cpp +2 -0
  269. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/SurrogateCpps/catch_xmlwriter.cpp +2 -0
  270. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/TestMain.cpp +541 -0
  271. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/TrickyTests.cpp +396 -0
  272. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/VariadicMacrosTests.cpp +31 -0
  273. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/SelfTest/makefile +21 -0
  274. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/VS2008/TestCatch/TestCatch.sln +20 -0
  275. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/VS2008/TestCatch/TestCatch/TestCatch.cpp +8 -0
  276. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/VS2008/TestCatch/TestCatch/TestCatch.vcproj +394 -0
  277. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/VS2010/TestCatch/TestCatch.sln +20 -0
  278. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/VS2010/TestCatch/TestCatch/TestCatch.vcxproj +148 -0
  279. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/CatchSelfTest/CatchSelfTest.xcodeproj/project.pbxproj +685 -0
  280. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/CatchSelfTest/CatchSelfTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
  281. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/CatchSelfTest/CatchSelfTest.xcodeproj/project.xcworkspace/xcshareddata/CatchSelfTest.xccheckout +41 -0
  282. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/CatchSelfTest/CatchSelfTest/CatchSelfTest.1 +79 -0
  283. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/CatchSelfTest/CatchSelfTest/catch_text.cpp +2 -0
  284. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/CatchSelfTest/CatchSelfTestSingle.xcodeproj/project.pbxproj +258 -0
  285. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/CatchSelfTest/CatchSelfTestSingle.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
  286. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/CatchSelfTest/CatchSelfTestSingle.xcodeproj/project.xcworkspace/xcshareddata/CatchSelfTestSingle.xccheckout +41 -0
  287. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/CatchSelfTest/CatchSelfTestSingle/dummy.txt +0 -0
  288. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/OCTest/OCTest.xcodeproj/project.pbxproj +265 -0
  289. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/OCTest/OCTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
  290. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/OCTest/OCTest.xcodeproj/project.xcworkspace/xcshareddata/OCTest.xccheckout +41 -0
  291. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/OCTest/OCTest/CatchOCTestCase.h +25 -0
  292. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/OCTest/OCTest/CatchOCTestCase.mm +83 -0
  293. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/OCTest/OCTest/Main.mm +2 -0
  294. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/OCTest/OCTest/OCTest.1 +79 -0
  295. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/OCTest/OCTest/OCTest.mm +28 -0
  296. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/OCTest/OCTest/TestObj.h +28 -0
  297. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/OCTest/OCTest/TestObj.m +25 -0
  298. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/iOSTest/iOSTest.xcodeproj/project.pbxproj +299 -0
  299. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/iOSTest/iOSTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
  300. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/iOSTest/iOSTest/OCTest.mm +27 -0
  301. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/iOSTest/iOSTest/TestObj.h +25 -0
  302. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/iOSTest/iOSTest/TestObj.m +18 -0
  303. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/iOSTest/iOSTest/en.lproj/InfoPlist.strings +2 -0
  304. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/iOSTest/iOSTest/iOSTest-Info.plist +47 -0
  305. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/iOSTest/iOSTest/iOSTest-Prefix.pch +14 -0
  306. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/runners/iTchRunner/internal/iTchRunnerAppDelegate.h +114 -0
  307. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/runners/iTchRunner/internal/iTchRunnerMainView.h +189 -0
  308. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/runners/iTchRunner/internal/iTchRunnerReporter.h +115 -0
  309. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/runners/iTchRunner/itChRunnerMain.mm +27 -0
  310. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/runners/iTchRunner/readme +6 -0
  311. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/scripts/approvalTests.py +99 -0
  312. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/scripts/approve.py +29 -0
  313. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/scripts/generateSingleHeader.py +152 -0
  314. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/scripts/scriptCommon.py +4 -0
  315. data/ext/snowcrash/ext/markdown-parser/test/ext/Catch/single_include/catch.hpp +8544 -0
  316. data/ext/snowcrash/ext/markdown-parser/test/test-ByteBuffer.cc +83 -0
  317. data/ext/snowcrash/ext/markdown-parser/test/test-MarkdownParser.cc +628 -0
  318. data/ext/snowcrash/ext/markdown-parser/test/test-libmarkdownparser.cc +10 -0
  319. data/ext/snowcrash/features/fixtures/ast.json +154 -0
  320. data/ext/snowcrash/features/fixtures/ast.yaml +87 -0
  321. data/ext/snowcrash/features/fixtures/blueprint.apib +84 -0
  322. data/ext/snowcrash/features/fixtures/invalid_blueprint.apib +4 -0
  323. data/ext/snowcrash/features/parse.feature +23 -0
  324. data/ext/snowcrash/features/step_definitions/file_content_step.rb +8 -0
  325. data/ext/snowcrash/features/support/env.rb +7 -0
  326. data/ext/snowcrash/features/support/setup.rb +1 -0
  327. data/ext/snowcrash/features/validate.feature +37 -0
  328. data/ext/snowcrash/features/version.feature +10 -0
  329. data/ext/snowcrash/snowcrash.xcodeproj/project.pbxproj +798 -0
  330. data/ext/snowcrash/test/README.md +7 -0
  331. data/ext/snowcrash/test/performance/fixtures/fixture-1.apib +174 -0
  332. data/ext/snowcrash/test/performance/fixtures/fixture-2.apib +2455 -0
  333. data/ext/snowcrash/test/performance/fixtures/fixture-3.apib +10363 -0
  334. data/ext/snowcrash/test/performance/fixtures/fixture-4.apib +8390 -0
  335. data/ext/snowcrash/test/performance/perf-snowcrash.cc +162 -0
  336. data/ext/snowcrash/test/snowcrashtest.h +88 -0
  337. data/ext/snowcrash/test/test-ActionParser.cc +491 -0
  338. data/ext/snowcrash/test/test-AssetParser.cc +224 -0
  339. data/ext/snowcrash/test/test-Blueprint.cc +32 -0
  340. data/ext/snowcrash/test/test-BlueprintParser.cc +462 -0
  341. data/ext/snowcrash/test/test-HeadersParser.cc +256 -0
  342. data/ext/snowcrash/test/test-Indentation.cc +336 -0
  343. data/ext/snowcrash/test/test-ParameterParser.cc +499 -0
  344. data/ext/snowcrash/test/test-ParametersParser.cc +355 -0
  345. data/ext/snowcrash/test/test-PayloadParser.cc +657 -0
  346. data/ext/snowcrash/test/test-RegexMatch.cc +35 -0
  347. data/ext/snowcrash/test/test-ResourceGroupParser.cc +457 -0
  348. data/ext/snowcrash/test/test-ResourceParser.cc +947 -0
  349. data/ext/snowcrash/test/test-SectionParser.cc +81 -0
  350. data/ext/snowcrash/test/test-StringUtility.cc +65 -0
  351. data/ext/snowcrash/test/test-SymbolIdentifier.cc +53 -0
  352. data/ext/snowcrash/test/test-SymbolTable.cc +31 -0
  353. data/ext/snowcrash/test/test-UriTemplateParser.cc +333 -0
  354. data/ext/snowcrash/test/test-ValuesParser.cc +106 -0
  355. data/ext/snowcrash/test/test-Warnings.cc +94 -0
  356. data/ext/snowcrash/test/test-csnowcrash.cc +404 -0
  357. data/ext/snowcrash/test/test-snowcrash.cc +664 -0
  358. data/ext/snowcrash/test/vendor/Catch/LICENSE_1_0.txt +23 -0
  359. data/ext/snowcrash/test/vendor/Catch/README.md +24 -0
  360. data/ext/snowcrash/test/vendor/Catch/catch-logo-small.png +0 -0
  361. data/ext/snowcrash/test/vendor/Catch/docs/assertions.md +59 -0
  362. data/ext/snowcrash/test/vendor/Catch/docs/command-line.md +137 -0
  363. data/ext/snowcrash/test/vendor/Catch/docs/logging.md +52 -0
  364. data/ext/snowcrash/test/vendor/Catch/docs/own-main.md +68 -0
  365. data/ext/snowcrash/test/vendor/Catch/docs/reference-index.md +13 -0
  366. data/ext/snowcrash/test/vendor/Catch/docs/test-fixtures.md +32 -0
  367. data/ext/snowcrash/test/vendor/Catch/docs/tutorial.md +100 -0
  368. data/ext/snowcrash/test/vendor/Catch/docs/whats-changed.md +24 -0
  369. data/ext/snowcrash/test/vendor/Catch/docs/why-catch.md +42 -0
  370. data/ext/snowcrash/test/vendor/Catch/include/catch.hpp +182 -0
  371. data/ext/snowcrash/test/vendor/Catch/include/catch_runner.hpp +236 -0
  372. data/ext/snowcrash/test/vendor/Catch/include/catch_with_main.hpp +15 -0
  373. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_approx.hpp +91 -0
  374. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_assertionresult.h +65 -0
  375. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_assertionresult.hpp +91 -0
  376. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_capture.hpp +175 -0
  377. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_commandline.hpp +129 -0
  378. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_common.h +148 -0
  379. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_compiler_capabilities.h +85 -0
  380. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_config.hpp +182 -0
  381. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_console_colour.hpp +66 -0
  382. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_console_colour_impl.hpp +153 -0
  383. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_context.h +53 -0
  384. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_context_impl.hpp +112 -0
  385. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_debugger.hpp +116 -0
  386. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_default_main.hpp +38 -0
  387. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_evaluate.hpp +178 -0
  388. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_exception_translator_registry.hpp +74 -0
  389. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_expression_decomposer.hpp +31 -0
  390. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_expression_lhs.hpp +97 -0
  391. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_expressionresult_builder.h +63 -0
  392. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_expressionresult_builder.hpp +98 -0
  393. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_generators.hpp +190 -0
  394. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_generators_impl.hpp +86 -0
  395. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_impl.hpp +97 -0
  396. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_interfaces_capture.h +46 -0
  397. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_interfaces_config.h +32 -0
  398. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_interfaces_exception.h +66 -0
  399. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_interfaces_generators.h +32 -0
  400. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_interfaces_registry_hub.h +45 -0
  401. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_interfaces_reporter.h +339 -0
  402. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_interfaces_runner.h +23 -0
  403. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_interfaces_testcase.h +34 -0
  404. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_legacy_reporter_adapter.h +39 -0
  405. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_legacy_reporter_adapter.hpp +84 -0
  406. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_list.hpp +198 -0
  407. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_matchers.hpp +233 -0
  408. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_message.h +65 -0
  409. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_message.hpp +43 -0
  410. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_notimplemented_exception.h +35 -0
  411. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_notimplemented_exception.hpp +30 -0
  412. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_objc.hpp +202 -0
  413. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_objc_arc.hpp +51 -0
  414. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_option.hpp +67 -0
  415. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_ptr.hpp +94 -0
  416. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_registry_hub.hpp +83 -0
  417. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_reporter_registrars.hpp +75 -0
  418. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_reporter_registry.hpp +45 -0
  419. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_result_type.h +66 -0
  420. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_runner_impl.hpp +326 -0
  421. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_running_test.hpp +117 -0
  422. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_section.hpp +56 -0
  423. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_section_info.hpp +113 -0
  424. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_sfinae.hpp +44 -0
  425. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_stream.hpp +90 -0
  426. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_streambuf.h +21 -0
  427. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_tags.hpp +193 -0
  428. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_test_case_info.h +82 -0
  429. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_test_case_info.hpp +127 -0
  430. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_test_case_registry_impl.hpp +151 -0
  431. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_test_registry.hpp +120 -0
  432. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_test_spec.h +166 -0
  433. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_text.h +61 -0
  434. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_text.hpp +92 -0
  435. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_tostring.hpp +224 -0
  436. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_totals.hpp +67 -0
  437. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_version.h +37 -0
  438. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_version.hpp +19 -0
  439. data/ext/snowcrash/test/vendor/Catch/include/internal/catch_xmlwriter.hpp +211 -0
  440. data/ext/snowcrash/test/vendor/Catch/include/internal/clara.h +553 -0
  441. data/ext/snowcrash/test/vendor/Catch/include/reporters/catch_reporter_basic.hpp +353 -0
  442. data/ext/snowcrash/test/vendor/Catch/include/reporters/catch_reporter_console.hpp +397 -0
  443. data/ext/snowcrash/test/vendor/Catch/include/reporters/catch_reporter_junit.hpp +252 -0
  444. data/ext/snowcrash/test/vendor/Catch/include/reporters/catch_reporter_xml.hpp +145 -0
  445. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/ApproxTests.cpp +112 -0
  446. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/BDDTests.cpp +68 -0
  447. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/Baselines/approvedResults.txt +14686 -0
  448. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/ClassTests.cpp +57 -0
  449. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/CmdLineTests.cpp +191 -0
  450. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/ConditionTests.cpp +348 -0
  451. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/ExceptionTests.cpp +143 -0
  452. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/GeneratorTests.cpp +42 -0
  453. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/MessageTests.cpp +102 -0
  454. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/MiscTests.cpp +343 -0
  455. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/SurrogateCpps/catch_common.cpp +2 -0
  456. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/SurrogateCpps/catch_console_colour.cpp +2 -0
  457. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/SurrogateCpps/catch_debugger.cpp +2 -0
  458. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_capture.cpp +2 -0
  459. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_config.cpp +1 -0
  460. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_exception.cpp +1 -0
  461. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_generators.cpp +1 -0
  462. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_registry_hub.cpp +2 -0
  463. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_reporter.cpp +1 -0
  464. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_runner.cpp +1 -0
  465. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/SurrogateCpps/catch_interfaces_testcase.cpp +1 -0
  466. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/SurrogateCpps/catch_message.cpp +2 -0
  467. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/SurrogateCpps/catch_option.cpp +2 -0
  468. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/SurrogateCpps/catch_ptr.cpp +2 -0
  469. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/SurrogateCpps/catch_stream.cpp +2 -0
  470. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/SurrogateCpps/catch_streambuf.cpp +2 -0
  471. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/SurrogateCpps/catch_tags.cpp +2 -0
  472. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/SurrogateCpps/catch_xmlwriter.cpp +2 -0
  473. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/TestMain.cpp +561 -0
  474. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/TrickyTests.cpp +382 -0
  475. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/VariadicMacrosTests.cpp +31 -0
  476. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/catch_self_test.cpp +31 -0
  477. data/ext/snowcrash/test/vendor/Catch/projects/SelfTest/catch_self_test.hpp +177 -0
  478. data/ext/snowcrash/test/vendor/Catch/projects/VS2008/TestCatch/TestCatch.sln +20 -0
  479. data/ext/snowcrash/test/vendor/Catch/projects/VS2008/TestCatch/TestCatch/ReadMe.txt +33 -0
  480. data/ext/snowcrash/test/vendor/Catch/projects/VS2008/TestCatch/TestCatch/TestCatch.cpp +8 -0
  481. data/ext/snowcrash/test/vendor/Catch/projects/VS2008/TestCatch/TestCatch/TestCatch.vcproj +398 -0
  482. data/ext/snowcrash/test/vendor/Catch/projects/VS2008/TestCatch/UpgradeLog.XML +12 -0
  483. data/ext/snowcrash/test/vendor/Catch/projects/VS2008/TestCatch/_UpgradeReport_Files/UpgradeReport.css +207 -0
  484. data/ext/snowcrash/test/vendor/Catch/projects/VS2008/TestCatch/_UpgradeReport_Files/UpgradeReport.xslt +232 -0
  485. data/ext/snowcrash/test/vendor/Catch/projects/VS2008/TestCatch/_UpgradeReport_Files/UpgradeReport_Minus.gif +0 -0
  486. data/ext/snowcrash/test/vendor/Catch/projects/VS2008/TestCatch/_UpgradeReport_Files/UpgradeReport_Plus.gif +0 -0
  487. data/ext/snowcrash/test/vendor/Catch/projects/VS2010/TestCatch/TestCatch.sln +20 -0
  488. data/ext/snowcrash/test/vendor/Catch/projects/VS2010/TestCatch/TestCatch/ReadMe.txt +33 -0
  489. data/ext/snowcrash/test/vendor/Catch/projects/VS2010/TestCatch/TestCatch/TestCatch.cpp +8 -0
  490. data/ext/snowcrash/test/vendor/Catch/projects/VS2010/TestCatch/TestCatch/TestCatch.vcxproj +149 -0
  491. data/ext/snowcrash/test/vendor/Catch/projects/XCode3/CatchSelfTest.xcodeproj/project.pbxproj +440 -0
  492. data/ext/snowcrash/test/vendor/Catch/projects/XCode3/CatchSelfTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
  493. data/ext/snowcrash/test/vendor/Catch/projects/XCode3/CatchSelfTest.xcodeproj/xcuserdata/phil.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist +81 -0
  494. data/ext/snowcrash/test/vendor/Catch/projects/XCode3/CatchSelfTest.xcodeproj/xcuserdata/phil.xcuserdatad/xcschemes/Test.xcscheme +154 -0
  495. data/ext/snowcrash/test/vendor/Catch/projects/XCode3/CatchSelfTest.xcodeproj/xcuserdata/phil.xcuserdatad/xcschemes/xcschememanagement.plist +22 -0
  496. data/ext/snowcrash/test/vendor/Catch/projects/XCode3/CatchSelfTestSingle/CatchSelfTestSingle.1 +79 -0
  497. data/ext/snowcrash/test/vendor/Catch/projects/XCode3/CatchSelfTestSingle/CatchSelfTestSingle.xcodeproj/project.pbxproj +246 -0
  498. data/ext/snowcrash/test/vendor/Catch/projects/XCode3/OCTest/CatchOCTestCase.h +25 -0
  499. data/ext/snowcrash/test/vendor/Catch/projects/XCode3/OCTest/CatchOCTestCase.mm +45 -0
  500. data/ext/snowcrash/test/vendor/Catch/projects/XCode3/OCTest/Main.mm +1 -0
  501. data/ext/snowcrash/test/vendor/Catch/projects/XCode3/OCTest/OCTest.1 +79 -0
  502. data/ext/snowcrash/test/vendor/Catch/projects/XCode3/OCTest/OCTest.mm +28 -0
  503. data/ext/snowcrash/test/vendor/Catch/projects/XCode3/OCTest/OCTest.xcodeproj/project.pbxproj +259 -0
  504. data/ext/snowcrash/test/vendor/Catch/projects/XCode3/OCTest/OCTest_Prefix.pch +7 -0
  505. data/ext/snowcrash/test/vendor/Catch/projects/XCode3/OCTest/TestObj.h +25 -0
  506. data/ext/snowcrash/test/vendor/Catch/projects/XCode3/OCTest/TestObj.m +18 -0
  507. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/CatchSelfTest/CatchSelfTest.xcodeproj/project.pbxproj +667 -0
  508. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/CatchSelfTest/CatchSelfTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
  509. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/CatchSelfTest/CatchSelfTest.xcodeproj/xcuserdata/Phil.xcuserdatad/xcschemes/xcschememanagement.plist +22 -0
  510. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/CatchSelfTest/CatchSelfTest/CatchSelfTest.1 +79 -0
  511. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/CatchSelfTest/CatchSelfTest/catch_text.cpp +2 -0
  512. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/CatchSelfTest/CatchSelfTestSingle.xcodeproj/project.pbxproj +264 -0
  513. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/CatchSelfTest/CatchSelfTestSingle.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
  514. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/CatchSelfTest/CatchSelfTestSingle/dummy.txt +0 -0
  515. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/OCTest/OCTest.xcodeproj/project.pbxproj +249 -0
  516. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/OCTest/OCTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
  517. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/OCTest/OCTest/CatchOCTestCase.h +25 -0
  518. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/OCTest/OCTest/CatchOCTestCase.mm +82 -0
  519. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/OCTest/OCTest/Main.mm +2 -0
  520. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/OCTest/OCTest/OCTest.1 +79 -0
  521. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/OCTest/OCTest/OCTest.mm +28 -0
  522. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/OCTest/OCTest/TestObj.h +28 -0
  523. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/OCTest/OCTest/TestObj.m +25 -0
  524. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/iOSTest/iOSTest.xcodeproj/project.pbxproj +299 -0
  525. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/iOSTest/iOSTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
  526. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/iOSTest/iOSTest/OCTest.mm +27 -0
  527. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/iOSTest/iOSTest/TestObj.h +25 -0
  528. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/iOSTest/iOSTest/TestObj.m +18 -0
  529. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/iOSTest/iOSTest/en.lproj/InfoPlist.strings +2 -0
  530. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/iOSTest/iOSTest/iOSTest-Info.plist +47 -0
  531. data/ext/snowcrash/test/vendor/Catch/projects/XCode4/iOSTest/iOSTest/iOSTest-Prefix.pch +14 -0
  532. data/ext/snowcrash/test/vendor/Catch/projects/runners/iTchRunner/internal/iTchRunnerAppDelegate.h +114 -0
  533. data/ext/snowcrash/test/vendor/Catch/projects/runners/iTchRunner/internal/iTchRunnerMainView.h +189 -0
  534. data/ext/snowcrash/test/vendor/Catch/projects/runners/iTchRunner/internal/iTchRunnerReporter.h +115 -0
  535. data/ext/snowcrash/test/vendor/Catch/projects/runners/iTchRunner/itChRunnerMain.mm +27 -0
  536. data/ext/snowcrash/test/vendor/Catch/projects/runners/iTchRunner/readme +6 -0
  537. data/ext/snowcrash/test/vendor/Catch/scripts/approvalTests.py +63 -0
  538. data/ext/snowcrash/test/vendor/Catch/scripts/approve.py +14 -0
  539. data/ext/snowcrash/test/vendor/Catch/scripts/generateSingleHeader.py +117 -0
  540. data/ext/snowcrash/test/vendor/Catch/scripts/scriptCommon.py +4 -0
  541. data/ext/snowcrash/test/vendor/Catch/single_include/catch.hpp +8046 -0
  542. data/ext/snowcrash/tools/README.md +27 -0
  543. data/ext/snowcrash/tools/gyp/LICENSE +27 -0
  544. data/ext/snowcrash/tools/gyp/gyptest.py +274 -0
  545. data/ext/snowcrash/tools/gyp/pylib/gyp/MSVSSettings_test.py +1483 -0
  546. data/ext/snowcrash/tools/gyp/pylib/gyp/__init__.pyc +0 -0
  547. data/ext/snowcrash/tools/gyp/pylib/gyp/common.pyc +0 -0
  548. data/ext/snowcrash/tools/gyp/pylib/gyp/common_test.py +72 -0
  549. data/ext/snowcrash/tools/gyp/pylib/gyp/easy_xml_test.py +103 -0
  550. data/ext/snowcrash/tools/gyp/pylib/gyp/generator/__init__.pyc +0 -0
  551. data/ext/snowcrash/tools/gyp/pylib/gyp/generator/make.pyc +0 -0
  552. data/ext/snowcrash/tools/gyp/pylib/gyp/generator/msvs_test.py +37 -0
  553. data/ext/snowcrash/tools/gyp/pylib/gyp/generator/ninja_test.py +44 -0
  554. data/ext/snowcrash/tools/gyp/pylib/gyp/generator/xcode.pyc +0 -0
  555. data/ext/snowcrash/tools/gyp/pylib/gyp/generator/xcode_test.py +23 -0
  556. data/ext/snowcrash/tools/gyp/pylib/gyp/input.pyc +0 -0
  557. data/ext/snowcrash/tools/gyp/pylib/gyp/input_test.py +90 -0
  558. data/ext/snowcrash/tools/gyp/pylib/gyp/xcode_emulation.pyc +0 -0
  559. data/ext/snowcrash/tools/gyp/pylib/gyp/xcodeproj_file.pyc +0 -0
  560. data/ext/snowcrash/tools/gyp/tools/README +15 -0
  561. data/ext/snowcrash/tools/gyp/tools/Xcode/README +5 -0
  562. data/ext/snowcrash/tools/gyp/tools/emacs/README +12 -0
  563. data/ext/snowcrash/tools/gyp/tools/emacs/gyp-tests.el +63 -0
  564. data/ext/snowcrash/tools/gyp/tools/emacs/run-unit-tests.sh +7 -0
  565. data/ext/snowcrash/tools/gyp/tools/emacs/testdata/media.gyp +1105 -0
  566. data/ext/snowcrash/tools/gyp/tools/emacs/testdata/media.gyp.fontified +1107 -0
  567. data/lib/redsnow.rb +2 -2
  568. data/lib/redsnow/blueprint.rb +2 -1
  569. data/lib/redsnow/version.rb +1 -1
  570. data/pkg/redsnow-0.1.3.gem +0 -0
  571. data/pkg/redsnow-0.1.4.gem +0 -0
  572. data/pkg/redsnow-0.1.5.gem +0 -0
  573. data/pkg/redsnow-0.1.6.gem +0 -0
  574. data/pkg/redsnow-0.2.0.gem +0 -0
  575. data/pkg/redsnow-0.2.1.gem +0 -0
  576. data/pkg/redsnow-0.3.1.gem +0 -0
  577. data/redsnow.gemspec +2 -1
  578. data/test/redsnow_binding_test.rb +1 -1
  579. data/test/redsnow_options_test.rb +4 -4
  580. metadata +540 -6
  581. data/.gitignore +0 -34
  582. data/.gitmodules +0 -3
  583. data/.travis.yml +0 -21
@@ -0,0 +1,151 @@
1
+ /*
2
+ * Created by Phil on 28/10/2010.
3
+ * Copyright 2010 Two Blue Cubes Ltd. All rights reserved.
4
+ *
5
+ * Distributed under the Boost Software License, Version 1.0. (See accompanying
6
+ * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7
+ */
8
+ #ifndef TWOBLUECUBES_CATCH_REPORTER_XML_HPP_INCLUDED
9
+ #define TWOBLUECUBES_CATCH_REPORTER_XML_HPP_INCLUDED
10
+
11
+ #include "catch_reporter_bases.hpp"
12
+
13
+ #include "../internal/catch_capture.hpp"
14
+ #include "../internal/catch_reporter_registrars.hpp"
15
+ #include "../internal/catch_xmlwriter.hpp"
16
+
17
+ namespace Catch {
18
+ class XmlReporter : public SharedImpl<IReporter> {
19
+ public:
20
+ XmlReporter( ReporterConfig const& config ) : m_config( config ), m_sectionDepth( 0 ) {}
21
+
22
+ static std::string getDescription() {
23
+ return "Reports test results as an XML document";
24
+ }
25
+ virtual ~XmlReporter();
26
+
27
+ private: // IReporter
28
+
29
+ virtual bool shouldRedirectStdout() const {
30
+ return true;
31
+ }
32
+
33
+ virtual void StartTesting() {
34
+ m_xml = XmlWriter( m_config.stream() );
35
+ m_xml.startElement( "Catch" );
36
+ if( !m_config.fullConfig()->name().empty() )
37
+ m_xml.writeAttribute( "name", m_config.fullConfig()->name() );
38
+ }
39
+
40
+ virtual void EndTesting( const Totals& totals ) {
41
+ m_xml.scopedElement( "OverallResults" )
42
+ .writeAttribute( "successes", totals.assertions.passed )
43
+ .writeAttribute( "failures", totals.assertions.failed );
44
+ m_xml.endElement();
45
+ }
46
+
47
+ virtual void StartGroup( const std::string& groupName ) {
48
+ m_xml.startElement( "Group" )
49
+ .writeAttribute( "name", groupName );
50
+ }
51
+
52
+ virtual void EndGroup( const std::string&, const Totals& totals ) {
53
+ m_xml.scopedElement( "OverallResults" )
54
+ .writeAttribute( "successes", totals.assertions.passed )
55
+ .writeAttribute( "failures", totals.assertions.failed );
56
+ m_xml.endElement();
57
+ }
58
+
59
+ virtual void StartSection( const std::string& sectionName, const std::string& description ) {
60
+ if( m_sectionDepth++ > 0 ) {
61
+ m_xml.startElement( "Section" )
62
+ .writeAttribute( "name", trim( sectionName ) )
63
+ .writeAttribute( "description", description );
64
+ }
65
+ }
66
+ virtual void NoAssertionsInSection( const std::string& ) {}
67
+ virtual void NoAssertionsInTestCase( const std::string& ) {}
68
+
69
+ virtual void EndSection( const std::string& /*sectionName*/, const Counts& assertions ) {
70
+ if( --m_sectionDepth > 0 ) {
71
+ m_xml.scopedElement( "OverallResults" )
72
+ .writeAttribute( "successes", assertions.passed )
73
+ .writeAttribute( "failures", assertions.failed );
74
+ m_xml.endElement();
75
+ }
76
+ }
77
+
78
+ virtual void StartTestCase( const Catch::TestCaseInfo& testInfo ) {
79
+ m_xml.startElement( "TestCase" ).writeAttribute( "name", trim( testInfo.name ) );
80
+ m_currentTestSuccess = true;
81
+ }
82
+
83
+ virtual void Result( const Catch::AssertionResult& assertionResult ) {
84
+ if( !m_config.fullConfig()->includeSuccessfulResults() && assertionResult.getResultType() == ResultWas::Ok )
85
+ return;
86
+
87
+ if( assertionResult.hasExpression() ) {
88
+ m_xml.startElement( "Expression" )
89
+ .writeAttribute( "success", assertionResult.succeeded() )
90
+ .writeAttribute( "filename", assertionResult.getSourceInfo().file )
91
+ .writeAttribute( "line", assertionResult.getSourceInfo().line );
92
+
93
+ m_xml.scopedElement( "Original" )
94
+ .writeText( assertionResult.getExpression() );
95
+ m_xml.scopedElement( "Expanded" )
96
+ .writeText( assertionResult.getExpandedExpression() );
97
+ m_currentTestSuccess &= assertionResult.succeeded();
98
+ }
99
+
100
+ switch( assertionResult.getResultType() ) {
101
+ case ResultWas::ThrewException:
102
+ m_xml.scopedElement( "Exception" )
103
+ .writeAttribute( "filename", assertionResult.getSourceInfo().file )
104
+ .writeAttribute( "line", assertionResult.getSourceInfo().line )
105
+ .writeText( assertionResult.getMessage() );
106
+ m_currentTestSuccess = false;
107
+ break;
108
+ case ResultWas::Info:
109
+ m_xml.scopedElement( "Info" )
110
+ .writeText( assertionResult.getMessage() );
111
+ break;
112
+ case ResultWas::Warning:
113
+ m_xml.scopedElement( "Warning" )
114
+ .writeText( assertionResult.getMessage() );
115
+ break;
116
+ case ResultWas::ExplicitFailure:
117
+ m_xml.scopedElement( "Failure" )
118
+ .writeText( assertionResult.getMessage() );
119
+ m_currentTestSuccess = false;
120
+ break;
121
+ case ResultWas::Unknown:
122
+ case ResultWas::Ok:
123
+ case ResultWas::FailureBit:
124
+ case ResultWas::ExpressionFailed:
125
+ case ResultWas::Exception:
126
+ case ResultWas::DidntThrowException:
127
+ break;
128
+ }
129
+ if( assertionResult.hasExpression() )
130
+ m_xml.endElement();
131
+ }
132
+
133
+ virtual void Aborted() {
134
+ // !TBD
135
+ }
136
+
137
+ virtual void EndTestCase( const Catch::TestCaseInfo&, const Totals&, const std::string&, const std::string& ) {
138
+ m_xml.scopedElement( "OverallResult" ).writeAttribute( "success", m_currentTestSuccess );
139
+ m_xml.endElement();
140
+ }
141
+
142
+ private:
143
+ ReporterConfig m_config;
144
+ bool m_currentTestSuccess;
145
+ XmlWriter m_xml;
146
+ int m_sectionDepth;
147
+ };
148
+
149
+ } // end namespace Catch
150
+
151
+ #endif // TWOBLUECUBES_CATCH_REPORTER_XML_HPP_INCLUDED
@@ -0,0 +1,38 @@
1
+ cmake_minimum_required(VERSION 2.8)
2
+
3
+ project(Catch)
4
+
5
+ # define some folders
6
+ get_filename_component(CATCH_DIR "${CMAKE_CURRENT_SOURCE_DIR}" PATH)
7
+ get_filename_component(CATCH_DIR "${CATCH_DIR}" PATH)
8
+ set(SELF_TEST_DIR ${CATCH_DIR}/projects/SelfTest)
9
+
10
+ # define the sources of the self test
11
+ set(SOURCES
12
+ ${SELF_TEST_DIR}/ApproxTests.cpp
13
+ ${SELF_TEST_DIR}/BDDTests.cpp
14
+ ${SELF_TEST_DIR}/ClassTests.cpp
15
+ ${SELF_TEST_DIR}/ConditionTests.cpp
16
+ ${SELF_TEST_DIR}/ExceptionTests.cpp
17
+ ${SELF_TEST_DIR}/GeneratorTests.cpp
18
+ ${SELF_TEST_DIR}/MessageTests.cpp
19
+ ${SELF_TEST_DIR}/MiscTests.cpp
20
+ ${SELF_TEST_DIR}/SectionTrackerTests.cpp
21
+ ${SELF_TEST_DIR}/TestMain.cpp
22
+ ${SELF_TEST_DIR}/TrickyTests.cpp
23
+ ${SELF_TEST_DIR}/VariadicMacrosTests.cpp
24
+ )
25
+
26
+ # configure the executable
27
+ include_directories(${CATCH_DIR}/include)
28
+ add_executable(SelfTest ${SOURCES})
29
+
30
+ # configure unit tests via CTest
31
+ enable_testing()
32
+ add_test(NAME RunTests COMMAND SelfTest)
33
+
34
+ add_test(NAME ListTests COMMAND SelfTest --list-tests)
35
+ set_tests_properties(ListTests PROPERTIES PASS_REGULAR_EXPRESSION "[0-9]+ test cases")
36
+
37
+ add_test(NAME ListTags COMMAND SelfTest --list-tags)
38
+ set_tests_properties(ListTags PROPERTIES PASS_REGULAR_EXPRESSION "[0-9]+ tags")
@@ -0,0 +1,112 @@
1
+ /*
2
+ * Created by Phil on 28/04/2011.
3
+ * Copyright 2011 Two Blue Cubes Ltd. All rights reserved.
4
+ *
5
+ * Distributed under the Boost Software License, Version 1.0. (See accompanying
6
+ * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7
+ */
8
+
9
+ #include "catch.hpp"
10
+
11
+ ///////////////////////////////////////////////////////////////////////////////
12
+ TEST_CASE
13
+ (
14
+ "Some simple comparisons between doubles",
15
+ "[Approx]"
16
+ )
17
+ {
18
+ double d = 1.23;
19
+
20
+ REQUIRE( d == Approx( 1.23 ) );
21
+ REQUIRE( d != Approx( 1.22 ) );
22
+ REQUIRE( d != Approx( 1.24 ) );
23
+
24
+ REQUIRE( Approx( d ) == 1.23 );
25
+ REQUIRE( Approx( d ) != 1.22 );
26
+ REQUIRE( Approx( d ) != 1.24 );
27
+ }
28
+
29
+ ///////////////////////////////////////////////////////////////////////////////
30
+ TEST_CASE
31
+ (
32
+ "Approximate comparisons with different epsilons",
33
+ "[Approx]"
34
+ )
35
+ {
36
+ double d = 1.23;
37
+
38
+ REQUIRE( d != Approx( 1.231 ) );
39
+ REQUIRE( d == Approx( 1.231 ).epsilon( 0.1 ) );
40
+ }
41
+
42
+ ///////////////////////////////////////////////////////////////////////////////
43
+ TEST_CASE
44
+ (
45
+ "Approximate comparisons with floats",
46
+ "[Approx]"
47
+ )
48
+ {
49
+ REQUIRE( 1.23f == Approx( 1.23f ) );
50
+ REQUIRE( 0.0f == Approx( 0.0f ) );
51
+ }
52
+
53
+ ///////////////////////////////////////////////////////////////////////////////
54
+ TEST_CASE
55
+ (
56
+ "Approximate comparisons with ints",
57
+ "[Approx]"
58
+ )
59
+ {
60
+ REQUIRE( 1 == Approx( 1 ) );
61
+ REQUIRE( 0 == Approx( 0 ) );
62
+ }
63
+
64
+ ///////////////////////////////////////////////////////////////////////////////
65
+ TEST_CASE
66
+ (
67
+ "Approximate comparisons with mixed numeric types",
68
+ "[Approx]"
69
+ )
70
+ {
71
+ const double dZero = 0;
72
+ const double dSmall = 0.00001;
73
+ const double dMedium = 1.234;
74
+
75
+ REQUIRE( 1.0f == Approx( 1 ) );
76
+ REQUIRE( 0 == Approx( dZero) );
77
+ REQUIRE( 0 == Approx( dSmall ).epsilon( 0.001 ) );
78
+ REQUIRE( 1.234f == Approx( dMedium ) );
79
+ REQUIRE( dMedium == Approx( 1.234f ) );
80
+ }
81
+
82
+ ///////////////////////////////////////////////////////////////////////////////
83
+ TEST_CASE
84
+ (
85
+ "Use a custom approx",
86
+ "[Approx][custom]"
87
+ )
88
+ {
89
+ double d = 1.23;
90
+
91
+ Approx approx = Approx::custom().epsilon( 0.005 );
92
+
93
+ REQUIRE( d == approx( 1.23 ) );
94
+ REQUIRE( d == approx( 1.22 ) );
95
+ REQUIRE( d == approx( 1.24 ) );
96
+ REQUIRE( d != approx( 1.25 ) );
97
+
98
+ REQUIRE( approx( d ) == 1.23 );
99
+ REQUIRE( approx( d ) == 1.22 );
100
+ REQUIRE( approx( d ) == 1.24 );
101
+ REQUIRE( approx( d ) != 1.25 );
102
+ }
103
+
104
+ inline double divide( double a, double b ) {
105
+ return a/b;
106
+ }
107
+
108
+ TEST_CASE( "Approximate PI", "[Approx][PI]" )
109
+ {
110
+ REQUIRE( divide( 22, 7 ) == Approx( 3.141 ).epsilon( 0.001 ) );
111
+ REQUIRE( divide( 22, 7 ) != Approx( 3.141 ).epsilon( 0.0001 ) );
112
+ }
@@ -0,0 +1,68 @@
1
+ /*
2
+ * Created by Phil on 29/11/2010.
3
+ * Copyright 2010 Two Blue Cubes Ltd. All rights reserved.
4
+ *
5
+ * Distributed under the Boost Software License, Version 1.0. (See accompanying
6
+ * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7
+ */
8
+
9
+ #include "catch.hpp"
10
+
11
+ inline bool itDoesThis(){ return true; }
12
+ inline bool itDoesThat(){ return true; }
13
+
14
+ SCENARIO( "Do that thing with the thing", "[Tags]" ) {
15
+ GIVEN( "This stuff exists" ) {
16
+ // make stuff exist
17
+ WHEN( "I do this" ) {
18
+ // do this
19
+ THEN( "it should do this")
20
+ {
21
+ REQUIRE( itDoesThis() );
22
+ AND_THEN( "do that")
23
+ REQUIRE( itDoesThat() );
24
+ }
25
+ }
26
+ }
27
+ }
28
+
29
+ SCENARIO( "Vector resizing affects size and capacity", "[vector][bdd][size][capacity]" ) {
30
+ GIVEN( "an empty vector" ) {
31
+ std::vector<int> v;
32
+ REQUIRE( v.size() == 0 );
33
+
34
+ WHEN( "it is made larger" ) {
35
+ v.resize( 10 );
36
+ THEN( "the size and capacity go up" ) {
37
+ REQUIRE( v.size() == 10 );
38
+ REQUIRE( v.capacity() >= 10 );
39
+
40
+ AND_WHEN( "it is made smaller again" ) {
41
+ v.resize( 5 );
42
+ THEN( "the size goes down but the capacity stays the same" ) {
43
+ REQUIRE( v.size() == 5 );
44
+ REQUIRE( v.capacity() >= 10 );
45
+ }
46
+ }
47
+ }
48
+ }
49
+
50
+ WHEN( "we reserve more space" ) {
51
+ v.reserve( 10 );
52
+ THEN( "The capacity is increased but the size remains the same" ) {
53
+ REQUIRE( v.capacity() >= 10 );
54
+ REQUIRE( v.size() == 0 );
55
+ }
56
+ }
57
+ }
58
+ }
59
+
60
+ SCENARIO( "This is a really long scenario name to see how the list command deals with wrapping",
61
+ "[very long tags][lots][long][tags][verbose]"
62
+ "[one very long tag name that should cause line wrapping writing out using the list command]"
63
+ "[anotherReallyLongTagNameButThisOneHasNoObviousWrapPointsSoShouldSplitWithinAWordUsingADashCharacter]" ) {
64
+ GIVEN( "A section name that is so long that it cannot fit in a single console width" )
65
+ WHEN( "The test headers are printed as part of the normal running of the scenario" )
66
+ THEN( "The, deliberately very long and overly verbose (you see what I did there?) section names must wrap, along with an indent" )
67
+ SUCCEED("boo!");
68
+ }
@@ -0,0 +1,778 @@
1
+
2
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
+ CatchSelfTest is a <version> host application.
4
+ Run with -? for options
5
+
6
+ -------------------------------------------------------------------------------
7
+ A METHOD_AS_TEST_CASE based test run that fails
8
+ -------------------------------------------------------------------------------
9
+ ClassTests.cpp:<line number>
10
+ ...............................................................................
11
+
12
+ ClassTests.cpp:<line number>: FAILED:
13
+ REQUIRE( s == "world" )
14
+ with expansion:
15
+ "hello" == "world"
16
+
17
+ -------------------------------------------------------------------------------
18
+ A TEST_CASE_METHOD based test run that fails
19
+ -------------------------------------------------------------------------------
20
+ ClassTests.cpp:<line number>
21
+ ...............................................................................
22
+
23
+ ClassTests.cpp:<line number>: FAILED:
24
+ REQUIRE( m_a == 2 )
25
+ with expansion:
26
+ 1 == 2
27
+
28
+ -------------------------------------------------------------------------------
29
+ Equality checks that should fail]
30
+ -------------------------------------------------------------------------------
31
+ ConditionTests.cpp:<line number>
32
+ ...............................................................................
33
+
34
+ ConditionTests.cpp:<line number>: FAILED:
35
+ CHECK( data.int_seven == 6 )
36
+ with expansion:
37
+ 7 == 6
38
+
39
+ ConditionTests.cpp:<line number>: FAILED:
40
+ CHECK( data.int_seven == 8 )
41
+ with expansion:
42
+ 7 == 8
43
+
44
+ ConditionTests.cpp:<line number>: FAILED:
45
+ CHECK( data.int_seven == 0 )
46
+ with expansion:
47
+ 7 == 0
48
+
49
+ ConditionTests.cpp:<line number>: FAILED:
50
+ CHECK( data.float_nine_point_one == Approx( 9.11f ) )
51
+ with expansion:
52
+ 9.1 == Approx( 9.1099996567 )
53
+
54
+ ConditionTests.cpp:<line number>: FAILED:
55
+ CHECK( data.float_nine_point_one == Approx( 9.0f ) )
56
+ with expansion:
57
+ 9.1 == Approx( 9.0 )
58
+
59
+ ConditionTests.cpp:<line number>: FAILED:
60
+ CHECK( data.float_nine_point_one == Approx( 1 ) )
61
+ with expansion:
62
+ 9.1 == Approx( 1.0 )
63
+
64
+ ConditionTests.cpp:<line number>: FAILED:
65
+ CHECK( data.float_nine_point_one == Approx( 0 ) )
66
+ with expansion:
67
+ 9.1 == Approx( 0.0 )
68
+
69
+ ConditionTests.cpp:<line number>: FAILED:
70
+ CHECK( data.double_pi == Approx( 3.1415 ) )
71
+ with expansion:
72
+ 3.1415926535 == Approx( 3.1415 )
73
+
74
+ ConditionTests.cpp:<line number>: FAILED:
75
+ CHECK( data.str_hello == "goodbye" )
76
+ with expansion:
77
+ "hello" == "goodbye"
78
+
79
+ ConditionTests.cpp:<line number>: FAILED:
80
+ CHECK( data.str_hello == "hell" )
81
+ with expansion:
82
+ "hello" == "hell"
83
+
84
+ ConditionTests.cpp:<line number>: FAILED:
85
+ CHECK( data.str_hello == "hello1" )
86
+ with expansion:
87
+ "hello" == "hello1"
88
+
89
+ ConditionTests.cpp:<line number>: FAILED:
90
+ CHECK( data.str_hello.size() == 6 )
91
+ with expansion:
92
+ 5 == 6
93
+
94
+ ConditionTests.cpp:<line number>: FAILED:
95
+ CHECK( x == Approx( 1.301 ) )
96
+ with expansion:
97
+ 1.3 == Approx( 1.301 )
98
+
99
+ -------------------------------------------------------------------------------
100
+ Inequality checks that should fails
101
+ -------------------------------------------------------------------------------
102
+ ConditionTests.cpp:<line number>
103
+ ...............................................................................
104
+
105
+ ConditionTests.cpp:<line number>: FAILED:
106
+ CHECK( data.int_seven != 7 )
107
+ with expansion:
108
+ 7 != 7
109
+
110
+ ConditionTests.cpp:<line number>: FAILED:
111
+ CHECK( data.float_nine_point_one != Approx( 9.1f ) )
112
+ with expansion:
113
+ 9.1 != Approx( 9.1000003815 )
114
+
115
+ ConditionTests.cpp:<line number>: FAILED:
116
+ CHECK( data.double_pi != Approx( 3.1415926535 ) )
117
+ with expansion:
118
+ 3.1415926535 != Approx( 3.1415926535 )
119
+
120
+ ConditionTests.cpp:<line number>: FAILED:
121
+ CHECK( data.str_hello != "hello" )
122
+ with expansion:
123
+ "hello" != "hello"
124
+
125
+ ConditionTests.cpp:<line number>: FAILED:
126
+ CHECK( data.str_hello.size() != 5 )
127
+ with expansion:
128
+ 5 != 5
129
+
130
+ -------------------------------------------------------------------------------
131
+ Ordering comparison checks that should fail
132
+ -------------------------------------------------------------------------------
133
+ ConditionTests.cpp:<line number>
134
+ ...............................................................................
135
+
136
+ ConditionTests.cpp:<line number>: FAILED:
137
+ CHECK( data.int_seven > 7 )
138
+ with expansion:
139
+ 7 > 7
140
+
141
+ ConditionTests.cpp:<line number>: FAILED:
142
+ CHECK( data.int_seven < 7 )
143
+ with expansion:
144
+ 7 < 7
145
+
146
+ ConditionTests.cpp:<line number>: FAILED:
147
+ CHECK( data.int_seven > 8 )
148
+ with expansion:
149
+ 7 > 8
150
+
151
+ ConditionTests.cpp:<line number>: FAILED:
152
+ CHECK( data.int_seven < 6 )
153
+ with expansion:
154
+ 7 < 6
155
+
156
+ ConditionTests.cpp:<line number>: FAILED:
157
+ CHECK( data.int_seven < 0 )
158
+ with expansion:
159
+ 7 < 0
160
+
161
+ ConditionTests.cpp:<line number>: FAILED:
162
+ CHECK( data.int_seven < -1 )
163
+ with expansion:
164
+ 7 < -1
165
+
166
+ ConditionTests.cpp:<line number>: FAILED:
167
+ CHECK( data.int_seven >= 8 )
168
+ with expansion:
169
+ 7 >= 8
170
+
171
+ ConditionTests.cpp:<line number>: FAILED:
172
+ CHECK( data.int_seven <= 6 )
173
+ with expansion:
174
+ 7 <= 6
175
+
176
+ ConditionTests.cpp:<line number>: FAILED:
177
+ CHECK( data.float_nine_point_one < 9 )
178
+ with expansion:
179
+ 9.1 < 9
180
+
181
+ ConditionTests.cpp:<line number>: FAILED:
182
+ CHECK( data.float_nine_point_one > 10 )
183
+ with expansion:
184
+ 9.1 > 10
185
+
186
+ ConditionTests.cpp:<line number>: FAILED:
187
+ CHECK( data.float_nine_point_one > 9.2 )
188
+ with expansion:
189
+ 9.1 > 9.2
190
+
191
+ ConditionTests.cpp:<line number>: FAILED:
192
+ CHECK( data.str_hello > "hello" )
193
+ with expansion:
194
+ "hello" > "hello"
195
+
196
+ ConditionTests.cpp:<line number>: FAILED:
197
+ CHECK( data.str_hello < "hello" )
198
+ with expansion:
199
+ "hello" < "hello"
200
+
201
+ ConditionTests.cpp:<line number>: FAILED:
202
+ CHECK( data.str_hello > "hellp" )
203
+ with expansion:
204
+ "hello" > "hellp"
205
+
206
+ ConditionTests.cpp:<line number>: FAILED:
207
+ CHECK( data.str_hello > "z" )
208
+ with expansion:
209
+ "hello" > "z"
210
+
211
+ ConditionTests.cpp:<line number>: FAILED:
212
+ CHECK( data.str_hello < "hellm" )
213
+ with expansion:
214
+ "hello" < "hellm"
215
+
216
+ ConditionTests.cpp:<line number>: FAILED:
217
+ CHECK( data.str_hello < "a" )
218
+ with expansion:
219
+ "hello" < "a"
220
+
221
+ ConditionTests.cpp:<line number>: FAILED:
222
+ CHECK( data.str_hello >= "z" )
223
+ with expansion:
224
+ "hello" >= "z"
225
+
226
+ ConditionTests.cpp:<line number>: FAILED:
227
+ CHECK( data.str_hello <= "a" )
228
+ with expansion:
229
+ "hello" <= "a"
230
+
231
+ -------------------------------------------------------------------------------
232
+ 'Not' checks that should fail
233
+ -------------------------------------------------------------------------------
234
+ ConditionTests.cpp:<line number>
235
+ ...............................................................................
236
+
237
+ ConditionTests.cpp:<line number>: FAILED:
238
+ CHECK( false != false )
239
+
240
+ ConditionTests.cpp:<line number>: FAILED:
241
+ CHECK( true != true )
242
+
243
+ ConditionTests.cpp:<line number>: FAILED:
244
+ CHECK( !true )
245
+ with expansion:
246
+ false
247
+
248
+ ConditionTests.cpp:<line number>: FAILED:
249
+ CHECK_FALSE( true )
250
+
251
+ ConditionTests.cpp:<line number>: FAILED:
252
+ CHECK( !trueValue )
253
+ with expansion:
254
+ false
255
+
256
+ ConditionTests.cpp:<line number>: FAILED:
257
+ CHECK_FALSE( trueValue )
258
+ with expansion:
259
+ !true
260
+
261
+ ConditionTests.cpp:<line number>: FAILED:
262
+ CHECK( !(1 == 1) )
263
+ with expansion:
264
+ false
265
+
266
+ ConditionTests.cpp:<line number>: FAILED:
267
+ CHECK_FALSE( 1 == 1 )
268
+ with expansion:
269
+ !(1 == 1)
270
+
271
+ -------------------------------------------------------------------------------
272
+ Expected exceptions that don't throw or unexpected exceptions fail the test
273
+ -------------------------------------------------------------------------------
274
+ ExceptionTests.cpp:<line number>
275
+ ...............................................................................
276
+
277
+ ExceptionTests.cpp:<line number>: FAILED:
278
+ CHECK_THROWS_AS( thisThrows() )
279
+ due to unexpected exception with message:
280
+ expected exception
281
+
282
+ ExceptionTests.cpp:<line number>: FAILED:
283
+ CHECK_THROWS_AS( thisDoesntThrow() )
284
+ because no exception was thrown where one was expected:
285
+
286
+ ExceptionTests.cpp:<line number>: FAILED:
287
+ CHECK_NOTHROW( thisThrows() )
288
+ due to unexpected exception with message:
289
+ expected exception
290
+
291
+ -------------------------------------------------------------------------------
292
+ When unchecked exceptions are thrown directly they are always failures
293
+ -------------------------------------------------------------------------------
294
+ ExceptionTests.cpp:<line number>
295
+ ...............................................................................
296
+
297
+ ExceptionTests.cpp:<line number>: FAILED:
298
+ due to unexpected exception with message:
299
+ unexpected exception
300
+
301
+ -------------------------------------------------------------------------------
302
+ An unchecked exception reports the line of the last assertion
303
+ -------------------------------------------------------------------------------
304
+ ExceptionTests.cpp:<line number>
305
+ ...............................................................................
306
+
307
+ ExceptionTests.cpp:<line number>: FAILED:
308
+ {Unknown expression after the reported line}
309
+ due to unexpected exception with message:
310
+ unexpected exception
311
+
312
+ -------------------------------------------------------------------------------
313
+ When unchecked exceptions are thrown from sections they are always failures
314
+ section name
315
+ -------------------------------------------------------------------------------
316
+ ExceptionTests.cpp:<line number>
317
+ ...............................................................................
318
+
319
+ ExceptionTests.cpp:<line number>: FAILED:
320
+ due to unexpected exception with message:
321
+ unexpected exception
322
+
323
+ -------------------------------------------------------------------------------
324
+ When unchecked exceptions are thrown from functions they are always failures
325
+ -------------------------------------------------------------------------------
326
+ ExceptionTests.cpp:<line number>
327
+ ...............................................................................
328
+
329
+ ExceptionTests.cpp:<line number>: FAILED:
330
+ CHECK( thisThrows() == 0 )
331
+ due to unexpected exception with message:
332
+ expected exception
333
+
334
+ -------------------------------------------------------------------------------
335
+ When unchecked exceptions are thrown during a REQUIRE the test should abort
336
+ fail
337
+ -------------------------------------------------------------------------------
338
+ ExceptionTests.cpp:<line number>
339
+ ...............................................................................
340
+
341
+ ExceptionTests.cpp:<line number>: FAILED:
342
+ REQUIRE( thisThrows() == 0 )
343
+ due to unexpected exception with message:
344
+ expected exception
345
+
346
+ -------------------------------------------------------------------------------
347
+ When unchecked exceptions are thrown during a CHECK the test should abort and
348
+ fail
349
+ -------------------------------------------------------------------------------
350
+ ExceptionTests.cpp:<line number>
351
+ ...............................................................................
352
+
353
+ ExceptionTests.cpp:<line number>: FAILED:
354
+ CHECK( thisThrows() == 0 )
355
+ due to unexpected exception with message:
356
+ expected exception
357
+
358
+ -------------------------------------------------------------------------------
359
+ Unexpected custom exceptions can be translated
360
+ -------------------------------------------------------------------------------
361
+ ExceptionTests.cpp:<line number>
362
+ ...............................................................................
363
+
364
+ ExceptionTests.cpp:<line number>: FAILED:
365
+ due to unexpected exception with message:
366
+ custom exception
367
+
368
+ -------------------------------------------------------------------------------
369
+ Custom exceptions can be translated when testing for nothrow
370
+ -------------------------------------------------------------------------------
371
+ ExceptionTests.cpp:<line number>
372
+ ...............................................................................
373
+
374
+ ExceptionTests.cpp:<line number>: FAILED:
375
+ REQUIRE_NOTHROW( throwCustom() )
376
+ due to unexpected exception with message:
377
+ custom exception - not std
378
+
379
+ -------------------------------------------------------------------------------
380
+ Custom exceptions can be translated when testing for throwing as something else
381
+ -------------------------------------------------------------------------------
382
+ ExceptionTests.cpp:<line number>
383
+ ...............................................................................
384
+
385
+ ExceptionTests.cpp:<line number>: FAILED:
386
+ REQUIRE_THROWS_AS( throwCustom() )
387
+ due to unexpected exception with message:
388
+ custom exception - not std
389
+
390
+ -------------------------------------------------------------------------------
391
+ Unexpected exceptions can be translated
392
+ -------------------------------------------------------------------------------
393
+ ExceptionTests.cpp:<line number>
394
+ ...............................................................................
395
+
396
+ ExceptionTests.cpp:<line number>: FAILED:
397
+ due to unexpected exception with message:
398
+ 3.14
399
+
400
+ -------------------------------------------------------------------------------
401
+ INFO and WARN do not abort tests
402
+ -------------------------------------------------------------------------------
403
+ MessageTests.cpp:<line number>
404
+ ...............................................................................
405
+
406
+ MessageTests.cpp:<line number>:
407
+ warning:
408
+ this is a warning
409
+
410
+ -------------------------------------------------------------------------------
411
+ INFO gets logged on failure
412
+ -------------------------------------------------------------------------------
413
+ MessageTests.cpp:<line number>
414
+ ...............................................................................
415
+
416
+ MessageTests.cpp:<line number>: FAILED:
417
+ REQUIRE( a == 1 )
418
+ with expansion:
419
+ 2 == 1
420
+ with messages:
421
+ this message should be logged
422
+ so should this
423
+
424
+ -------------------------------------------------------------------------------
425
+ INFO gets logged on failure, even if captured before successful assertions
426
+ -------------------------------------------------------------------------------
427
+ MessageTests.cpp:<line number>
428
+ ...............................................................................
429
+
430
+ MessageTests.cpp:<line number>: FAILED:
431
+ CHECK( a == 1 )
432
+ with expansion:
433
+ 2 == 1
434
+ with messages:
435
+ this message may be logged later
436
+ this message should be logged
437
+
438
+ MessageTests.cpp:<line number>: FAILED:
439
+ CHECK( a == 0 )
440
+ with expansion:
441
+ 2 == 0
442
+ with message:
443
+ and this, but later
444
+
445
+ -------------------------------------------------------------------------------
446
+ FAIL aborts the test
447
+ -------------------------------------------------------------------------------
448
+ MessageTests.cpp:<line number>
449
+ ...............................................................................
450
+
451
+ MessageTests.cpp:<line number>: FAILED:
452
+ explicitly with message:
453
+ This is a failure
454
+
455
+ -------------------------------------------------------------------------------
456
+ FAIL does not require an argument
457
+ -------------------------------------------------------------------------------
458
+ MessageTests.cpp:<line number>
459
+ ...............................................................................
460
+
461
+ MessageTests.cpp:<line number>: FAILED:
462
+
463
+ -------------------------------------------------------------------------------
464
+ Output from all sections is reported
465
+ one
466
+ -------------------------------------------------------------------------------
467
+ MessageTests.cpp:<line number>
468
+ ...............................................................................
469
+
470
+ MessageTests.cpp:<line number>: FAILED:
471
+ explicitly with message:
472
+ Message from section one
473
+
474
+ -------------------------------------------------------------------------------
475
+ Output from all sections is reported
476
+ two
477
+ -------------------------------------------------------------------------------
478
+ MessageTests.cpp:<line number>
479
+ ...............................................................................
480
+
481
+ MessageTests.cpp:<line number>: FAILED:
482
+ explicitly with message:
483
+ Message from section two
484
+
485
+ Message from section one
486
+ Message from section two
487
+ -------------------------------------------------------------------------------
488
+ SCOPED_INFO is reset for each loop
489
+ -------------------------------------------------------------------------------
490
+ MessageTests.cpp:<line number>
491
+ ...............................................................................
492
+
493
+ MessageTests.cpp:<line number>: FAILED:
494
+ REQUIRE( i < 10 )
495
+ with expansion:
496
+ 10 < 10
497
+ with messages:
498
+ current counter 10
499
+ i := 10
500
+
501
+ -------------------------------------------------------------------------------
502
+ just failure
503
+ -------------------------------------------------------------------------------
504
+ MessageTests.cpp:<line number>
505
+ ...............................................................................
506
+
507
+ MessageTests.cpp:<line number>: FAILED:
508
+ explicitly with message:
509
+ Previous info should not be seen
510
+
511
+ -------------------------------------------------------------------------------
512
+ sends information to INFO
513
+ -------------------------------------------------------------------------------
514
+ MessageTests.cpp:<line number>
515
+ ...............................................................................
516
+
517
+ MessageTests.cpp:<line number>: FAILED:
518
+ REQUIRE( false )
519
+ with messages:
520
+ hi
521
+ i := 7
522
+
523
+ -------------------------------------------------------------------------------
524
+ more nested SECTION tests
525
+ s1
526
+ s2
527
+ -------------------------------------------------------------------------------
528
+ MiscTests.cpp:<line number>
529
+ ...............................................................................
530
+
531
+ MiscTests.cpp:<line number>: FAILED:
532
+ REQUIRE( a == b )
533
+ with expansion:
534
+ 1 == 2
535
+
536
+ -------------------------------------------------------------------------------
537
+ looped SECTION tests
538
+ s1
539
+ -------------------------------------------------------------------------------
540
+ MiscTests.cpp:<line number>
541
+ ...............................................................................
542
+
543
+ MiscTests.cpp:<line number>: FAILED:
544
+ CHECK( b > a )
545
+ with expansion:
546
+ 0 > 1
547
+
548
+ -------------------------------------------------------------------------------
549
+ looped tests
550
+ -------------------------------------------------------------------------------
551
+ MiscTests.cpp:<line number>
552
+ ...............................................................................
553
+
554
+ MiscTests.cpp:<line number>: FAILED:
555
+ CHECK( ( fib[i] % 2 ) == 0 )
556
+ with expansion:
557
+ 1 == 0
558
+ with message:
559
+ Testing if fib[0] (1) is even
560
+
561
+ MiscTests.cpp:<line number>: FAILED:
562
+ CHECK( ( fib[i] % 2 ) == 0 )
563
+ with expansion:
564
+ 1 == 0
565
+ with message:
566
+ Testing if fib[1] (1) is even
567
+
568
+ MiscTests.cpp:<line number>: FAILED:
569
+ CHECK( ( fib[i] % 2 ) == 0 )
570
+ with expansion:
571
+ 1 == 0
572
+ with message:
573
+ Testing if fib[3] (3) is even
574
+
575
+ MiscTests.cpp:<line number>: FAILED:
576
+ CHECK( ( fib[i] % 2 ) == 0 )
577
+ with expansion:
578
+ 1 == 0
579
+ with message:
580
+ Testing if fib[4] (5) is even
581
+
582
+ MiscTests.cpp:<line number>: FAILED:
583
+ CHECK( ( fib[i] % 2 ) == 0 )
584
+ with expansion:
585
+ 1 == 0
586
+ with message:
587
+ Testing if fib[6] (13) is even
588
+
589
+ MiscTests.cpp:<line number>: FAILED:
590
+ CHECK( ( fib[i] % 2 ) == 0 )
591
+ with expansion:
592
+ 1 == 0
593
+ with message:
594
+ Testing if fib[7] (21) is even
595
+
596
+ A string sent directly to stdout
597
+ A string sent directly to stderr
598
+ -------------------------------------------------------------------------------
599
+ checkedIf, failing
600
+ -------------------------------------------------------------------------------
601
+ MiscTests.cpp:<line number>
602
+ ...............................................................................
603
+
604
+ MiscTests.cpp:<line number>: FAILED:
605
+ CHECKED_IF( flag )
606
+ with expansion:
607
+ false
608
+
609
+ MiscTests.cpp:<line number>: FAILED:
610
+ REQUIRE( testCheckedIf( false ) )
611
+ with expansion:
612
+ false
613
+
614
+ -------------------------------------------------------------------------------
615
+ checkedElse, failing
616
+ -------------------------------------------------------------------------------
617
+ MiscTests.cpp:<line number>
618
+ ...............................................................................
619
+
620
+ MiscTests.cpp:<line number>: FAILED:
621
+ CHECKED_ELSE( flag )
622
+ with expansion:
623
+ false
624
+
625
+ MiscTests.cpp:<line number>: FAILED:
626
+ REQUIRE( testCheckedElse( false ) )
627
+ with expansion:
628
+ false
629
+
630
+ -------------------------------------------------------------------------------
631
+ send a single char to INFO
632
+ -------------------------------------------------------------------------------
633
+ MiscTests.cpp:<line number>
634
+ ...............................................................................
635
+
636
+ MiscTests.cpp:<line number>: FAILED:
637
+ REQUIRE( false )
638
+ with message:
639
+ 3
640
+
641
+ -------------------------------------------------------------------------------
642
+ Contains string matcher
643
+ -------------------------------------------------------------------------------
644
+ MiscTests.cpp:<line number>
645
+ ...............................................................................
646
+
647
+ MiscTests.cpp:<line number>: FAILED:
648
+ CHECK_THAT( testStringForMatching() Contains( "not there" ) )
649
+ with expansion:
650
+ "this string contains 'abc' as a substring" contains: "not there"
651
+
652
+ -------------------------------------------------------------------------------
653
+ StartsWith string matcher
654
+ -------------------------------------------------------------------------------
655
+ MiscTests.cpp:<line number>
656
+ ...............................................................................
657
+
658
+ MiscTests.cpp:<line number>: FAILED:
659
+ CHECK_THAT( testStringForMatching() StartsWith( "string" ) )
660
+ with expansion:
661
+ "this string contains 'abc' as a substring" starts with: "string"
662
+
663
+ -------------------------------------------------------------------------------
664
+ EndsWith string matcher
665
+ -------------------------------------------------------------------------------
666
+ MiscTests.cpp:<line number>
667
+ ...............................................................................
668
+
669
+ MiscTests.cpp:<line number>: FAILED:
670
+ CHECK_THAT( testStringForMatching() EndsWith( "this" ) )
671
+ with expansion:
672
+ "this string contains 'abc' as a substring" ends with: "this"
673
+
674
+ -------------------------------------------------------------------------------
675
+ Equals string matcher
676
+ -------------------------------------------------------------------------------
677
+ MiscTests.cpp:<line number>
678
+ ...............................................................................
679
+
680
+ MiscTests.cpp:<line number>: FAILED:
681
+ CHECK_THAT( testStringForMatching() Equals( "something else" ) )
682
+ with expansion:
683
+ "this string contains 'abc' as a substring" equals: "something else"
684
+
685
+ -------------------------------------------------------------------------------
686
+ Nice descriptive name
687
+ -------------------------------------------------------------------------------
688
+ MiscTests.cpp:<line number>
689
+ ...............................................................................
690
+
691
+ MiscTests.cpp:<line number>:
692
+ warning:
693
+ This one ran
694
+
695
+ -------------------------------------------------------------------------------
696
+ A couple of nested sections followed by a failure
697
+ -------------------------------------------------------------------------------
698
+ MiscTests.cpp:<line number>
699
+ ...............................................................................
700
+
701
+ MiscTests.cpp:<line number>: FAILED:
702
+ explicitly with message:
703
+ to infinity and beyond
704
+
705
+ -------------------------------------------------------------------------------
706
+ A couple of nested sections followed by a failure
707
+ -------------------------------------------------------------------------------
708
+ MiscTests.cpp:<line number>
709
+ ...............................................................................
710
+
711
+ MiscTests.cpp:<line number>: FAILED:
712
+ explicitly with message:
713
+ to infinity and beyond
714
+
715
+ -------------------------------------------------------------------------------
716
+ A couple of nested sections followed by a failure
717
+ -------------------------------------------------------------------------------
718
+ MiscTests.cpp:<line number>
719
+ ...............................................................................
720
+
721
+ MiscTests.cpp:<line number>: FAILED:
722
+ explicitly with message:
723
+ to infinity and beyond
724
+
725
+ hello
726
+ hello
727
+ -------------------------------------------------------------------------------
728
+ Where the is more to the expression after the RHS[failing]
729
+ -------------------------------------------------------------------------------
730
+ TrickyTests.cpp:<line number>
731
+ ...............................................................................
732
+
733
+ TrickyTests.cpp:<line number>:
734
+ warning:
735
+ Uncomment the code in this test to check that it gives a sensible compiler
736
+ error
737
+
738
+ -------------------------------------------------------------------------------
739
+ Where the LHS is not a simple value[failing]
740
+ -------------------------------------------------------------------------------
741
+ TrickyTests.cpp:<line number>
742
+ ...............................................................................
743
+
744
+ TrickyTests.cpp:<line number>:
745
+ warning:
746
+ Uncomment the code in this test to check that it gives a sensible compiler
747
+ error
748
+
749
+ -------------------------------------------------------------------------------
750
+ A failing expression with a non streamable type is still captured[failing]
751
+ -------------------------------------------------------------------------------
752
+ TrickyTests.cpp:<line number>
753
+ ...............................................................................
754
+
755
+ TrickyTests.cpp:<line number>: FAILED:
756
+ CHECK( &o1 == &o2 )
757
+ with expansion:
758
+ 0x<hex digits> == 0x<hex digits>
759
+
760
+ TrickyTests.cpp:<line number>: FAILED:
761
+ CHECK( o1 == o2 )
762
+ with expansion:
763
+ {?} == {?}
764
+
765
+ -------------------------------------------------------------------------------
766
+ string literals of different sizes can be compared[failing]
767
+ -------------------------------------------------------------------------------
768
+ TrickyTests.cpp:<line number>
769
+ ...............................................................................
770
+
771
+ TrickyTests.cpp:<line number>: FAILED:
772
+ REQUIRE( std::string( "first" ) == "second" )
773
+ with expansion:
774
+ "first" == "second"
775
+
776
+ ===============================================================================
777
+ 125 test cases - 38 failed (661 assertions - 93 failed)
778
+