quarry 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (313) hide show
  1. data/CHANGES +40 -3
  2. data/MANIFEST +290 -78
  3. data/README +51 -37
  4. data/RELEASE +12 -0
  5. data/VERSION +1 -1
  6. data/bin/quarry +117 -0
  7. data/bin/quarry-doc +26 -0
  8. data/bin/ruby-break +10 -0
  9. data/bin/{xact-ruby → ruby-xacto} +0 -0
  10. data/doc/assets/images/clipboard.jpg +0 -0
  11. data/doc/assets/images/clipboard2.png +0 -0
  12. data/doc/assets/images/darksilver.png +0 -0
  13. data/doc/assets/images/icon/book.jpg +0 -0
  14. data/doc/assets/images/icon/download.gif +0 -0
  15. data/doc/assets/images/icon/letter_r.png +0 -0
  16. data/doc/assets/images/icon/license.png +0 -0
  17. data/doc/assets/images/icon/software.png +0 -0
  18. data/doc/assets/images/icon/source.png +0 -0
  19. data/doc/assets/images/miner.jpg +0 -0
  20. data/doc/assets/images/rbrylmtrx.png +0 -0
  21. data/doc/assets/images/ruby.gif +0 -0
  22. data/doc/assets/images/runneth.png +0 -0
  23. data/doc/assets/images/silver.gif +0 -0
  24. data/doc/assets/images/test.jpg +0 -0
  25. data/doc/assets/jquery/jquery.js +1 -0
  26. data/doc/assets/jquery/jquery.tabs.js +1 -0
  27. data/doc/assets/rdoc_ad.html +12 -0
  28. data/doc/assets/styles/index.css +138 -0
  29. data/doc/guide/stubs.md +125 -0
  30. data/doc/index.html +285 -0
  31. data/doc/log/bstats/stats.html +39 -0
  32. data/doc/log/notes.xml +32 -0
  33. data/doc/log/stats.html +25 -0
  34. data/doc/log/stats.log +14 -0
  35. data/doc/log/syntax.log +0 -0
  36. data/doc/rdoc/classes/Assertion/False.html +151 -106
  37. data/doc/rdoc/classes/Assertion/True.html +128 -113
  38. data/doc/rdoc/classes/Assertion.html +147 -77
  39. data/doc/rdoc/classes/Kernel.html +84 -65
  40. data/doc/rdoc/classes/Method.html +123 -92
  41. data/doc/rdoc/classes/Object.html +468 -115
  42. data/doc/rdoc/classes/Quarry/Break.html +231 -0
  43. data/doc/rdoc/classes/Quarry/Command.html +443 -0
  44. data/doc/rdoc/classes/Quarry/Extract.html +215 -0
  45. data/doc/rdoc/classes/Quarry/MethodProbe.html +203 -145
  46. data/doc/rdoc/classes/Quarry/Mock/Delegator.html +179 -0
  47. data/doc/rdoc/classes/Quarry/Mock/Setter.html +175 -0
  48. data/doc/rdoc/classes/Quarry/Mock.html +211 -67
  49. data/doc/rdoc/classes/Quarry/Spec/Comment.html +237 -0
  50. data/doc/rdoc/classes/Quarry/Spec/Config.html +257 -0
  51. data/doc/rdoc/classes/Quarry/Spec/Context.html +154 -0
  52. data/doc/rdoc/classes/Quarry/Spec/Document.html +382 -0
  53. data/doc/rdoc/classes/Quarry/Spec/Header.html +195 -0
  54. data/doc/rdoc/classes/Quarry/Spec/Macro.html +166 -0
  55. data/doc/rdoc/classes/Quarry/Spec/Markup.html +279 -0
  56. data/doc/rdoc/classes/Quarry/Spec/Reporter/DotProgress.html +234 -0
  57. data/doc/rdoc/classes/Quarry/Spec/Reporter/Summary.html +294 -0
  58. data/doc/rdoc/classes/Quarry/Spec/Reporter/Verbatim.html +311 -0
  59. data/doc/rdoc/classes/Quarry/Spec/Runner.html +352 -0
  60. data/doc/rdoc/classes/Quarry/Spec/Step.html +190 -0
  61. data/doc/rdoc/classes/Quarry/Spec/Template.html +205 -0
  62. data/doc/rdoc/classes/Quarry/Stub/Delegator.html +179 -0
  63. data/doc/rdoc/classes/Quarry/Stub/Setter.html +175 -0
  64. data/doc/rdoc/classes/Quarry/Stub.html +224 -0
  65. data/doc/rdoc/classes/Quarry.html +153 -154
  66. data/doc/rdoc/created.rid +1 -1
  67. data/doc/rdoc/files/CHANGES.html +126 -76
  68. data/doc/rdoc/files/COPYING.html +84 -73
  69. data/doc/rdoc/files/README.html +135 -111
  70. data/doc/rdoc/files/RELEASE.html +122 -0
  71. data/doc/rdoc/files/VERSION.html +85 -74
  72. data/doc/rdoc/files/bin/quarry-doc.html +109 -0
  73. data/doc/rdoc/files/bin/quarry.html +109 -0
  74. data/doc/rdoc/files/bin/ruby-break.html +108 -0
  75. data/doc/rdoc/files/bin/ruby-xacto.html +101 -0
  76. data/doc/rdoc/files/lib/quarry/assert_rb.html +155 -0
  77. data/doc/rdoc/files/lib/quarry/break_rb.html +101 -0
  78. data/doc/rdoc/files/lib/quarry/extract_rb.html +108 -0
  79. data/doc/rdoc/files/lib/quarry/loadmonitor_rb.html +80 -71
  80. data/doc/rdoc/files/lib/quarry/spec/config_rb.html +101 -0
  81. data/doc/rdoc/files/lib/quarry/spec/context_rb.html +101 -0
  82. data/doc/rdoc/files/lib/quarry/spec/document_rb.html +111 -0
  83. data/doc/rdoc/files/lib/quarry/spec/markup_rb.html +108 -0
  84. data/doc/rdoc/files/lib/quarry/spec/reporter/dotprogress_rb.html +108 -0
  85. data/doc/rdoc/files/lib/quarry/spec/reporter/summary_rb.html +108 -0
  86. data/doc/rdoc/files/lib/quarry/spec/reporter/verbatim_rb.html +108 -0
  87. data/doc/rdoc/files/lib/quarry/spec/reporter_rb.html +109 -0
  88. data/doc/rdoc/files/lib/quarry/spec/runner_rb.html +109 -0
  89. data/doc/rdoc/files/lib/quarry/spec/step_rb.html +101 -0
  90. data/doc/rdoc/files/lib/quarry/spec/template_rhtml.html +228 -0
  91. data/doc/rdoc/files/lib/quarry/spec_rb.html +113 -0
  92. data/doc/rdoc/files/lib/quarry/stub/mock_rb.html +101 -0
  93. data/doc/rdoc/files/lib/quarry/stub/probe_rb.html +122 -0
  94. data/doc/rdoc/files/lib/quarry/stub/spec_txt.html +118 -0
  95. data/doc/rdoc/files/lib/quarry/stub/stub_rb.html +101 -0
  96. data/doc/rdoc/fr_class_index.html +48 -52
  97. data/doc/rdoc/fr_file_index.html +47 -57
  98. data/doc/rdoc/fr_method_index.html +109 -69
  99. data/doc/rdoc/index.html +12 -14
  100. data/doc/rdoc/rdoc-style.css +154 -121
  101. data/doc/ri/Assertion/False/cdesc-False.yaml +5 -3
  102. data/doc/ri/Assertion/True/cdesc-True.yaml +4 -2
  103. data/doc/ri/Assertion/True/message-c.yaml +2 -2
  104. data/doc/ri/Assertion/True/message-i.yaml +1 -1
  105. data/doc/ri/Assertion/True/method_missing-i.yaml +4 -3
  106. data/doc/ri/Assertion/cdesc-Assertion.yaml +24 -1
  107. data/doc/ri/Object/assert%21-i.yaml +7 -4
  108. data/doc/ri/Object/assert-i.yaml +3 -2
  109. data/doc/ri/Object/assert_raises%21-i.yaml +12 -0
  110. data/doc/ri/Object/assert_raises-i.yaml +15 -0
  111. data/doc/ri/Object/cdesc-Object.yaml +24 -2
  112. data/doc/ri/{Quarry/Design/Specification/outline-i.yaml → Object/mock-i.yaml} +4 -4
  113. data/doc/ri/Object/refute-i.yaml +13 -0
  114. data/doc/ri/Object/refute_raises-i.yaml +17 -0
  115. data/doc/ri/Object/remove-i.yaml +12 -0
  116. data/doc/ri/{Quarry/Design/check-c.yaml → Object/should-i.yaml} +4 -4
  117. data/doc/ri/Object/should_not-i.yaml +12 -0
  118. data/doc/ri/Object/should_not_raise-i.yaml +12 -0
  119. data/doc/ri/Object/should_raise-i.yaml +12 -0
  120. data/doc/ri/{Quarry/Mock/Object/mock-c.yaml → Object/stub-i.yaml} +5 -5
  121. data/doc/ri/{Module/cdesc-Module.yaml → Quarry/Break/cdesc-Break.yaml} +10 -8
  122. data/doc/ri/Quarry/Break/edit-i.yaml +11 -0
  123. data/doc/ri/Quarry/Break/new-c.yaml +11 -0
  124. data/doc/ri/Quarry/Extract/cdesc-Extract.yaml +26 -0
  125. data/doc/ri/Quarry/Extract/create_test-i.yaml +12 -0
  126. data/doc/ri/Quarry/Extract/extract_test_from_file-i.yaml +12 -0
  127. data/doc/ri/Quarry/Extract/test_extract-i.yaml +18 -0
  128. data/doc/ri/Quarry/Mock/Delegator/cdesc-Delegator.yaml +20 -0
  129. data/doc/ri/Quarry/{Design/Specification/Context → Mock/Delegator}/method_missing-i.yaml +2 -2
  130. data/doc/ri/Quarry/{Design/specification-c.yaml → Mock/Delegator/new-c.yaml} +3 -3
  131. data/doc/ri/{Module/method_added-i.yaml → Quarry/Mock/Setter/%3d%3d-i.yaml} +3 -3
  132. data/doc/ri/Quarry/Mock/Setter/cdesc-Setter.yaml +18 -0
  133. data/doc/ri/Quarry/Mock/Setter/new-c.yaml +10 -0
  134. data/doc/ri/Quarry/Mock/__table__-i.yaml +11 -0
  135. data/doc/ri/Quarry/Mock/cdesc-Mock.yaml +17 -7
  136. data/doc/ri/Quarry/Mock/method_missing-i.yaml +12 -0
  137. data/doc/ri/Quarry/{Design/outline-c.yaml → Mock/new-c.yaml} +2 -2
  138. data/doc/ri/Quarry/Spec/Comment/cdesc-Comment.yaml +33 -0
  139. data/doc/ri/Quarry/Spec/Comment/macro%3f-i.yaml +12 -0
  140. data/doc/ri/Quarry/Spec/Comment/new-c.yaml +10 -0
  141. data/doc/ri/Quarry/Spec/Comment/type-i.yaml +12 -0
  142. data/doc/ri/Quarry/Spec/Config/after-i.yaml +12 -0
  143. data/doc/ri/Quarry/Spec/Config/after_spec-i.yaml +12 -0
  144. data/doc/ri/Quarry/Spec/Config/before-i.yaml +12 -0
  145. data/doc/ri/Quarry/Spec/Config/before_spec-i.yaml +12 -0
  146. data/doc/ri/Quarry/{Design/Specification/Context/cdesc-Context.yaml → Spec/Config/cdesc-Config.yaml} +11 -9
  147. data/doc/ri/Quarry/{Mock/Object/mocks-c.yaml → Spec/Config/new-c.yaml} +2 -2
  148. data/doc/ri/Quarry/Spec/Context/cdesc-Context.yaml +21 -0
  149. data/doc/ri/Quarry/{Design/specifications-c.yaml → Spec/Context/new-c.yaml} +2 -2
  150. data/doc/ri/Quarry/Spec/Document/cdesc-Document.yaml +76 -0
  151. data/doc/ri/Quarry/Spec/Document/generate-i.yaml +12 -0
  152. data/doc/ri/Quarry/{Mock/Object/echo-c.yaml → Spec/Document/new-c.yaml} +4 -4
  153. data/doc/ri/Quarry/Spec/Document/quiet%3f-i.yaml +12 -0
  154. data/doc/ri/Quarry/Spec/Document/require_rdoc-i.yaml +11 -0
  155. data/doc/ri/Quarry/Spec/Document/save-i.yaml +12 -0
  156. data/doc/ri/Quarry/Spec/Document/template-i.yaml +12 -0
  157. data/doc/ri/Quarry/Spec/Header/cdesc-Header.yaml +30 -0
  158. data/doc/ri/Quarry/Spec/Header/new-c.yaml +10 -0
  159. data/doc/ri/Quarry/Spec/Macro/cdesc-Macro.yaml +22 -0
  160. data/doc/ri/Quarry/Spec/Macro/new-c.yaml +10 -0
  161. data/doc/ri/Quarry/Spec/Markup/cdesc-Markup.yaml +31 -0
  162. data/doc/ri/Quarry/Spec/Markup/description-i.yaml +11 -0
  163. data/doc/ri/Quarry/Spec/Markup/new-c.yaml +11 -0
  164. data/doc/ri/Quarry/Spec/Markup/parse-i.yaml +11 -0
  165. data/doc/ri/Quarry/Spec/Markup/parse_section-i.yaml +11 -0
  166. data/doc/ri/Quarry/Spec/Reporter/DotProgress/cdesc-DotProgress.yaml +21 -0
  167. data/doc/ri/Quarry/{Design/Specification/Context/specifications-i.yaml → Spec/Reporter/DotProgress/report_intro-i.yaml} +2 -2
  168. data/doc/ri/Quarry/Spec/Reporter/DotProgress/report_step-i.yaml +10 -0
  169. data/doc/ri/Quarry/Spec/Reporter/DotProgress/report_summary-i.yaml +16 -0
  170. data/doc/ri/Quarry/Spec/Reporter/Summary/cdesc-Summary.yaml +31 -0
  171. data/doc/ri/Quarry/Spec/Reporter/Summary/report_comment-i.yaml +10 -0
  172. data/doc/ri/Quarry/Spec/Reporter/Summary/report_error-i.yaml +10 -0
  173. data/doc/ri/Quarry/Spec/Reporter/Summary/report_fail-i.yaml +10 -0
  174. data/doc/ri/Quarry/Spec/Reporter/Summary/report_header-i.yaml +10 -0
  175. data/doc/ri/Quarry/Spec/Reporter/Summary/report_macro-i.yaml +10 -0
  176. data/doc/ri/Quarry/{Design/Specification/Context/before-i.yaml → Spec/Reporter/Summary/report_pass-i.yaml} +3 -3
  177. data/doc/ri/Quarry/Spec/Reporter/Verbatim/cdesc-Verbatim.yaml +29 -0
  178. data/doc/ri/Quarry/Spec/Reporter/Verbatim/report_comment-i.yaml +10 -0
  179. data/doc/ri/Quarry/Spec/Reporter/Verbatim/report_error-i.yaml +10 -0
  180. data/doc/ri/Quarry/Spec/Reporter/Verbatim/report_fail-i.yaml +10 -0
  181. data/doc/ri/Quarry/Spec/Reporter/Verbatim/report_header-i.yaml +16 -0
  182. data/doc/ri/Quarry/Spec/Reporter/Verbatim/report_macro-i.yaml +10 -0
  183. data/doc/ri/Quarry/Spec/Reporter/Verbatim/report_pass-i.yaml +10 -0
  184. data/doc/ri/Quarry/Spec/Reporter/cdesc-Reporter.yaml +20 -0
  185. data/doc/ri/Quarry/Spec/Runner/cdesc-Runner.yaml +47 -0
  186. data/doc/ri/Quarry/{Design/Specification → Spec/Runner}/check-i.yaml +3 -3
  187. data/doc/ri/Quarry/Spec/Runner/check_spec-i.yaml +12 -0
  188. data/doc/ri/Quarry/{Design/Specification → Spec/Runner}/new-c.yaml +2 -2
  189. data/doc/ri/Quarry/Spec/Runner/run_step-i.yaml +12 -0
  190. data/doc/ri/Quarry/Spec/Step/cdesc-Step.yaml +30 -0
  191. data/doc/ri/Quarry/Spec/Step/new-c.yaml +10 -0
  192. data/doc/ri/Quarry/Spec/Template/cdesc-Template.yaml +31 -0
  193. data/doc/ri/Quarry/Spec/Template/new-c.yaml +11 -0
  194. data/doc/ri/Quarry/{Design/Specification/Context/after-i.yaml → Spec/Template/parse_template-i.yaml} +3 -3
  195. data/doc/ri/Quarry/Spec/cdesc-Spec.yaml +15 -0
  196. data/doc/ri/Quarry/Stub/Delegator/cdesc-Delegator.yaml +20 -0
  197. data/doc/ri/Quarry/Stub/Delegator/method_missing-i.yaml +10 -0
  198. data/doc/ri/Quarry/Stub/Delegator/new-c.yaml +10 -0
  199. data/doc/ri/Quarry/Stub/Setter/%3d%3d-i.yaml +10 -0
  200. data/doc/ri/Quarry/Stub/Setter/cdesc-Setter.yaml +18 -0
  201. data/doc/ri/Quarry/Stub/Setter/new-c.yaml +10 -0
  202. data/doc/ri/Quarry/Stub/__table__-i.yaml +11 -0
  203. data/doc/ri/Quarry/Stub/cdesc-Stub.yaml +23 -0
  204. data/doc/ri/Quarry/Stub/method_missing-i.yaml +11 -0
  205. data/doc/ri/Quarry/Stub/new-c.yaml +10 -0
  206. data/doc/ri/Quarry/cdesc-Quarry.yaml +2 -3
  207. data/doc/ri/created.rid +1 -1
  208. data/doc/spec/stub.html +394 -0
  209. data/lib/quarry/assert.rb +198 -0
  210. data/lib/quarry/break.rb +51 -0
  211. data/lib/quarry/extract.rb +135 -0
  212. data/lib/quarry/loadmonitor.rb +6 -1
  213. data/lib/quarry/spec/config.rb +32 -0
  214. data/lib/quarry/spec/context.rb +19 -0
  215. data/lib/quarry/spec/document.rb +130 -0
  216. data/lib/quarry/spec/markup.rb +85 -0
  217. data/lib/quarry/spec/reporter/dotprogress.rb +66 -0
  218. data/lib/quarry/spec/reporter/summary.rb +74 -0
  219. data/lib/quarry/spec/reporter/verbatim.rb +87 -0
  220. data/lib/quarry/spec/reporter.rb +74 -0
  221. data/lib/quarry/spec/runner.rb +127 -0
  222. data/lib/quarry/spec/step.rb +78 -0
  223. data/lib/quarry/spec/template.rhtml +116 -0
  224. data/lib/quarry/spec.rb +7 -0
  225. data/lib/quarry/stub/mock.rb +94 -0
  226. data/lib/quarry/{methodprobe.rb → stub/probe.rb} +0 -0
  227. data/lib/quarry/stub/spec.txt +113 -0
  228. data/lib/quarry/stub/stub.rb +93 -0
  229. data/meta/abstract +5 -0
  230. data/meta/authors +1 -0
  231. data/meta/created +1 -0
  232. data/meta/homepage +1 -0
  233. data/meta/requires +1 -0
  234. data/meta/summary +1 -0
  235. data/spec/basic.rd +20 -0
  236. data/spec/complex.rd +50 -0
  237. data/spec/mock.rd +53 -0
  238. data/spec/stub.rd +61 -0
  239. data/{lib/quarry → work/consider}/document.rb +0 -0
  240. data/work/consider/fixture.rb +153 -0
  241. data/{lib/quarry → work/deprecated}/assert/must.rb +1 -0
  242. data/{lib/quarry → work/deprecated}/assert/should.rb +0 -0
  243. data/work/deprecated/build.rb +82 -0
  244. data/work/deprecated/mock/file.rb +11 -0
  245. data/work/deprecated/mock/mock.0.rb +77 -0
  246. data/work/deprecated/overlay.rb +64 -0
  247. data/work/deprecated/spec.rb +195 -0
  248. data/work/deprecated/stub/stub.0.rb +180 -0
  249. data/work/deprecated/stub/stub.1.rb +114 -0
  250. data/work/deprecated/stub/test_stub.rb +66 -0
  251. data/work/deprecated/test/case.rb +141 -0
  252. data/work/sandbox/assert.rb +100 -0
  253. data/work/sandbox/bug.rb +49 -0
  254. data/work/sandbox/build/announce.rb +213 -0
  255. data/work/sandbox/build/check.rb +109 -0
  256. data/work/sandbox/build/gem.rb +235 -0
  257. data/work/sandbox/build/make.rb +118 -0
  258. data/work/sandbox/build/manpage.rb +201 -0
  259. data/work/sandbox/build/notes.rb +214 -0
  260. data/work/sandbox/build/pack.rb +228 -0
  261. data/work/sandbox/build/rdoc.rb +289 -0
  262. data/work/sandbox/build/rubyforge.rb +91 -0
  263. data/work/sandbox/build/sign.rb +241 -0
  264. data/work/sandbox/build/stamp.rb +37 -0
  265. data/work/sandbox/build/stats.rb +154 -0
  266. data/work/sandbox/build/svn.rb +193 -0
  267. data/work/sandbox/build/test.rb +521 -0
  268. data/work/sandbox/design.rb +200 -0
  269. data/work/sandbox/iface_scanner.rb +102 -0
  270. data/work/sandbox/testunit/assertions/assert_has_keys.rb +38 -0
  271. data/work/sandbox/testunit/assertions/assert_has_only_keys.rb +38 -0
  272. data/work/sandbox/testunit/unit.rb +104 -0
  273. data/work/sandbox/unitspec.rb +54 -0
  274. data/work/sandbox/x_isotest.rb +532 -0
  275. metadata +318 -93
  276. data/METADATA +0 -22
  277. data/NEWS +0 -8
  278. data/bin/rubybreak +0 -3
  279. data/demo/spec/demo_check.rb +0 -21
  280. data/demo/spec/demo_outline.rb +0 -25
  281. data/demo/test/demo_run.rb +0 -21
  282. data/doc/manual.html2 +0 -1416
  283. data/doc/rdoc/classes/Module.html +0 -165
  284. data/doc/rdoc/classes/Quarry/Design/Specification/Context.html +0 -174
  285. data/doc/rdoc/classes/Quarry/Design/Specification.html +0 -265
  286. data/doc/rdoc/classes/Quarry/Design.html +0 -170
  287. data/doc/rdoc/classes/Quarry/Mock/Object.html +0 -276
  288. data/doc/rdoc/files/MANIFEST.html +0 -630
  289. data/doc/rdoc/files/METADATA.html +0 -92
  290. data/doc/rdoc/files/NEWS.html +0 -99
  291. data/doc/rdoc/files/bin/rubybreak.html +0 -96
  292. data/doc/rdoc/files/bin/xact-ruby.html +0 -92
  293. data/doc/rdoc/files/lib/quarry/assert/must_rb.html +0 -96
  294. data/doc/rdoc/files/lib/quarry/assert/should_rb.html +0 -96
  295. data/doc/rdoc/files/lib/quarry/assertion_rb.html +0 -96
  296. data/doc/rdoc/files/lib/quarry/breakout_rb.html +0 -144
  297. data/doc/rdoc/files/lib/quarry/design/spec_rb.html +0 -100
  298. data/doc/rdoc/files/lib/quarry/document_rb.html +0 -92
  299. data/doc/rdoc/files/lib/quarry/methodprobe_rb.html +0 -111
  300. data/doc/rdoc/files/lib/quarry/mock/object_rb.html +0 -123
  301. data/doc/rdoc/files/lib/quarry/mockery_rb.html +0 -115
  302. data/doc/ri/Module/doc-i.yaml +0 -16
  303. data/doc/ri/Quarry/Design/Specification/cdesc-Specification.yaml +0 -44
  304. data/doc/ri/Quarry/Design/cdesc-Design.yaml +0 -22
  305. data/doc/ri/Quarry/Mock/Object/cdesc-Object.yaml +0 -52
  306. data/doc/ri/Quarry/Mock/Object/keys-c.yaml +0 -12
  307. data/doc/ri/Quarry/Mock/Object/spin-c.yaml +0 -12
  308. data/doc/ri/Quarry/Mockery-i.yaml +0 -12
  309. data/lib/quarry/assertion.rb +0 -95
  310. data/lib/quarry/breakout.rb +0 -45
  311. data/lib/quarry/design/spec.rb +0 -197
  312. data/lib/quarry/mock/object.rb +0 -169
  313. data/lib/quarry/mockery.rb +0 -85
@@ -5,7 +5,30 @@ class_methods: []
5
5
 
6
6
  comment:
7
7
  - !ruby/struct:SM::Flow::P
8
- body: Assertion object is a special subclass of Exception, used to raise assertion errors.
8
+ body: Assertion is a special subclass of Exception used to raise assertion errors.
9
+ - !ruby/struct:SM::Flow::P
10
+ body: "Assertions are generally invoked via the #assert or #should functors. For instance to assert that 4 == 4 use:"
11
+ - !ruby/struct:SM::Flow::VERB
12
+ body: " 4.assert == 4\n"
13
+ - !ruby/struct:SM::Flow::P
14
+ body: If the assertion does not hold true an Assertion exception will be raised.
15
+ - !ruby/struct:SM::Flow::P
16
+ body: You can also create your own assertion "macros" simply by defining applicable methods resuing previous assertion methods.
17
+ - !ruby/struct:SM::Flow::VERB
18
+ body: " class Module\n def should_be_enumerable(module)\n should < Enumerable\n instance_methods.should.include?('each')\n end\n end\n"
19
+ - !ruby/struct:SM::Flow::P
20
+ body: "As fancy as assertion functors may seem, under the hood they translate into quite simple code. Consider this valid macro:"
21
+ - !ruby/struct:SM::Flow::VERB
22
+ body: " def assert_fail_every_time\n raise Assertion, "this will fail every time"\n end\n"
23
+ - !ruby/struct:SM::Flow::P
24
+ body: Not very useful, but completely valid.
25
+ - !ruby/struct:SM::Flow::H
26
+ level: 2
27
+ text: Concerning Nomenclature
28
+ - !ruby/struct:SM::Flow::P
29
+ body: Unfortunately there's a bit of rift in the naming scheme of assertion methods. With TDD the term 'assert' became the standard. However, with the advent of BDD, 'should' has become the dominant term.
30
+ - !ruby/struct:SM::Flow::P
31
+ body: If I had my druthers I would probably have picked 'must' since it is short and carries the semantics of enforcement.
9
32
  constants: []
10
33
 
11
34
  full_name: Assertion
@@ -1,12 +1,15 @@
1
1
  --- !ruby/object:RI::MethodDescription
2
- aliases: []
3
-
2
+ aliases:
3
+ - !ruby/object:RI::AliasName
4
+ name: refute
4
5
  block_params:
5
6
  comment:
6
7
  - !ruby/struct:SM::Flow::P
7
- body: Assert not an operational relationship.
8
+ body: Assert not an operational relationship. Read it as "assert not".
9
+ - !ruby/struct:SM::Flow::VERB
10
+ body: " 4.assert! == 4 #=> Assertion Error\n"
8
11
  - !ruby/struct:SM::Flow::P
9
- body: "4.assert! == 4 #=> Assertion Error"
12
+ body: "AUHTOR'S NOTE: This method would not be necessary if Ruby would allow +!=+ to be define as a method, or at least +!+ as a unary method."
10
13
  full_name: Object#assert!
11
14
  is_singleton: false
12
15
  name: assert!
@@ -1,6 +1,7 @@
1
1
  --- !ruby/object:RI::MethodDescription
2
- aliases: []
3
-
2
+ aliases:
3
+ - !ruby/object:RI::AliasName
4
+ name: should
4
5
  block_params:
5
6
  comment:
6
7
  - !ruby/struct:SM::Flow::P
@@ -0,0 +1,12 @@
1
+ --- !ruby/object:RI::MethodDescription
2
+ aliases: []
3
+
4
+ block_params:
5
+ comment:
6
+ - !ruby/struct:SM::Flow::P
7
+ body: "Alias for #refute_raises"
8
+ full_name: Object#assert_raises!
9
+ is_singleton: false
10
+ name: assert_raises!
11
+ params: (exception, &block)
12
+ visibility: public
@@ -0,0 +1,15 @@
1
+ --- !ruby/object:RI::MethodDescription
2
+ aliases:
3
+ - !ruby/object:RI::AliasName
4
+ name: should_raise
5
+ block_params:
6
+ comment:
7
+ - !ruby/struct:SM::Flow::P
8
+ body: Provides a way to assert that a procedure raises an exception.
9
+ - !ruby/struct:SM::Flow::VERB
10
+ body: " assert_raises(StandardError){ raise }\n"
11
+ full_name: Object#assert_raises
12
+ is_singleton: false
13
+ name: assert_raises
14
+ params: (exception, &block)
15
+ visibility: public
@@ -4,8 +4,6 @@ attributes: []
4
4
  class_methods: []
5
5
 
6
6
  comment:
7
- - !ruby/struct:SM::Flow::P
8
- body: Copyright (c) 2008 Tiger Ops
9
7
  constants: []
10
8
 
11
9
  full_name: Object
@@ -16,5 +14,29 @@ instance_methods:
16
14
  name: assert
17
15
  - !ruby/object:RI::MethodSummary
18
16
  name: assert!
17
+ - !ruby/object:RI::MethodSummary
18
+ name: assert_raises
19
+ - !ruby/object:RI::MethodSummary
20
+ name: assert_raises!
21
+ - !ruby/object:RI::MethodSummary
22
+ name: mock
23
+ - !ruby/object:RI::MethodSummary
24
+ name: refute
25
+ - !ruby/object:RI::MethodSummary
26
+ name: refute_raises
27
+ - !ruby/object:RI::MethodSummary
28
+ name: remove
29
+ - !ruby/object:RI::MethodSummary
30
+ name: remove
31
+ - !ruby/object:RI::MethodSummary
32
+ name: should
33
+ - !ruby/object:RI::MethodSummary
34
+ name: should_not
35
+ - !ruby/object:RI::MethodSummary
36
+ name: should_not_raise
37
+ - !ruby/object:RI::MethodSummary
38
+ name: should_raise
39
+ - !ruby/object:RI::MethodSummary
40
+ name: stub
19
41
  name: Object
20
42
  superclass: Object
@@ -4,9 +4,9 @@ aliases: []
4
4
  block_params:
5
5
  comment:
6
6
  - !ruby/struct:SM::Flow::P
7
- body: Outline Specification
8
- full_name: Quarry::Design::Specification#outline
7
+ body: Create mock object.
8
+ full_name: Object#mock
9
9
  is_singleton: false
10
- name: outline
11
- params: (level=0)
10
+ name: mock
11
+ params: (mock_module=nil)
12
12
  visibility: public
@@ -0,0 +1,13 @@
1
+ --- !ruby/object:RI::MethodDescription
2
+ aliases:
3
+ - !ruby/object:RI::AliasName
4
+ name: should_not
5
+ block_params:
6
+ comment:
7
+ - !ruby/struct:SM::Flow::P
8
+ body: "Alias for #assert!"
9
+ full_name: Object#refute
10
+ is_singleton: false
11
+ name: refute
12
+ params: ()
13
+ visibility: public
@@ -0,0 +1,17 @@
1
+ --- !ruby/object:RI::MethodDescription
2
+ aliases:
3
+ - !ruby/object:RI::AliasName
4
+ name: assert_raises!
5
+ - !ruby/object:RI::AliasName
6
+ name: should_not_raise
7
+ block_params:
8
+ comment:
9
+ - !ruby/struct:SM::Flow::P
10
+ body: Provides a way to assert that a procedure does not raise an exception.
11
+ - !ruby/struct:SM::Flow::VERB
12
+ body: " refute_raises(StandardError){ raise }\n"
13
+ full_name: Object#refute_raises
14
+ is_singleton: false
15
+ name: refute_raises
16
+ params: (exception, &block)
17
+ visibility: public
@@ -0,0 +1,12 @@
1
+ --- !ruby/object:RI::MethodDescription
2
+ aliases: []
3
+
4
+ block_params:
5
+ comment:
6
+ - !ruby/struct:SM::Flow::P
7
+ body: We can't remove the module per-say. So we have to just neuter it. This is a very weak solution, but it will suffice for the moment.
8
+ full_name: Object#remove
9
+ is_singleton: false
10
+ name: remove
11
+ params: (stub_module=nil)
12
+ visibility: public
@@ -4,9 +4,9 @@ aliases: []
4
4
  block_params:
5
5
  comment:
6
6
  - !ruby/struct:SM::Flow::P
7
- body: "TODO: make output compatible with unit_diff ?"
8
- full_name: Quarry::Design::check
9
- is_singleton: true
10
- name: check
7
+ body: "Alias for #assert"
8
+ full_name: Object#should
9
+ is_singleton: false
10
+ name: should
11
11
  params: ()
12
12
  visibility: public
@@ -0,0 +1,12 @@
1
+ --- !ruby/object:RI::MethodDescription
2
+ aliases: []
3
+
4
+ block_params:
5
+ comment:
6
+ - !ruby/struct:SM::Flow::P
7
+ body: "Alias for #refute"
8
+ full_name: Object#should_not
9
+ is_singleton: false
10
+ name: should_not
11
+ params: ()
12
+ visibility: public
@@ -0,0 +1,12 @@
1
+ --- !ruby/object:RI::MethodDescription
2
+ aliases: []
3
+
4
+ block_params:
5
+ comment:
6
+ - !ruby/struct:SM::Flow::P
7
+ body: "Alias for #refute_raises"
8
+ full_name: Object#should_not_raise
9
+ is_singleton: false
10
+ name: should_not_raise
11
+ params: (exception, &block)
12
+ visibility: public
@@ -0,0 +1,12 @@
1
+ --- !ruby/object:RI::MethodDescription
2
+ aliases: []
3
+
4
+ block_params:
5
+ comment:
6
+ - !ruby/struct:SM::Flow::P
7
+ body: "Alias for #assert_raises"
8
+ full_name: Object#should_raise
9
+ is_singleton: false
10
+ name: should_raise
11
+ params: (exception, &block)
12
+ visibility: public
@@ -4,9 +4,9 @@ aliases: []
4
4
  block_params:
5
5
  comment:
6
6
  - !ruby/struct:SM::Flow::P
7
- body: Mock a static repsonse.
8
- full_name: Quarry::Mock::Object::mock
9
- is_singleton: true
10
- name: mock
11
- params: ( sym, val )
7
+ body: Create a new stub.
8
+ full_name: Object#stub
9
+ is_singleton: false
10
+ name: stub
11
+ params: (stub_module=nil)
12
12
  visibility: public
@@ -2,20 +2,22 @@
2
2
  attributes:
3
3
  - !ruby/object:RI::Attribute
4
4
  comment:
5
- name: docs
5
+ name: exception
6
6
  rw: R
7
- class_methods: []
8
-
7
+ class_methods:
8
+ - !ruby/object:RI::MethodSummary
9
+ name: new
9
10
  comment:
11
+ - !ruby/struct:SM::Flow::H
12
+ level: 1
13
+ text: Exception Break and Edit
10
14
  constants: []
11
15
 
12
- full_name: Module
16
+ full_name: Quarry::Break
13
17
  includes: []
14
18
 
15
19
  instance_methods:
16
20
  - !ruby/object:RI::MethodSummary
17
- name: doc
18
- - !ruby/object:RI::MethodSummary
19
- name: method_added
20
- name: Module
21
+ name: edit
22
+ name: Break
21
23
  superclass: Object
@@ -0,0 +1,11 @@
1
+ --- !ruby/object:RI::MethodDescription
2
+ aliases: []
3
+
4
+ block_params:
5
+ comment: []
6
+
7
+ full_name: Quarry::Break#edit
8
+ is_singleton: false
9
+ name: edit
10
+ params: ()
11
+ visibility: public
@@ -0,0 +1,11 @@
1
+ --- !ruby/object:RI::MethodDescription
2
+ aliases: []
3
+
4
+ block_params:
5
+ comment: []
6
+
7
+ full_name: Quarry::Break::new
8
+ is_singleton: true
9
+ name: new
10
+ params: (exception)
11
+ visibility: public
@@ -0,0 +1,26 @@
1
+ --- !ruby/object:RI::ClassDescription
2
+ attributes: []
3
+
4
+ class_methods: []
5
+
6
+ comment:
7
+ - !ruby/struct:SM::Flow::P
8
+ body: Extractor is a tool for extracting code from embedded comment blocks.
9
+ - !ruby/struct:SM::Flow::P
10
+ body: "TODO:"
11
+ - !ruby/struct:SM::Flow::VERB
12
+ body: " - Should extract_block handle more than the first matching block?\n - How can we handle embedded code in standard comments? Eg. #\n"
13
+ constants: []
14
+
15
+ full_name: Quarry::Extract
16
+ includes: []
17
+
18
+ instance_methods:
19
+ - !ruby/object:RI::MethodSummary
20
+ name: create_test
21
+ - !ruby/object:RI::MethodSummary
22
+ name: extract_test_from_file
23
+ - !ruby/object:RI::MethodSummary
24
+ name: test_extract
25
+ name: Extract
26
+ superclass:
@@ -0,0 +1,12 @@
1
+ --- !ruby/object:RI::MethodDescription
2
+ aliases: []
3
+
4
+ block_params:
5
+ comment:
6
+ - !ruby/struct:SM::Flow::P
7
+ body: Generate the test.
8
+ full_name: Quarry::Extract#create_test
9
+ is_singleton: false
10
+ name: create_test
11
+ params: (testing, file)
12
+ visibility: private
@@ -0,0 +1,12 @@
1
+ --- !ruby/object:RI::MethodDescription
2
+ aliases: []
3
+
4
+ block_params:
5
+ comment:
6
+ - !ruby/struct:SM::Flow::P
7
+ body: Extract test from a file's testing comments.
8
+ full_name: Quarry::Extract#extract_test_from_file
9
+ is_singleton: false
10
+ name: extract_test_from_file
11
+ params: (file)
12
+ visibility: private
@@ -0,0 +1,18 @@
1
+ --- !ruby/object:RI::MethodDescription
2
+ aliases: []
3
+
4
+ block_params:
5
+ comment:
6
+ - !ruby/struct:SM::Flow::P
7
+ body: "Extract unit tests. This task scans every package script looking for sections of the form:"
8
+ - !ruby/struct:SM::Flow::VERB
9
+ body: " =begin test\n ...\n =end\n"
10
+ - !ruby/struct:SM::Flow::P
11
+ body: With appropriate headers, it copies these sections to files in your project's test/ dir, which then can be run using the Ratchet test task. The exact directory layout of the files to be tested is reflected in the test directory. You can then use project.rb's test task to run the tests.
12
+ - !ruby/struct:SM::Flow::VERB
13
+ body: " files Files to extract ['lib/**/*.rb']\n output Test directory ['test/']\n"
14
+ full_name: Quarry::Extract#test_extract
15
+ is_singleton: false
16
+ name: test_extract
17
+ params: (files=nil)
18
+ visibility: public
@@ -0,0 +1,20 @@
1
+ --- !ruby/object:RI::ClassDescription
2
+ attributes: []
3
+
4
+ class_methods:
5
+ - !ruby/object:RI::MethodSummary
6
+ name: new
7
+ comment:
8
+ - !ruby/struct:SM::Flow::H
9
+ level: 1
10
+ text: Mock::Delegator
11
+ constants: []
12
+
13
+ full_name: Quarry::Mock::Delegator
14
+ includes: []
15
+
16
+ instance_methods:
17
+ - !ruby/object:RI::MethodSummary
18
+ name: method_missing
19
+ name: Delegator
20
+ superclass: Object
@@ -3,8 +3,8 @@ aliases: []
3
3
 
4
4
  block_params:
5
5
  comment:
6
- full_name: Quarry::Design::Specification::Context#method_missing
6
+ full_name: Quarry::Mock::Delegator#method_missing
7
7
  is_singleton: false
8
8
  name: method_missing
9
- params: (relation, *description, &specification)
9
+ params: (s, *a, &b)
10
10
  visibility: public
@@ -3,8 +3,8 @@ aliases: []
3
3
 
4
4
  block_params:
5
5
  comment:
6
- full_name: Quarry::Design::specification
6
+ full_name: Quarry::Mock::Delegator::new
7
7
  is_singleton: true
8
- name: specification
9
- params: (description, &specification)
8
+ name: new
9
+ params: (object, mock_module)
10
10
  visibility: public
@@ -3,8 +3,8 @@ aliases: []
3
3
 
4
4
  block_params:
5
5
  comment:
6
- full_name: Module#method_added
6
+ full_name: Quarry::Mock::Setter#==
7
7
  is_singleton: false
8
- name: method_added
9
- params: (meth)
8
+ name: ==
9
+ params: (result)
10
10
  visibility: public
@@ -0,0 +1,18 @@
1
+ --- !ruby/object:RI::ClassDescription
2
+ attributes: []
3
+
4
+ class_methods:
5
+ - !ruby/object:RI::MethodSummary
6
+ name: new
7
+ comment: []
8
+
9
+ constants: []
10
+
11
+ full_name: Quarry::Mock::Setter
12
+ includes: []
13
+
14
+ instance_methods:
15
+ - !ruby/object:RI::MethodSummary
16
+ name: ==
17
+ name: Setter
18
+ superclass: Object
@@ -0,0 +1,10 @@
1
+ --- !ruby/object:RI::MethodDescription
2
+ aliases: []
3
+
4
+ block_params:
5
+ comment:
6
+ full_name: Quarry::Mock::Setter::new
7
+ is_singleton: true
8
+ name: new
9
+ params: (table, interface)
10
+ visibility: public
@@ -0,0 +1,11 @@
1
+ --- !ruby/object:RI::MethodDescription
2
+ aliases: []
3
+
4
+ block_params:
5
+ comment: []
6
+
7
+ full_name: Quarry::Mock#__table__
8
+ is_singleton: false
9
+ name: __table__
10
+ params: ()
11
+ visibility: public
@@ -1,15 +1,25 @@
1
1
  --- !ruby/object:RI::ClassDescription
2
- attributes: []
3
-
4
- class_methods: []
5
-
2
+ attributes:
3
+ - !ruby/object:RI::Attribute
4
+ comment:
5
+ name: object
6
+ rw: R
7
+ class_methods:
8
+ - !ruby/object:RI::MethodSummary
9
+ name: new
6
10
  comment:
11
+ - !ruby/struct:SM::Flow::H
12
+ level: 1
13
+ text: Mock
7
14
  constants: []
8
15
 
9
16
  full_name: Quarry::Mock
10
17
  includes: []
11
18
 
12
- instance_methods: []
13
-
19
+ instance_methods:
20
+ - !ruby/object:RI::MethodSummary
21
+ name: __table__
22
+ - !ruby/object:RI::MethodSummary
23
+ name: method_missing
14
24
  name: Mock
15
- superclass:
25
+ superclass: Module
@@ -0,0 +1,12 @@
1
+ --- !ruby/object:RI::MethodDescription
2
+ aliases: []
3
+
4
+ block_params:
5
+ comment:
6
+ - !ruby/struct:SM::Flow::P
7
+ body: "TODO: Ruby has retry, but I need continue!"
8
+ full_name: Quarry::Mock#method_missing
9
+ is_singleton: false
10
+ name: method_missing
11
+ params: (meth, *args, &block)
12
+ visibility: public
@@ -3,8 +3,8 @@ aliases: []
3
3
 
4
4
  block_params:
5
5
  comment:
6
- full_name: Quarry::Design::outline
6
+ full_name: Quarry::Mock::new
7
7
  is_singleton: true
8
- name: outline
8
+ name: new
9
9
  params: ()
10
10
  visibility: public
@@ -0,0 +1,33 @@
1
+ --- !ruby/object:RI::ClassDescription
2
+ attributes:
3
+ - !ruby/object:RI::Attribute
4
+ comment:
5
+ name: lineno
6
+ rw: R
7
+ - !ruby/object:RI::Attribute
8
+ comment:
9
+ name: parent
10
+ rw: R
11
+ - !ruby/object:RI::Attribute
12
+ comment:
13
+ name: text
14
+ rw: R
15
+ class_methods:
16
+ - !ruby/object:RI::MethodSummary
17
+ name: new
18
+ comment:
19
+ - !ruby/struct:SM::Flow::H
20
+ level: 1
21
+ text: Comment
22
+ constants: []
23
+
24
+ full_name: Quarry::Spec::Comment
25
+ includes: []
26
+
27
+ instance_methods:
28
+ - !ruby/object:RI::MethodSummary
29
+ name: macro?
30
+ - !ruby/object:RI::MethodSummary
31
+ name: type
32
+ name: Comment
33
+ superclass: Object
@@ -0,0 +1,12 @@
1
+ --- !ruby/object:RI::MethodDescription
2
+ aliases: []
3
+
4
+ block_params:
5
+ comment:
6
+ - !ruby/struct:SM::Flow::P
7
+ body: "Alias for #type"
8
+ full_name: Quarry::Spec::Comment#macro?
9
+ is_singleton: false
10
+ name: macro?
11
+ params: ()
12
+ visibility: public
@@ -0,0 +1,10 @@
1
+ --- !ruby/object:RI::MethodDescription
2
+ aliases: []
3
+
4
+ block_params:
5
+ comment:
6
+ full_name: Quarry::Spec::Comment::new
7
+ is_singleton: true
8
+ name: new
9
+ params: (parent, text, lineno)
10
+ visibility: public
@@ -0,0 +1,12 @@
1
+ --- !ruby/object:RI::MethodDescription
2
+ aliases:
3
+ - !ruby/object:RI::AliasName
4
+ name: macro?
5
+ block_params:
6
+ comment: []
7
+
8
+ full_name: Quarry::Spec::Comment#type
9
+ is_singleton: false
10
+ name: type
11
+ params: ()
12
+ visibility: public
@@ -0,0 +1,12 @@
1
+ --- !ruby/object:RI::MethodDescription
2
+ aliases: []
3
+
4
+ block_params:
5
+ comment:
6
+ - !ruby/struct:SM::Flow::P
7
+ body: Run at the end of a specification step.
8
+ full_name: Quarry::Spec::Config#after
9
+ is_singleton: false
10
+ name: after
11
+ params: ()
12
+ visibility: public
@@ -0,0 +1,12 @@
1
+ --- !ruby/object:RI::MethodDescription
2
+ aliases: []
3
+
4
+ block_params:
5
+ comment:
6
+ - !ruby/struct:SM::Flow::P
7
+ body: Run at the end of a specification.
8
+ full_name: Quarry::Spec::Config#after_spec
9
+ is_singleton: false
10
+ name: after_spec
11
+ params: ()
12
+ visibility: public