cairo 1.8.3-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of cairo might be problematic. Click here for more details.

Files changed (352) hide show
  1. data/AUTHORS +4 -0
  2. data/COPYING +59 -0
  3. data/GPL +340 -0
  4. data/NEWS +163 -0
  5. data/Rakefile +190 -0
  6. data/doc/doc.css +91 -0
  7. data/doc/en/cairo-antialias.html +38 -0
  8. data/doc/en/cairo-clip-not-representable-error.html +47 -0
  9. data/doc/en/cairo-color-base.html +69 -0
  10. data/doc/en/cairo-color-cmyk.html +157 -0
  11. data/doc/en/cairo-color-hsv.html +137 -0
  12. data/doc/en/cairo-color-rgb.html +142 -0
  13. data/doc/en/cairo-color-x11.html +173 -0
  14. data/doc/en/cairo-color.html +238 -0
  15. data/doc/en/cairo-content.html +37 -0
  16. data/doc/en/cairo-context-blur.html +39 -0
  17. data/doc/en/cairo-context-circle.html +39 -0
  18. data/doc/en/cairo-context-color.html +39 -0
  19. data/doc/en/cairo-context-path.html +44 -0
  20. data/doc/en/cairo-context-rectangle.html +39 -0
  21. data/doc/en/cairo-context-triangle.html +39 -0
  22. data/doc/en/cairo-context.html +643 -0
  23. data/doc/en/cairo-error.html +44 -0
  24. data/doc/en/cairo-extend.html +38 -0
  25. data/doc/en/cairo-file-not-found.html +47 -0
  26. data/doc/en/cairo-fill-rule.html +36 -0
  27. data/doc/en/cairo-filter.html +40 -0
  28. data/doc/en/cairo-font-extents.html +129 -0
  29. data/doc/en/cairo-font-face.html +38 -0
  30. data/doc/en/cairo-font-options.html +139 -0
  31. data/doc/en/cairo-font-slant.html +37 -0
  32. data/doc/en/cairo-font-type-mismatch.html +47 -0
  33. data/doc/en/cairo-font-weight.html +36 -0
  34. data/doc/en/cairo-format.html +46 -0
  35. data/doc/en/cairo-glyph.html +99 -0
  36. data/doc/en/cairo-gradient-pattern.html +74 -0
  37. data/doc/en/cairo-hint-metrics.html +37 -0
  38. data/doc/en/cairo-hint-style.html +39 -0
  39. data/doc/en/cairo-image-surface.html +82 -0
  40. data/doc/en/cairo-invalid-clusters.html +47 -0
  41. data/doc/en/cairo-invalid-content-error.html +47 -0
  42. data/doc/en/cairo-invalid-dash-error.html +47 -0
  43. data/doc/en/cairo-invalid-dsc-comment-error.html +47 -0
  44. data/doc/en/cairo-invalid-format-error.html +47 -0
  45. data/doc/en/cairo-invalid-index-error.html +47 -0
  46. data/doc/en/cairo-invalid-matrix-error.html +47 -0
  47. data/doc/en/cairo-invalid-path-data-error.html +47 -0
  48. data/doc/en/cairo-invalid-pop-group-error.html +47 -0
  49. data/doc/en/cairo-invalid-restore-error.html +47 -0
  50. data/doc/en/cairo-invalid-slant.html +47 -0
  51. data/doc/en/cairo-invalid-status-error.html +47 -0
  52. data/doc/en/cairo-invalid-stride-error.html +47 -0
  53. data/doc/en/cairo-invalid-string-error.html +47 -0
  54. data/doc/en/cairo-invalid-visual-error.html +47 -0
  55. data/doc/en/cairo-invalid-weight.html +47 -0
  56. data/doc/en/cairo-line-cap.html +37 -0
  57. data/doc/en/cairo-line-join.html +37 -0
  58. data/doc/en/cairo-linear-pattern.html +60 -0
  59. data/doc/en/cairo-matrix.html +259 -0
  60. data/doc/en/cairo-negative-count.html +47 -0
  61. data/doc/en/cairo-no-current-point-error.html +47 -0
  62. data/doc/en/cairo-null-pointer-error.html +47 -0
  63. data/doc/en/cairo-operator.html +48 -0
  64. data/doc/en/cairo-paper-parse-error.html +47 -0
  65. data/doc/en/cairo-paper-unknown-paper-name.html +66 -0
  66. data/doc/en/cairo-paper-unknown-unit.html +66 -0
  67. data/doc/en/cairo-paper-unrecognized-paper-description.html +66 -0
  68. data/doc/en/cairo-paper.html +184 -0
  69. data/doc/en/cairo-path-close-path.html +49 -0
  70. data/doc/en/cairo-path-curve-to.html +49 -0
  71. data/doc/en/cairo-path-data-type.html +38 -0
  72. data/doc/en/cairo-path-data.html +98 -0
  73. data/doc/en/cairo-path-line-to.html +49 -0
  74. data/doc/en/cairo-path-move-to.html +49 -0
  75. data/doc/en/cairo-path.html +155 -0
  76. data/doc/en/cairo-pattern-type-mismatch-error.html +47 -0
  77. data/doc/en/cairo-pattern.html +99 -0
  78. data/doc/en/cairo-pdf-surface.html +57 -0
  79. data/doc/en/cairo-point.html +74 -0
  80. data/doc/en/cairo-ps-level.html +49 -0
  81. data/doc/en/cairo-ps-surface.html +92 -0
  82. data/doc/en/cairo-quartz-image-surface.html +57 -0
  83. data/doc/en/cairo-quartz-surface.html +57 -0
  84. data/doc/en/cairo-radial-pattern.html +60 -0
  85. data/doc/en/cairo-read-error.html +47 -0
  86. data/doc/en/cairo-rectangle.html +89 -0
  87. data/doc/en/cairo-scaled-font.html +94 -0
  88. data/doc/en/cairo-solid-pattern.html +62 -0
  89. data/doc/en/cairo-subpixel-order.html +39 -0
  90. data/doc/en/cairo-surface-finished-error.html +47 -0
  91. data/doc/en/cairo-surface-pattern.html +57 -0
  92. data/doc/en/cairo-surface-type-mismatch-error.html +47 -0
  93. data/doc/en/cairo-surface.html +121 -0
  94. data/doc/en/cairo-svg-surface.html +77 -0
  95. data/doc/en/cairo-svg-version.html +49 -0
  96. data/doc/en/cairo-temp-file-error.html +47 -0
  97. data/doc/en/cairo-text-cluster-flag.html +35 -0
  98. data/doc/en/cairo-text-cluster.html +84 -0
  99. data/doc/en/cairo-text-extents.html +144 -0
  100. data/doc/en/cairo-toy-font-face.html +67 -0
  101. data/doc/en/cairo-user-font-error.html +47 -0
  102. data/doc/en/cairo-user-font-face-text-to-glyphs-data.html +94 -0
  103. data/doc/en/cairo-user-font-face.html +72 -0
  104. data/doc/en/cairo-user-font-immutable.html +47 -0
  105. data/doc/en/cairo-win32-printing-surface.html +57 -0
  106. data/doc/en/cairo-win32-surface.html +62 -0
  107. data/doc/en/cairo-write-error.html +47 -0
  108. data/doc/en/cairo.html +131 -0
  109. data/doc/en/index.html +1154 -0
  110. data/doc/index.html +18 -0
  111. data/doc/ja/cairo-antialias.html +57 -0
  112. data/doc/ja/cairo-clip-not-representable-error.html +56 -0
  113. data/doc/ja/cairo-color-base.html +75 -0
  114. data/doc/ja/cairo-color-cmyk.html +152 -0
  115. data/doc/ja/cairo-color-hsv.html +135 -0
  116. data/doc/ja/cairo-color-rgb.html +145 -0
  117. data/doc/ja/cairo-color-x11.html +183 -0
  118. data/doc/ja/cairo-color.html +317 -0
  119. data/doc/ja/cairo-content.html +51 -0
  120. data/doc/ja/cairo-context-blur.html +53 -0
  121. data/doc/ja/cairo-context-circle.html +54 -0
  122. data/doc/ja/cairo-context-color.html +52 -0
  123. data/doc/ja/cairo-context-path.html +77 -0
  124. data/doc/ja/cairo-context-rectangle.html +60 -0
  125. data/doc/ja/cairo-context-triangle.html +47 -0
  126. data/doc/ja/cairo-context.html +1542 -0
  127. data/doc/ja/cairo-error.html +56 -0
  128. data/doc/ja/cairo-extend.html +56 -0
  129. data/doc/ja/cairo-file-not-found.html +51 -0
  130. data/doc/ja/cairo-fill-rule.html +58 -0
  131. data/doc/ja/cairo-filter.html +43 -0
  132. data/doc/ja/cairo-font-extents.html +164 -0
  133. data/doc/ja/cairo-font-face.html +55 -0
  134. data/doc/ja/cairo-font-options.html +189 -0
  135. data/doc/ja/cairo-font-slant.html +50 -0
  136. data/doc/ja/cairo-font-type-mismatch.html +52 -0
  137. data/doc/ja/cairo-font-weight.html +47 -0
  138. data/doc/ja/cairo-format.html +81 -0
  139. data/doc/ja/cairo-glyph.html +115 -0
  140. data/doc/ja/cairo-gradient-pattern.html +119 -0
  141. data/doc/ja/cairo-hint-metrics.html +57 -0
  142. data/doc/ja/cairo-hint-style.html +64 -0
  143. data/doc/ja/cairo-image-surface.html +131 -0
  144. data/doc/ja/cairo-invalid-clusters.html +55 -0
  145. data/doc/ja/cairo-invalid-content-error.html +54 -0
  146. data/doc/ja/cairo-invalid-dash-error.html +54 -0
  147. data/doc/ja/cairo-invalid-dsc-comment-error.html +54 -0
  148. data/doc/ja/cairo-invalid-format-error.html +54 -0
  149. data/doc/ja/cairo-invalid-index-error.html +54 -0
  150. data/doc/ja/cairo-invalid-matrix-error.html +54 -0
  151. data/doc/ja/cairo-invalid-path-data-error.html +54 -0
  152. data/doc/ja/cairo-invalid-pop-group-error.html +54 -0
  153. data/doc/ja/cairo-invalid-restore-error.html +55 -0
  154. data/doc/ja/cairo-invalid-slant.html +57 -0
  155. data/doc/ja/cairo-invalid-status-error.html +55 -0
  156. data/doc/ja/cairo-invalid-stride-error.html +55 -0
  157. data/doc/ja/cairo-invalid-string-error.html +54 -0
  158. data/doc/ja/cairo-invalid-visual-error.html +57 -0
  159. data/doc/ja/cairo-invalid-weight.html +57 -0
  160. data/doc/ja/cairo-line-cap.html +50 -0
  161. data/doc/ja/cairo-line-join.html +53 -0
  162. data/doc/ja/cairo-linear-pattern.html +87 -0
  163. data/doc/ja/cairo-matrix.html +354 -0
  164. data/doc/ja/cairo-negative-count.html +52 -0
  165. data/doc/ja/cairo-no-current-point-error.html +54 -0
  166. data/doc/ja/cairo-null-pointer-error.html +54 -0
  167. data/doc/ja/cairo-operator.html +51 -0
  168. data/doc/ja/cairo-paper-parse-error.html +55 -0
  169. data/doc/ja/cairo-paper-unknown-paper-name.html +76 -0
  170. data/doc/ja/cairo-paper-unknown-unit.html +75 -0
  171. data/doc/ja/cairo-paper-unrecognized-paper-description.html +76 -0
  172. data/doc/ja/cairo-paper.html +357 -0
  173. data/doc/ja/cairo-path-close-path.html +57 -0
  174. data/doc/ja/cairo-path-curve-to.html +70 -0
  175. data/doc/ja/cairo-path-data-type.html +53 -0
  176. data/doc/ja/cairo-path-data.html +127 -0
  177. data/doc/ja/cairo-path-line-to.html +62 -0
  178. data/doc/ja/cairo-path-move-to.html +62 -0
  179. data/doc/ja/cairo-path.html +144 -0
  180. data/doc/ja/cairo-pattern-type-mismatch-error.html +56 -0
  181. data/doc/ja/cairo-pattern.html +128 -0
  182. data/doc/ja/cairo-pdf-surface.html +86 -0
  183. data/doc/ja/cairo-point.html +90 -0
  184. data/doc/ja/cairo-ps-level.html +62 -0
  185. data/doc/ja/cairo-ps-surface.html +214 -0
  186. data/doc/ja/cairo-quartz-image-surface.html +75 -0
  187. data/doc/ja/cairo-quartz-surface.html +93 -0
  188. data/doc/ja/cairo-radial-pattern.html +93 -0
  189. data/doc/ja/cairo-read-error.html +55 -0
  190. data/doc/ja/cairo-rectangle.html +109 -0
  191. data/doc/ja/cairo-scaled-font.html +180 -0
  192. data/doc/ja/cairo-solid-pattern.html +87 -0
  193. data/doc/ja/cairo-subpixel-order.html +57 -0
  194. data/doc/ja/cairo-surface-finished-error.html +54 -0
  195. data/doc/ja/cairo-surface-pattern.html +68 -0
  196. data/doc/ja/cairo-surface-type-mismatch-error.html +56 -0
  197. data/doc/ja/cairo-surface.html +213 -0
  198. data/doc/ja/cairo-svg-surface.html +114 -0
  199. data/doc/ja/cairo-svg-version.html +66 -0
  200. data/doc/ja/cairo-temp-file-error.html +50 -0
  201. data/doc/ja/cairo-text-cluster-flag.html +46 -0
  202. data/doc/ja/cairo-text-cluster.html +102 -0
  203. data/doc/ja/cairo-text-extents.html +163 -0
  204. data/doc/ja/cairo-toy-font-face.html +107 -0
  205. data/doc/ja/cairo-user-font-error.html +55 -0
  206. data/doc/ja/cairo-user-font-face-text-to-glyphs-data.html +156 -0
  207. data/doc/ja/cairo-user-font-face.html +268 -0
  208. data/doc/ja/cairo-user-font-immutable.html +54 -0
  209. data/doc/ja/cairo-win32-printing-surface.html +80 -0
  210. data/doc/ja/cairo-win32-surface.html +100 -0
  211. data/doc/ja/cairo-write-error.html +55 -0
  212. data/doc/ja/cairo.html +177 -0
  213. data/doc/ja/index.html +1156 -0
  214. data/ext/cairo/cairo.def +104 -0
  215. data/ext/cairo/extconf.rb +80 -0
  216. data/ext/cairo/rb_cairo.c +104 -0
  217. data/ext/cairo/rb_cairo.h +275 -0
  218. data/ext/cairo/rb_cairo_constants.c +478 -0
  219. data/ext/cairo/rb_cairo_context.c +1693 -0
  220. data/ext/cairo/rb_cairo_exception.c +354 -0
  221. data/ext/cairo/rb_cairo_font_extents.c +200 -0
  222. data/ext/cairo/rb_cairo_font_face.c +713 -0
  223. data/ext/cairo/rb_cairo_font_options.c +197 -0
  224. data/ext/cairo/rb_cairo_glyph.c +161 -0
  225. data/ext/cairo/rb_cairo_matrix.c +366 -0
  226. data/ext/cairo/rb_cairo_path.c +459 -0
  227. data/ext/cairo/rb_cairo_pattern.c +540 -0
  228. data/ext/cairo/rb_cairo_private.c +242 -0
  229. data/ext/cairo/rb_cairo_private.h +114 -0
  230. data/ext/cairo/rb_cairo_scaled_font.c +235 -0
  231. data/ext/cairo/rb_cairo_surface.c +1371 -0
  232. data/ext/cairo/rb_cairo_text_cluster.c +151 -0
  233. data/ext/cairo/rb_cairo_text_extents.c +221 -0
  234. data/extconf.rb +45 -0
  235. data/lib/1.8/cairo.so +0 -0
  236. data/lib/1.9/cairo.so +0 -0
  237. data/lib/cairo.rb +151 -0
  238. data/lib/cairo/color.rb +267 -0
  239. data/lib/cairo/colors.rb +656 -0
  240. data/lib/cairo/constants.rb +24 -0
  241. data/lib/cairo/context.rb +29 -0
  242. data/lib/cairo/context/blur.rb +45 -0
  243. data/lib/cairo/context/circle.rb +9 -0
  244. data/lib/cairo/context/color.rb +11 -0
  245. data/lib/cairo/context/path.rb +116 -0
  246. data/lib/cairo/context/rectangle.rb +33 -0
  247. data/lib/cairo/context/triangle.rb +12 -0
  248. data/lib/cairo/paper.rb +183 -0
  249. data/lib/cairo/papers.rb +41 -0
  250. data/lib/cairo/path.rb +15 -0
  251. data/lib/cairo/point.rb +7 -0
  252. data/misc/update-colors.rb +143 -0
  253. data/pkg-config.rb +313 -0
  254. data/samples/agg/README +4 -0
  255. data/samples/agg/aa_test.rb +304 -0
  256. data/samples/blur.rb +47 -0
  257. data/samples/pac.rb +99 -0
  258. data/samples/pac2.rb +171 -0
  259. data/samples/png.rb +45 -0
  260. data/samples/scalable.rb +56 -0
  261. data/samples/text-on-path.rb +60 -0
  262. data/samples/text2.rb +131 -0
  263. data/test-unit/Rakefile +30 -0
  264. data/test-unit/bin/testrb +5 -0
  265. data/test-unit/lib/test/unit.rb +280 -0
  266. data/test-unit/lib/test/unit/assertionfailederror.rb +14 -0
  267. data/test-unit/lib/test/unit/assertions.rb +722 -0
  268. data/test-unit/lib/test/unit/attribute.rb +125 -0
  269. data/test-unit/lib/test/unit/autorunner.rb +254 -0
  270. data/test-unit/lib/test/unit/collector.rb +43 -0
  271. data/test-unit/lib/test/unit/collector/descendant.rb +23 -0
  272. data/test-unit/lib/test/unit/collector/dir.rb +108 -0
  273. data/test-unit/lib/test/unit/collector/load.rb +135 -0
  274. data/test-unit/lib/test/unit/collector/objectspace.rb +34 -0
  275. data/test-unit/lib/test/unit/color.rb +61 -0
  276. data/test-unit/lib/test/unit/diff.rb +524 -0
  277. data/test-unit/lib/test/unit/error.rb +124 -0
  278. data/test-unit/lib/test/unit/exceptionhandler.rb +39 -0
  279. data/test-unit/lib/test/unit/failure.rb +110 -0
  280. data/test-unit/lib/test/unit/fixture.rb +185 -0
  281. data/test-unit/lib/test/unit/notification.rb +125 -0
  282. data/test-unit/lib/test/unit/omission.rb +143 -0
  283. data/test-unit/lib/test/unit/pending.rb +146 -0
  284. data/test-unit/lib/test/unit/priority.rb +146 -0
  285. data/test-unit/lib/test/unit/runner/console.rb +46 -0
  286. data/test-unit/lib/test/unit/runner/emacs.rb +8 -0
  287. data/test-unit/lib/test/unit/testcase.rb +281 -0
  288. data/test-unit/lib/test/unit/testresult.rb +89 -0
  289. data/test-unit/lib/test/unit/testsuite.rb +110 -0
  290. data/test-unit/lib/test/unit/ui/console/outputlevel.rb +14 -0
  291. data/test-unit/lib/test/unit/ui/console/testrunner.rb +195 -0
  292. data/test-unit/lib/test/unit/ui/emacs/testrunner.rb +49 -0
  293. data/test-unit/lib/test/unit/ui/testrunner.rb +20 -0
  294. data/test-unit/lib/test/unit/ui/testrunnermediator.rb +77 -0
  295. data/test-unit/lib/test/unit/ui/testrunnerutilities.rb +41 -0
  296. data/test-unit/lib/test/unit/util/backtracefilter.rb +41 -0
  297. data/test-unit/lib/test/unit/util/observable.rb +90 -0
  298. data/test-unit/lib/test/unit/util/procwrapper.rb +48 -0
  299. data/test-unit/lib/test/unit/version.rb +7 -0
  300. data/test-unit/sample/adder.rb +13 -0
  301. data/test-unit/sample/subtracter.rb +12 -0
  302. data/test-unit/sample/tc_adder.rb +18 -0
  303. data/test-unit/sample/tc_subtracter.rb +18 -0
  304. data/test-unit/sample/ts_examples.rb +7 -0
  305. data/test-unit/test/collector/test_descendant.rb +135 -0
  306. data/test-unit/test/collector/test_dir.rb +406 -0
  307. data/test-unit/test/collector/test_load.rb +333 -0
  308. data/test-unit/test/collector/test_objectspace.rb +98 -0
  309. data/test-unit/test/run-test.rb +13 -0
  310. data/test-unit/test/test_assertions.rb +693 -0
  311. data/test-unit/test/test_attribute.rb +86 -0
  312. data/test-unit/test/test_color.rb +37 -0
  313. data/test-unit/test/test_diff.rb +477 -0
  314. data/test-unit/test/test_emacs_runner.rb +60 -0
  315. data/test-unit/test/test_error.rb +26 -0
  316. data/test-unit/test/test_failure.rb +33 -0
  317. data/test-unit/test/test_fixture.rb +252 -0
  318. data/test-unit/test/test_notification.rb +33 -0
  319. data/test-unit/test/test_omission.rb +81 -0
  320. data/test-unit/test/test_pending.rb +70 -0
  321. data/test-unit/test/test_priority.rb +89 -0
  322. data/test-unit/test/test_testcase.rb +430 -0
  323. data/test-unit/test/test_testresult.rb +113 -0
  324. data/test-unit/test/test_testsuite.rb +129 -0
  325. data/test-unit/test/testunit_test_util.rb +14 -0
  326. data/test-unit/test/ui/test_testrunmediator.rb +20 -0
  327. data/test-unit/test/util/test_backtracefilter.rb +41 -0
  328. data/test-unit/test/util/test_observable.rb +102 -0
  329. data/test-unit/test/util/test_procwrapper.rb +36 -0
  330. data/test/cairo-test-utils.rb +18 -0
  331. data/test/run-test.rb +28 -0
  332. data/test/test_color.rb +17 -0
  333. data/test/test_constants.rb +16 -0
  334. data/test/test_context.rb +105 -0
  335. data/test/test_exception.rb +27 -0
  336. data/test/test_font_extents.rb +36 -0
  337. data/test/test_font_face.rb +244 -0
  338. data/test/test_font_options.rb +13 -0
  339. data/test/test_paper.rb +81 -0
  340. data/test/test_pkg_config.rb +123 -0
  341. data/test/test_scaled_font.rb +34 -0
  342. data/test/test_surface.rb +41 -0
  343. data/test/test_text_cluster.rb +32 -0
  344. data/test/test_text_extents.rb +40 -0
  345. data/test/test_text_to_glyphs_data.rb +51 -0
  346. data/tmp/x86-mingw32/cairo/1.8.7/fake.rb +6 -0
  347. data/tmp/x86-mingw32/cairo/1.8.7/mkmf.rb +1836 -0
  348. data/tmp/x86-mingw32/cairo/1.8.7/rbconfig.rb +183 -0
  349. data/tmp/x86-mingw32/cairo/1.9.2/fake.rb +6 -0
  350. data/tmp/x86-mingw32/cairo/1.9.2/mkmf.rb +2079 -0
  351. data/tmp/x86-mingw32/cairo/1.9.2/rbconfig.rb +226 -0
  352. metadata +437 -0
@@ -0,0 +1,30 @@
1
+ # -*- ruby -*-
2
+
3
+ require 'rubygems'
4
+ require 'hoe'
5
+ require './lib/test/unit/version.rb'
6
+
7
+ version = Test::Unit::VERSION
8
+ ENV["VERSION"] = version
9
+ Hoe.new('test-unit', version) do |p|
10
+ p.developer('Kouhei Sutou', 'kou@cozmixng.org')
11
+ p.developer('Ryan Davis', 'ryand-ruby@zenspider.com')
12
+
13
+ # Ex-Parrot:
14
+ # p.developer('Nathaniel Talbott', 'nathaniel@talbott.ws')
15
+ end
16
+
17
+ task :check_manifest => :clean_test_result
18
+
19
+ task :clean_test_result do
20
+ test_results = Dir.glob("**/.test-result")
21
+ sh("rm", "-rf", *test_results) unless test_results.empty?
22
+ end
23
+
24
+ task :tag do
25
+ message = "Released Test::Unit #{version}!"
26
+ base = "svn+ssh://#{ENV['USER']}@rubyforge.org/var/svn/test-unit/"
27
+ sh 'svn', 'copy', '-m', message, "#{base}trunk", "#{base}tags/#{version}"
28
+ end
29
+
30
+ # vim: syntax=Ruby
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+ require 'test/unit'
3
+ (r = Test::Unit::AutoRunner.new(true)).process_args(ARGV) or
4
+ abort r.options.banner + " tests..."
5
+ exit r.run
@@ -0,0 +1,280 @@
1
+ require 'test/unit/testcase'
2
+ require 'test/unit/autorunner'
3
+
4
+ module Test # :nodoc:
5
+ #
6
+ # = Test::Unit - Ruby Unit Testing Framework
7
+ #
8
+ # == Introduction
9
+ #
10
+ # Unit testing is making waves all over the place, largely due to the
11
+ # fact that it is a core practice of XP. While XP is great, unit testing
12
+ # has been around for a long time and has always been a good idea. One
13
+ # of the keys to good unit testing, though, is not just writing tests,
14
+ # but having tests. What's the difference? Well, if you just _write_ a
15
+ # test and throw it away, you have no guarantee that something won't
16
+ # change later which breaks your code. If, on the other hand, you _have_
17
+ # tests (obviously you have to write them first), and run them as often
18
+ # as possible, you slowly build up a wall of things that cannot break
19
+ # without you immediately knowing about it. This is when unit testing
20
+ # hits its peak usefulness.
21
+ #
22
+ # Enter Test::Unit, a framework for unit testing in Ruby, helping you to
23
+ # design, debug and evaluate your code by making it easy to write and
24
+ # have tests for it.
25
+ #
26
+ #
27
+ # == Notes
28
+ #
29
+ # Test::Unit has grown out of and superceded Lapidary.
30
+ #
31
+ #
32
+ # == Feedback
33
+ #
34
+ # I like (and do my best to practice) XP, so I value early releases,
35
+ # user feedback, and clean, simple, expressive code. There is always
36
+ # room for improvement in everything I do, and Test::Unit is no
37
+ # exception. Please, let me know what you think of Test::Unit as it
38
+ # stands, and what you'd like to see expanded/changed/improved/etc. If
39
+ # you find a bug, let me know ASAP; one good way to let me know what the
40
+ # bug is is to submit a new test that catches it :-) Also, I'd love to
41
+ # hear about any successes you have with Test::Unit, and any
42
+ # documentation you might add will be greatly appreciated. My contact
43
+ # info is below.
44
+ #
45
+ #
46
+ # == Contact Information
47
+ #
48
+ # A lot of discussion happens about Ruby in general on the ruby-talk
49
+ # mailing list (http://www.ruby-lang.org/en/ml.html), and you can ask
50
+ # any questions you might have there. I monitor the list, as do many
51
+ # other helpful Rubyists, and you're sure to get a quick answer. Of
52
+ # course, you're also welcome to email me (Nathaniel Talbott) directly
53
+ # at mailto:testunit@talbott.ws, and I'll do my best to help you out.
54
+ #
55
+ #
56
+ # == Credits
57
+ #
58
+ # I'd like to thank...
59
+ #
60
+ # Matz, for a great language!
61
+ #
62
+ # Masaki Suketa, for his work on RubyUnit, which filled a vital need in
63
+ # the Ruby world for a very long time. I'm also grateful for his help in
64
+ # polishing Test::Unit and getting the RubyUnit compatibility layer
65
+ # right. His graciousness in allowing Test::Unit to supercede RubyUnit
66
+ # continues to be a challenge to me to be more willing to defer my own
67
+ # rights.
68
+ #
69
+ # Ken McKinlay, for his interest and work on unit testing, and for his
70
+ # willingness to dialog about it. He was also a great help in pointing
71
+ # out some of the holes in the RubyUnit compatibility layer.
72
+ #
73
+ # Dave Thomas, for the original idea that led to the extremely simple
74
+ # "require 'test/unit'", plus his code to improve it even more by
75
+ # allowing the selection of tests from the command-line. Also, without
76
+ # RDoc, the documentation for Test::Unit would stink a lot more than it
77
+ # does now.
78
+ #
79
+ # Everyone who's helped out with bug reports, feature ideas,
80
+ # encouragement to continue, etc. It's a real privilege to be a part of
81
+ # the Ruby community.
82
+ #
83
+ # The guys at RoleModel Software, for putting up with me repeating, "But
84
+ # this would be so much easier in Ruby!" whenever we're coding in Java.
85
+ #
86
+ # My Creator, for giving me life, and giving it more abundantly.
87
+ #
88
+ #
89
+ # == License
90
+ #
91
+ # Test::Unit is copyright (c) 2000-2003 Nathaniel Talbott. It is free
92
+ # software, and is distributed under the Ruby license. See the COPYING
93
+ # file in the standard Ruby distribution for details.
94
+ #
95
+ #
96
+ # == Warranty
97
+ #
98
+ # This software is provided "as is" and without any express or
99
+ # implied warranties, including, without limitation, the implied
100
+ # warranties of merchantibility and fitness for a particular
101
+ # purpose.
102
+ #
103
+ #
104
+ # == Author
105
+ #
106
+ # Nathaniel Talbott.
107
+ # Copyright (c) 2000-2003, Nathaniel Talbott
108
+ #
109
+ # ----
110
+ #
111
+ # = Usage
112
+ #
113
+ # The general idea behind unit testing is that you write a _test_
114
+ # _method_ that makes certain _assertions_ about your code, working
115
+ # against a _test_ _fixture_. A bunch of these _test_ _methods_ are
116
+ # bundled up into a _test_ _suite_ and can be run any time the
117
+ # developer wants. The results of a run are gathered in a _test_
118
+ # _result_ and displayed to the user through some UI. So, lets break
119
+ # this down and see how Test::Unit provides each of these necessary
120
+ # pieces.
121
+ #
122
+ #
123
+ # == Assertions
124
+ #
125
+ # These are the heart of the framework. Think of an assertion as a
126
+ # statement of expected outcome, i.e. "I assert that x should be equal
127
+ # to y". If, when the assertion is executed, it turns out to be
128
+ # correct, nothing happens, and life is good. If, on the other hand,
129
+ # your assertion turns out to be false, an error is propagated with
130
+ # pertinent information so that you can go back and make your
131
+ # assertion succeed, and, once again, life is good. For an explanation
132
+ # of the current assertions, see Test::Unit::Assertions.
133
+ #
134
+ #
135
+ # == Test Method & Test Fixture
136
+ #
137
+ # Obviously, these assertions have to be called within a context that
138
+ # knows about them and can do something meaningful with their
139
+ # pass/fail value. Also, it's handy to collect a bunch of related
140
+ # tests, each test represented by a method, into a common test class
141
+ # that knows how to run them. The tests will be in a separate class
142
+ # from the code they're testing for a couple of reasons. First of all,
143
+ # it allows your code to stay uncluttered with test code, making it
144
+ # easier to maintain. Second, it allows the tests to be stripped out
145
+ # for deployment, since they're really there for you, the developer,
146
+ # and your users don't need them. Third, and most importantly, it
147
+ # allows you to set up a common test fixture for your tests to run
148
+ # against.
149
+ #
150
+ # What's a test fixture? Well, tests do not live in a vacuum; rather,
151
+ # they're run against the code they are testing. Often, a collection
152
+ # of tests will run against a common set of data, also called a
153
+ # fixture. If they're all bundled into the same test class, they can
154
+ # all share the setting up and tearing down of that data, eliminating
155
+ # unnecessary duplication and making it much easier to add related
156
+ # tests.
157
+ #
158
+ # Test::Unit::TestCase wraps up a collection of test methods together
159
+ # and allows you to easily set up and tear down the same test fixture
160
+ # for each test. This is done by overriding #setup and/or #teardown,
161
+ # which will be called before and after each test method that is
162
+ # run. The TestCase also knows how to collect the results of your
163
+ # assertions into a Test::Unit::TestResult, which can then be reported
164
+ # back to you... but I'm getting ahead of myself. To write a test,
165
+ # follow these steps:
166
+ #
167
+ # * Make sure Test::Unit is in your library path.
168
+ # * require 'test/unit' in your test script.
169
+ # * Create a class that subclasses Test::Unit::TestCase.
170
+ # * Add a method that begins with "test" to your class.
171
+ # * Make assertions in your test method.
172
+ # * Optionally define #setup and/or #teardown to set up and/or tear
173
+ # down your common test fixture.
174
+ # * You can now run your test as you would any other Ruby
175
+ # script... try it and see!
176
+ #
177
+ # A really simple test might look like this (#setup and #teardown are
178
+ # commented out to indicate that they are completely optional):
179
+ #
180
+ # require 'test/unit'
181
+ #
182
+ # class TC_MyTest < Test::Unit::TestCase
183
+ # # def setup
184
+ # # end
185
+ #
186
+ # # def teardown
187
+ # # end
188
+ #
189
+ # def test_fail
190
+ # assert(false, 'Assertion was false.')
191
+ # end
192
+ # end
193
+ #
194
+ #
195
+ # == Test Runners
196
+ #
197
+ # So, now you have this great test class, but you still need a way to
198
+ # run it and view any failures that occur during the run. This is
199
+ # where Test::Unit::UI::Console::TestRunner (and others, such as
200
+ # Test::Unit::UI::GTK::TestRunner) comes into play. The console test
201
+ # runner is automatically invoked for you if you require 'test/unit'
202
+ # and simply run the file. To use another runner, or to manually
203
+ # invoke a runner, simply call its run class method and pass in an
204
+ # object that responds to the suite message with a
205
+ # Test::Unit::TestSuite. This can be as simple as passing in your
206
+ # TestCase class (which has a class suite method). It might look
207
+ # something like this:
208
+ #
209
+ # require 'test/unit/ui/console/testrunner'
210
+ # Test::Unit::UI::Console::TestRunner.run(TC_MyTest)
211
+ #
212
+ #
213
+ # == Test Suite
214
+ #
215
+ # As more and more unit tests accumulate for a given project, it
216
+ # becomes a real drag running them one at a time, and it also
217
+ # introduces the potential to overlook a failing test because you
218
+ # forget to run it. Suddenly it becomes very handy that the
219
+ # TestRunners can take any object that returns a Test::Unit::TestSuite
220
+ # in response to a suite method. The TestSuite can, in turn, contain
221
+ # other TestSuites or individual tests (typically created by a
222
+ # TestCase). In other words, you can easily wrap up a group of
223
+ # TestCases and TestSuites like this:
224
+ #
225
+ # require 'test/unit/testsuite'
226
+ # require 'tc_myfirsttests'
227
+ # require 'tc_moretestsbyme'
228
+ # require 'ts_anothersetoftests'
229
+ #
230
+ # class TS_MyTests
231
+ # def self.suite
232
+ # suite = Test::Unit::TestSuite.new
233
+ # suite << TC_MyFirstTests.suite
234
+ # suite << TC_MoreTestsByMe.suite
235
+ # suite << TS_AnotherSetOfTests.suite
236
+ # return suite
237
+ # end
238
+ # end
239
+ # Test::Unit::UI::Console::TestRunner.run(TS_MyTests)
240
+ #
241
+ # Now, this is a bit cumbersome, so Test::Unit does a little bit more
242
+ # for you, by wrapping these up automatically when you require
243
+ # 'test/unit'. What does this mean? It means you could write the above
244
+ # test case like this instead:
245
+ #
246
+ # require 'test/unit'
247
+ # require 'tc_myfirsttests'
248
+ # require 'tc_moretestsbyme'
249
+ # require 'ts_anothersetoftests'
250
+ #
251
+ # Test::Unit is smart enough to find all the test cases existing in
252
+ # the ObjectSpace and wrap them up into a suite for you. It then runs
253
+ # the dynamic suite using the console TestRunner.
254
+ #
255
+ #
256
+ # == Questions?
257
+ #
258
+ # I'd really like to get feedback from all levels of Ruby
259
+ # practitioners about typos, grammatical errors, unclear statements,
260
+ # missing points, etc., in this document (or any other).
261
+ #
262
+
263
+ module Unit
264
+ # If set to false Test::Unit will not automatically run at exit.
265
+ def self.run=(flag)
266
+ @run = flag
267
+ end
268
+
269
+ # Automatically run tests at exit?
270
+ def self.run?
271
+ @run ||= false
272
+ end
273
+ end
274
+ end
275
+
276
+ at_exit do
277
+ unless $! || Test::Unit.run?
278
+ exit Test::Unit::AutoRunner.run
279
+ end
280
+ end
@@ -0,0 +1,14 @@
1
+ #--
2
+ #
3
+ # Author:: Nathaniel Talbott.
4
+ # Copyright:: Copyright (c) 2000-2002 Nathaniel Talbott. All rights reserved.
5
+ # License:: Ruby license.
6
+
7
+ module Test
8
+ module Unit
9
+
10
+ # Thrown by Test::Unit::Assertions when an assertion fails.
11
+ class AssertionFailedError < StandardError
12
+ end
13
+ end
14
+ end
@@ -0,0 +1,722 @@
1
+ # Author:: Nathaniel Talbott.
2
+ # Copyright:: Copyright (c) 2000-2003 Nathaniel Talbott. All rights reserved.
3
+ # License:: Ruby license.
4
+
5
+ require 'test/unit/assertionfailederror'
6
+ require 'test/unit/util/backtracefilter'
7
+ require 'test/unit/diff'
8
+
9
+ module Test
10
+ module Unit
11
+
12
+ ##
13
+ # Test::Unit::Assertions contains the standard Test::Unit assertions.
14
+ # Assertions is included in Test::Unit::TestCase.
15
+ #
16
+ # To include it in your own code and use its functionality, you simply
17
+ # need to rescue Test::Unit::AssertionFailedError. Additionally you may
18
+ # override add_assertion to get notified whenever an assertion is made.
19
+ #
20
+ # Notes:
21
+ # * The message to each assertion, if given, will be propagated with the
22
+ # failure.
23
+ # * It is easy to add your own assertions based on assert_block().
24
+ #
25
+ # = Example Custom Assertion
26
+ #
27
+ # def deny(boolean, message = nil)
28
+ # message = build_message message, '<?> is not false or nil.', boolean
29
+ # assert_block message do
30
+ # not boolean
31
+ # end
32
+ # end
33
+
34
+ module Assertions
35
+
36
+ ##
37
+ # The assertion upon which all other assertions are based. Passes if the
38
+ # block yields true.
39
+ #
40
+ # Example:
41
+ # assert_block "Couldn't do the thing" do
42
+ # do_the_thing
43
+ # end
44
+
45
+ public
46
+ def assert_block(message="assert_block failed.") # :yields:
47
+ _wrap_assertion do
48
+ if (! yield)
49
+ raise AssertionFailedError.new(message.to_s)
50
+ end
51
+ end
52
+ end
53
+
54
+ ##
55
+ # Asserts that +boolean+ is not false or nil.
56
+ #
57
+ # Example:
58
+ # assert [1, 2].include?(5)
59
+
60
+ public
61
+ def assert(boolean, message=nil)
62
+ _wrap_assertion do
63
+ assert_block("assert should not be called with a block.") { !block_given? }
64
+ assert_block(build_message(message, "<?> is not true.", boolean)) { boolean }
65
+ end
66
+ end
67
+
68
+ ##
69
+ # Passes if +expected+ == +actual.
70
+ #
71
+ # Note that the ordering of arguments is important, since a helpful
72
+ # error message is generated when this one fails that tells you the
73
+ # values of expected and actual.
74
+ #
75
+ # Example:
76
+ # assert_equal 'MY STRING', 'my string'.upcase
77
+
78
+ public
79
+ def assert_equal(expected, actual, message=nil)
80
+ diff = AssertionMessage.delayed_literal do
81
+ if !expected.is_a?(String) or !actual.is_a?(String)
82
+ expected = AssertionMessage.convert(expected)
83
+ actual = AssertionMessage.convert(actual)
84
+ end
85
+ diff = Diff.readable(expected, actual)
86
+ if /^[-+]/ !~ diff
87
+ diff = ""
88
+ elsif /^[ ?]/ =~ diff or /(?:.*\n){2,}/ =~ diff
89
+ diff = "\n\ndiff:\n#{diff}"
90
+ else
91
+ diff = ""
92
+ end
93
+ diff
94
+ end
95
+ full_message = build_message(message, <<EOT, expected, actual, diff)
96
+ <?> expected but was
97
+ <?>.?
98
+ EOT
99
+ assert_block(full_message) { expected == actual }
100
+ end
101
+
102
+ private
103
+ def _check_exception_class(args) # :nodoc:
104
+ args.partition do |klass|
105
+ next if klass.instance_of?(Module)
106
+ assert(Exception >= klass, "Should expect a class of exception, #{klass}")
107
+ true
108
+ end
109
+ end
110
+
111
+ private
112
+ def _expected_exception?(actual_exception, exceptions, modules) # :nodoc:
113
+ exceptions.include?(actual_exception.class) or
114
+ modules.any? {|mod| actual_exception.is_a?(mod)}
115
+ end
116
+
117
+ ##
118
+ # Passes if the block raises one of the given exceptions.
119
+ #
120
+ # Example:
121
+ # assert_raise RuntimeError, LoadError do
122
+ # raise 'Boom!!!'
123
+ # end
124
+
125
+ public
126
+ def assert_raise(*args)
127
+ _wrap_assertion do
128
+ if Module === args.last
129
+ message = ""
130
+ else
131
+ message = args.pop
132
+ end
133
+ exceptions, modules = _check_exception_class(args)
134
+ expected = args.size == 1 ? args.first : args
135
+ actual_exception = nil
136
+ full_message = build_message(message, "<?> exception expected but none was thrown.", expected)
137
+ assert_block(full_message) do
138
+ begin
139
+ yield
140
+ rescue Exception => actual_exception
141
+ break
142
+ end
143
+ false
144
+ end
145
+ full_message = build_message(message, "<?> exception expected but was\n?", expected, actual_exception)
146
+ assert_block(full_message) {_expected_exception?(actual_exception, exceptions, modules)}
147
+ actual_exception
148
+ end
149
+ end
150
+
151
+ ##
152
+ # Alias of assert_raise.
153
+ #
154
+ # Will be deprecated in 1.9, and removed in 2.0.
155
+
156
+ public
157
+ def assert_raises(*args, &block)
158
+ assert_raise(*args, &block)
159
+ end
160
+
161
+ ##
162
+ # Passes if +object+ .instance_of? +klass+
163
+ #
164
+ # Example:
165
+ # assert_instance_of String, 'foo'
166
+
167
+ public
168
+ def assert_instance_of(klass, object, message="")
169
+ _wrap_assertion do
170
+ assert_equal(Class, klass.class, "assert_instance_of takes a Class as its first argument")
171
+ full_message = build_message(message, <<EOT, object, klass, object.class)
172
+ <?> expected to be an instance of
173
+ <?> but was
174
+ <?>.
175
+ EOT
176
+ assert_block(full_message){object.instance_of?(klass)}
177
+ end
178
+ end
179
+
180
+ ##
181
+ # Passes if +object+ is nil.
182
+ #
183
+ # Example:
184
+ # assert_nil [1, 2].uniq!
185
+
186
+ public
187
+ def assert_nil(object, message="")
188
+ full_message = build_message(message, <<EOT, object)
189
+ <?> expected to be nil.
190
+ EOT
191
+ assert_block(full_message) { object.nil? }
192
+ end
193
+
194
+ ##
195
+ # Passes if +object+ .kind_of? +klass+
196
+ #
197
+ # Example:
198
+ # assert_kind_of Object, 'foo'
199
+
200
+ public
201
+ def assert_kind_of(klass, object, message="")
202
+ _wrap_assertion do
203
+ assert(klass.kind_of?(Module), "The first parameter to assert_kind_of should be a kind_of Module.")
204
+ full_message = build_message(message, "<?>\nexpected to be kind_of\\?\n<?> but was\n<?>.", object, klass, object.class)
205
+ assert_block(full_message){object.kind_of?(klass)}
206
+ end
207
+ end
208
+
209
+ ##
210
+ # Passes if +object+ .respond_to? +method+
211
+ #
212
+ # Example:
213
+ # assert_respond_to 'bugbear', :slice
214
+
215
+ public
216
+ def assert_respond_to(object, method, message="")
217
+ _wrap_assertion do
218
+ full_message = build_message(nil, "<?>\ngiven as the method name argument to #assert_respond_to must be a Symbol or #respond_to\\?(:to_str).", method)
219
+
220
+ assert_block(full_message) do
221
+ method.kind_of?(Symbol) || method.respond_to?(:to_str)
222
+ end
223
+ full_message = build_message(message, <<EOT, object, object.class, method)
224
+ <?>
225
+ of type <?>
226
+ expected to respond_to\\?<?>.
227
+ EOT
228
+ assert_block(full_message) { object.respond_to?(method) }
229
+ end
230
+ end
231
+
232
+ ##
233
+ # Passes if +string+ =~ +pattern+.
234
+ #
235
+ # Example:
236
+ # assert_match(/\d+/, 'five, 6, seven')
237
+
238
+ public
239
+ def assert_match(pattern, string, message="")
240
+ _wrap_assertion do
241
+ pattern = case(pattern)
242
+ when String
243
+ Regexp.new(Regexp.escape(pattern))
244
+ else
245
+ pattern
246
+ end
247
+ full_message = build_message(message, "<?> expected to be =~\n<?>.", string, pattern)
248
+ assert_block(full_message) { string =~ pattern }
249
+ end
250
+ end
251
+
252
+ ##
253
+ # Passes if +actual+ .equal? +expected+ (i.e. they are the same
254
+ # instance).
255
+ #
256
+ # Example:
257
+ # o = Object.new
258
+ # assert_same o, o
259
+
260
+ public
261
+ def assert_same(expected, actual, message="")
262
+ full_message = build_message(message, <<EOT, expected, expected.__id__, actual, actual.__id__)
263
+ <?>
264
+ with id <?> expected to be equal\\? to
265
+ <?>
266
+ with id <?>.
267
+ EOT
268
+ assert_block(full_message) { actual.equal?(expected) }
269
+ end
270
+
271
+ ##
272
+ # Compares the +object1+ with +object2+ using +operator+.
273
+ #
274
+ # Passes if object1.__send__(operator, object2) is true.
275
+ #
276
+ # Example:
277
+ # assert_operator 5, :>=, 4
278
+
279
+ public
280
+ def assert_operator(object1, operator, object2, message="")
281
+ _wrap_assertion do
282
+ full_message = build_message(nil, "<?>\ngiven as the operator for #assert_operator must be a Symbol or #respond_to\\?(:to_str).", operator)
283
+ assert_block(full_message){operator.kind_of?(Symbol) || operator.respond_to?(:to_str)}
284
+ full_message = build_message(message, <<EOT, object1, AssertionMessage.literal(operator), object2)
285
+ <?> expected to be
286
+ ?
287
+ <?>.
288
+ EOT
289
+ assert_block(full_message) { object1.__send__(operator, object2) }
290
+ end
291
+ end
292
+
293
+ ##
294
+ # Passes if block does not raise an exception.
295
+ #
296
+ # Example:
297
+ # assert_nothing_raised do
298
+ # [1, 2].uniq
299
+ # end
300
+
301
+ public
302
+ def assert_nothing_raised(*args)
303
+ _wrap_assertion do
304
+ if Module === args.last
305
+ message = ""
306
+ else
307
+ message = args.pop
308
+ end
309
+ exceptions, modules = _check_exception_class(args)
310
+ begin
311
+ yield
312
+ rescue Exception => e
313
+ if ((args.empty? && !e.instance_of?(AssertionFailedError)) ||
314
+ _expected_exception?(e, exceptions, modules))
315
+ assert_block(build_message(message, "Exception raised:\n?", e)){false}
316
+ else
317
+ raise
318
+ end
319
+ end
320
+ nil
321
+ end
322
+ end
323
+
324
+ ##
325
+ # Flunk always fails.
326
+ #
327
+ # Example:
328
+ # flunk 'Not done testing yet.'
329
+
330
+ public
331
+ def flunk(message="Flunked")
332
+ assert_block(build_message(message)){false}
333
+ end
334
+
335
+ ##
336
+ # Passes if ! +actual+ .equal? +expected+
337
+ #
338
+ # Example:
339
+ # assert_not_same Object.new, Object.new
340
+
341
+ public
342
+ def assert_not_same(expected, actual, message="")
343
+ full_message = build_message(message, <<EOT, expected, expected.__id__, actual, actual.__id__)
344
+ <?>
345
+ with id <?> expected to not be equal\\? to
346
+ <?>
347
+ with id <?>.
348
+ EOT
349
+ assert_block(full_message) { !actual.equal?(expected) }
350
+ end
351
+
352
+ ##
353
+ # Passes if +expected+ != +actual+
354
+ #
355
+ # Example:
356
+ # assert_not_equal 'some string', 5
357
+
358
+ public
359
+ def assert_not_equal(expected, actual, message="")
360
+ full_message = build_message(message, "<?> expected to be != to\n<?>.", expected, actual)
361
+ assert_block(full_message) { expected != actual }
362
+ end
363
+
364
+ ##
365
+ # Passes if ! +object+ .nil?
366
+ #
367
+ # Example:
368
+ # assert_not_nil '1 two 3'.sub!(/two/, '2')
369
+
370
+ public
371
+ def assert_not_nil(object, message="")
372
+ full_message = build_message(message, "<?> expected to not be nil.", object)
373
+ assert_block(full_message){!object.nil?}
374
+ end
375
+
376
+ ##
377
+ # Passes if +regexp+ !~ +string+
378
+ #
379
+ # Example:
380
+ # assert_no_match(/two/, 'one 2 three')
381
+
382
+ public
383
+ def assert_no_match(regexp, string, message="")
384
+ _wrap_assertion do
385
+ assert_instance_of(Regexp, regexp, "The first argument to assert_no_match should be a Regexp.")
386
+ full_message = build_message(message, "<?> expected to not match\n<?>.", regexp, string)
387
+ assert_block(full_message) { regexp !~ string }
388
+ end
389
+ end
390
+
391
+ UncaughtThrow = {
392
+ NameError => /^uncaught throw \`(.+)\'$/,
393
+ ArgumentError => /^uncaught throw (.+)$/,
394
+ ThreadError => /^uncaught throw \`(.+)\' in thread /
395
+ } #`
396
+
397
+ ##
398
+ # Passes if the block throws +expected_object+
399
+ #
400
+ # Example:
401
+ # assert_throws :done do
402
+ # throw :done
403
+ # end
404
+
405
+ public
406
+ def assert_throws(expected_object, message="", &proc)
407
+ _wrap_assertion do
408
+ begin
409
+ catch([]) {}
410
+ rescue TypeError
411
+ assert_instance_of(Symbol, expected_object,
412
+ "assert_throws expects the symbol that should be thrown for its first argument")
413
+ end
414
+ assert_block("Should have passed a block to assert_throws.") do
415
+ block_given?
416
+ end
417
+ caught = true
418
+ begin
419
+ catch(expected_object) do
420
+ proc.call
421
+ caught = false
422
+ end
423
+ full_message = build_message(message,
424
+ "<?> should have been thrown.",
425
+ expected_object)
426
+ assert_block(full_message) {caught}
427
+ rescue NameError, ArgumentError, ThreadError => error
428
+ raise unless UncaughtThrow[error.class] =~ error.message
429
+ tag = $1
430
+ tag = tag[1..-1].intern if tag[0, 1] == ":"
431
+ full_message = build_message(message,
432
+ "<?> expected to be thrown but\n" +
433
+ "<?> was thrown.",
434
+ expected_object, tag)
435
+ flunk(full_message)
436
+ end
437
+ end
438
+ end
439
+
440
+ ##
441
+ # Passes if block does not throw anything.
442
+ #
443
+ # Example:
444
+ # assert_nothing_thrown do
445
+ # [1, 2].uniq
446
+ # end
447
+
448
+ public
449
+ def assert_nothing_thrown(message="", &proc)
450
+ _wrap_assertion do
451
+ assert(block_given?, "Should have passed a block to assert_nothing_thrown")
452
+ begin
453
+ proc.call
454
+ rescue NameError, ArgumentError, ThreadError => error
455
+ raise unless UncaughtThrow[error.class] =~ error.message
456
+ tag = $1
457
+ tag = tag[1..-1].intern if tag[0, 1] == ":"
458
+ full_message = build_message(message,
459
+ "<?> was thrown when nothing was expected",
460
+ tag)
461
+ flunk(full_message)
462
+ end
463
+ assert(true, "Expected nothing to be thrown")
464
+ end
465
+ end
466
+
467
+ ##
468
+ # Passes if +expected_float+ and +actual_float+ are equal
469
+ # within +delta+ tolerance.
470
+ #
471
+ # Example:
472
+ # assert_in_delta 0.05, (50000.0 / 10**6), 0.00001
473
+
474
+ public
475
+ def assert_in_delta(expected_float, actual_float, delta, message="")
476
+ _wrap_assertion do
477
+ {expected_float => "first float", actual_float => "second float", delta => "delta"}.each do |float, name|
478
+ assert_respond_to(float, :to_f, "The arguments must respond to to_f; the #{name} did not")
479
+ end
480
+ assert_operator(delta, :>=, 0.0, "The delta should not be negative")
481
+ full_message = build_message(message, <<EOT, expected_float, actual_float, delta)
482
+ <?> and
483
+ <?> expected to be within
484
+ <?> of each other.
485
+ EOT
486
+ assert_block(full_message) { (expected_float.to_f - actual_float.to_f).abs <= delta.to_f }
487
+ end
488
+ end
489
+
490
+ ##
491
+ # Passes if the method send returns a true value.
492
+ #
493
+ # +send_array+ is composed of:
494
+ # * A receiver
495
+ # * A method
496
+ # * Arguments to the method
497
+ #
498
+ # Example:
499
+ # assert_send [[1, 2], :include?, 4]
500
+
501
+ public
502
+ def assert_send(send_array, message="")
503
+ _wrap_assertion do
504
+ assert_instance_of(Array, send_array, "assert_send requires an array of send information")
505
+ assert(send_array.size >= 2, "assert_send requires at least a receiver and a message name")
506
+ full_message = build_message(message, <<EOT, send_array[0], AssertionMessage.literal(send_array[1].to_s), send_array[2..-1])
507
+ <?> expected to respond to
508
+ <?(?)> with a true value.
509
+ EOT
510
+ assert_block(full_message) { send_array[0].__send__(send_array[1], *send_array[2..-1]) }
511
+ end
512
+ end
513
+
514
+ ##
515
+ # Passes if +actual+ is a boolean value.
516
+ #
517
+ # Example:
518
+ # assert_boolean(true) # -> pass
519
+ # assert_boolean(nil) # -> fail
520
+ def assert_boolean(actual, message=nil)
521
+ _wrap_assertion do
522
+ assert_block(build_message(message,
523
+ "<true> or <false> expected but was\n<?>",
524
+ actual)) do
525
+ [true, false].include?(actual)
526
+ end
527
+ end
528
+ end
529
+
530
+ ##
531
+ # Passes if +actual+ is true.
532
+ #
533
+ # Example:
534
+ # assert_true(true) # -> pass
535
+ # assert_true(:true) # -> fail
536
+ def assert_true(actual, message=nil)
537
+ _wrap_assertion do
538
+ assert_block(build_message(message,
539
+ "<true> expected but was\n<?>",
540
+ actual)) do
541
+ actual == true
542
+ end
543
+ end
544
+ end
545
+
546
+ ##
547
+ # Passes if +actual+ is false.
548
+ #
549
+ # Example:
550
+ # assert_false(false) # -> pass
551
+ # assert_false(nil) # -> fail
552
+ def assert_false(actual, message=nil)
553
+ _wrap_assertion do
554
+ assert_block(build_message(message,
555
+ "<false> expected but was\n<?>",
556
+ actual)) do
557
+ actual == false
558
+ end
559
+ end
560
+ end
561
+
562
+ ##
563
+ # Builds a failure message. +head+ is added before the +template+ and
564
+ # +arguments+ replaces the '?'s positionally in the template.
565
+
566
+ public
567
+ def build_message(head, template=nil, *arguments)
568
+ template &&= template.chomp
569
+ return AssertionMessage.new(head, template, arguments)
570
+ end
571
+
572
+ private
573
+ def _wrap_assertion
574
+ @_assertion_wrapped ||= false
575
+ unless (@_assertion_wrapped)
576
+ @_assertion_wrapped = true
577
+ begin
578
+ add_assertion
579
+ return yield
580
+ ensure
581
+ @_assertion_wrapped = false
582
+ end
583
+ else
584
+ return yield
585
+ end
586
+ end
587
+
588
+ ##
589
+ # Called whenever an assertion is made. Define this in classes that
590
+ # include Test::Unit::Assertions to record assertion counts.
591
+
592
+ private
593
+ def add_assertion
594
+ end
595
+
596
+ ##
597
+ # Select whether or not to use the pretty-printer. If this option is set
598
+ # to false before any assertions are made, pp.rb will not be required.
599
+
600
+ public
601
+ def self.use_pp=(value)
602
+ AssertionMessage.use_pp = value
603
+ end
604
+
605
+ # :stopdoc:
606
+
607
+ class AssertionMessage
608
+ @use_pp = true
609
+ class << self
610
+ attr_accessor :use_pp
611
+
612
+ def literal(value)
613
+ Literal.new(value)
614
+ end
615
+
616
+ def delayed_literal(&block)
617
+ DelayedLiteral.new(block)
618
+ end
619
+
620
+ def convert(object)
621
+ case object
622
+ when Exception
623
+ <<EOM.chop
624
+ Class: <#{convert(object.class)}>
625
+ Message: <#{convert(object.message)}>
626
+ ---Backtrace---
627
+ #{Util::BacktraceFilter.filter_backtrace(object.backtrace).join("\n")}
628
+ ---------------
629
+ EOM
630
+ else
631
+ if use_pp
632
+ begin
633
+ require 'pp' unless defined?(PP)
634
+ return PP.pp(object, '').chomp
635
+ rescue LoadError
636
+ self.use_pp = false
637
+ end
638
+ end
639
+ object.inspect
640
+ end
641
+ end
642
+ end
643
+
644
+ class Literal
645
+ def initialize(value)
646
+ @value = value
647
+ end
648
+
649
+ def inspect
650
+ @value.to_s
651
+ end
652
+ end
653
+
654
+ class DelayedLiteral
655
+ def initialize(value)
656
+ @value = value
657
+ end
658
+
659
+ def inspect
660
+ @value.call.to_s
661
+ end
662
+ end
663
+
664
+ class Template
665
+ def self.create(string)
666
+ parts = (string ? string.scan(/(?=[^\\])\?|(?:\\\?|[^\?])+/m) : [])
667
+ self.new(parts)
668
+ end
669
+
670
+ attr_reader :count
671
+
672
+ def initialize(parts)
673
+ @parts = parts
674
+ @count = parts.find_all{|e| e == '?'}.size
675
+ end
676
+
677
+ def result(parameters)
678
+ raise "The number of parameters does not match the number of substitutions." if(parameters.size != count)
679
+ params = parameters.dup
680
+ @parts.collect{|e| e == '?' ? params.shift : e.gsub(/\\\?/m, '?')}.join('')
681
+ end
682
+ end
683
+
684
+ include Util::BacktraceFilter
685
+
686
+ def initialize(head, template_string, parameters)
687
+ @head = head
688
+ @template_string = template_string
689
+ @parameters = parameters
690
+ end
691
+
692
+ def convert(object)
693
+ self.class.convert(object)
694
+ end
695
+
696
+ def template
697
+ @template ||= Template.create(@template_string)
698
+ end
699
+
700
+ def add_period(string)
701
+ (string =~ /\.\Z/ ? string : string + '.')
702
+ end
703
+
704
+ def to_s
705
+ message_parts = []
706
+ if (@head)
707
+ head = @head.to_s
708
+ unless(head.empty?)
709
+ message_parts << add_period(head)
710
+ end
711
+ end
712
+ tail = template.result(@parameters.collect{|e| convert(e)})
713
+ message_parts << tail unless(tail.empty?)
714
+ message_parts.join("\n")
715
+ end
716
+ end
717
+
718
+ # :startdoc:
719
+
720
+ end
721
+ end
722
+ end