quarry 0.4.0 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGES +22 -1
- data/MANIFEST +30 -339
- data/RELEASE +2 -4
- data/VERSION +1 -1
- data/bin/quarry +14 -10
- data/bin/quarry-doc +2 -2
- data/lib/quarry/assertion.rb +27 -0
- data/lib/quarry/{spec/config.rb → config.rb} +0 -0
- data/lib/quarry/document/template.rhtml +239 -0
- data/lib/quarry/document.rb +126 -0
- data/lib/quarry/expectation.rb +60 -0
- data/lib/quarry/extract.rb +2 -0
- data/lib/quarry/grammar/assert.rb +48 -0
- data/lib/quarry/grammar/expect.rb +114 -0
- data/lib/quarry/grammar/legacy/assert.rb +280 -0
- data/lib/quarry/grammar/should.rb +50 -0
- data/lib/quarry/grammar.rb +4 -0
- data/lib/quarry/{spec → markup}/step.rb +4 -3
- data/lib/quarry/markup.rb +70 -0
- data/lib/quarry/{stub/mock.rb → mock.rb} +1 -1
- data/lib/quarry/{loadmonitor.rb → monitor.rb} +0 -0
- data/lib/quarry/{stub/probe.rb → probe.rb} +8 -35
- data/lib/quarry/reporter/dotprogress.rb +62 -0
- data/lib/quarry/reporter/summary.rb +70 -0
- data/lib/quarry/reporter/verbatim.rb +82 -0
- data/lib/quarry/reporter.rb +70 -0
- data/lib/quarry/{spec → runner}/context.rb +7 -2
- data/lib/quarry/runner.rb +123 -0
- data/lib/quarry/{stub/stub.rb → stub.rb} +1 -1
- data/lib/quarry.rb +10 -0
- data/spec/basic.rd +0 -2
- data/spec/complex.rd +0 -2
- data/spec/mock.rd +20 -26
- data/spec/stub.rd +8 -12
- metadata +48 -361
- data/bin/ruby-break +0 -10
- data/doc/assets/images/clipboard.jpg +0 -0
- data/doc/assets/images/clipboard2.png +0 -0
- data/doc/assets/images/darksilver.png +0 -0
- data/doc/assets/images/icon/book.jpg +0 -0
- data/doc/assets/images/icon/download.gif +0 -0
- data/doc/assets/images/icon/letter_r.png +0 -0
- data/doc/assets/images/icon/license.png +0 -0
- data/doc/assets/images/icon/software.png +0 -0
- data/doc/assets/images/icon/source.png +0 -0
- data/doc/assets/images/miner.jpg +0 -0
- data/doc/assets/images/rbrylmtrx.png +0 -0
- data/doc/assets/images/ruby.gif +0 -0
- data/doc/assets/images/runneth.png +0 -0
- data/doc/assets/images/silver.gif +0 -0
- data/doc/assets/images/test.jpg +0 -0
- data/doc/assets/jquery/jquery.js +0 -1
- data/doc/assets/jquery/jquery.tabs.js +0 -1
- data/doc/assets/rdoc_ad.html +0 -12
- data/doc/assets/styles/index.css +0 -138
- data/doc/guide/stubs.md +0 -125
- data/doc/index.html +0 -285
- data/doc/log/bstats/stats.html +0 -39
- data/doc/log/notes.xml +0 -32
- data/doc/log/stats.html +0 -25
- data/doc/log/stats.log +0 -14
- data/doc/log/syntax.log +0 -0
- data/doc/rdoc/classes/Assertion/False.html +0 -177
- data/doc/rdoc/classes/Assertion/True.html +0 -152
- data/doc/rdoc/classes/Assertion.html +0 -171
- data/doc/rdoc/classes/Kernel.html +0 -105
- data/doc/rdoc/classes/Method.html +0 -168
- data/doc/rdoc/classes/Object.html +0 -507
- data/doc/rdoc/classes/Quarry/Break.html +0 -231
- data/doc/rdoc/classes/Quarry/Command.html +0 -443
- data/doc/rdoc/classes/Quarry/Extract.html +0 -215
- data/doc/rdoc/classes/Quarry/MethodProbe.html +0 -325
- data/doc/rdoc/classes/Quarry/Mock/Delegator.html +0 -179
- data/doc/rdoc/classes/Quarry/Mock/Setter.html +0 -175
- data/doc/rdoc/classes/Quarry/Mock.html +0 -233
- data/doc/rdoc/classes/Quarry/Spec/Comment.html +0 -237
- data/doc/rdoc/classes/Quarry/Spec/Config.html +0 -257
- data/doc/rdoc/classes/Quarry/Spec/Context.html +0 -154
- data/doc/rdoc/classes/Quarry/Spec/Document.html +0 -382
- data/doc/rdoc/classes/Quarry/Spec/Header.html +0 -195
- data/doc/rdoc/classes/Quarry/Spec/Macro.html +0 -166
- data/doc/rdoc/classes/Quarry/Spec/Markup.html +0 -279
- data/doc/rdoc/classes/Quarry/Spec/Reporter/DotProgress.html +0 -234
- data/doc/rdoc/classes/Quarry/Spec/Reporter/Summary.html +0 -294
- data/doc/rdoc/classes/Quarry/Spec/Reporter/Verbatim.html +0 -311
- data/doc/rdoc/classes/Quarry/Spec/Runner.html +0 -352
- data/doc/rdoc/classes/Quarry/Spec/Step.html +0 -190
- data/doc/rdoc/classes/Quarry/Spec/Template.html +0 -205
- data/doc/rdoc/classes/Quarry/Stub/Delegator.html +0 -179
- data/doc/rdoc/classes/Quarry/Stub/Setter.html +0 -175
- data/doc/rdoc/classes/Quarry/Stub.html +0 -224
- data/doc/rdoc/classes/Quarry.html +0 -176
- data/doc/rdoc/created.rid +0 -1
- data/doc/rdoc/files/CHANGES.html +0 -150
- data/doc/rdoc/files/COPYING.html +0 -468
- data/doc/rdoc/files/README.html +0 -195
- data/doc/rdoc/files/RELEASE.html +0 -122
- data/doc/rdoc/files/VERSION.html +0 -107
- data/doc/rdoc/files/bin/quarry-doc.html +0 -109
- data/doc/rdoc/files/bin/quarry.html +0 -109
- data/doc/rdoc/files/bin/ruby-break.html +0 -108
- data/doc/rdoc/files/bin/ruby-xacto.html +0 -101
- data/doc/rdoc/files/lib/quarry/assert_rb.html +0 -155
- data/doc/rdoc/files/lib/quarry/break_rb.html +0 -101
- data/doc/rdoc/files/lib/quarry/extract_rb.html +0 -108
- data/doc/rdoc/files/lib/quarry/loadmonitor_rb.html +0 -101
- data/doc/rdoc/files/lib/quarry/spec/config_rb.html +0 -101
- data/doc/rdoc/files/lib/quarry/spec/context_rb.html +0 -101
- data/doc/rdoc/files/lib/quarry/spec/document_rb.html +0 -111
- data/doc/rdoc/files/lib/quarry/spec/markup_rb.html +0 -108
- data/doc/rdoc/files/lib/quarry/spec/reporter/dotprogress_rb.html +0 -108
- data/doc/rdoc/files/lib/quarry/spec/reporter/summary_rb.html +0 -108
- data/doc/rdoc/files/lib/quarry/spec/reporter/verbatim_rb.html +0 -108
- data/doc/rdoc/files/lib/quarry/spec/reporter_rb.html +0 -109
- data/doc/rdoc/files/lib/quarry/spec/runner_rb.html +0 -109
- data/doc/rdoc/files/lib/quarry/spec/step_rb.html +0 -101
- data/doc/rdoc/files/lib/quarry/spec/template_rhtml.html +0 -228
- data/doc/rdoc/files/lib/quarry/spec_rb.html +0 -113
- data/doc/rdoc/files/lib/quarry/stub/mock_rb.html +0 -101
- data/doc/rdoc/files/lib/quarry/stub/probe_rb.html +0 -122
- data/doc/rdoc/files/lib/quarry/stub/spec_txt.html +0 -118
- data/doc/rdoc/files/lib/quarry/stub/stub_rb.html +0 -101
- data/doc/rdoc/fr_class_index.html +0 -56
- data/doc/rdoc/fr_file_index.html +0 -55
- data/doc/rdoc/fr_method_index.html +0 -117
- data/doc/rdoc/index.html +0 -24
- data/doc/rdoc/rdoc-style.css +0 -208
- data/doc/ri/Assertion/False/assert-i.yaml +0 -10
- data/doc/ri/Assertion/False/cdesc-False.yaml +0 -21
- data/doc/ri/Assertion/False/message-i.yaml +0 -10
- data/doc/ri/Assertion/True/assert-i.yaml +0 -11
- data/doc/ri/Assertion/True/cdesc-True.yaml +0 -26
- data/doc/ri/Assertion/True/message-c.yaml +0 -11
- data/doc/ri/Assertion/True/message-i.yaml +0 -11
- data/doc/ri/Assertion/True/method_missing-i.yaml +0 -12
- data/doc/ri/Assertion/True/new-c.yaml +0 -11
- data/doc/ri/Assertion/cdesc-Assertion.yaml +0 -40
- data/doc/ri/Kernel/cdesc-Kernel.yaml +0 -15
- data/doc/ri/Method/cdesc-Method.yaml +0 -18
- data/doc/ri/Method/migration-i.yaml +0 -12
- data/doc/ri/Method/signature-i.yaml +0 -12
- data/doc/ri/Object/assert%21-i.yaml +0 -17
- data/doc/ri/Object/assert-i.yaml +0 -15
- data/doc/ri/Object/assert_raises%21-i.yaml +0 -12
- data/doc/ri/Object/assert_raises-i.yaml +0 -15
- data/doc/ri/Object/cdesc-Object.yaml +0 -42
- data/doc/ri/Object/mock-i.yaml +0 -12
- data/doc/ri/Object/refute-i.yaml +0 -13
- data/doc/ri/Object/refute_raises-i.yaml +0 -17
- data/doc/ri/Object/remove-i.yaml +0 -12
- data/doc/ri/Object/should-i.yaml +0 -12
- data/doc/ri/Object/should_not-i.yaml +0 -12
- data/doc/ri/Object/should_not_raise-i.yaml +0 -12
- data/doc/ri/Object/should_raise-i.yaml +0 -12
- data/doc/ri/Object/stub-i.yaml +0 -12
- data/doc/ri/Quarry/Break/cdesc-Break.yaml +0 -23
- data/doc/ri/Quarry/Break/edit-i.yaml +0 -11
- data/doc/ri/Quarry/Break/new-c.yaml +0 -11
- data/doc/ri/Quarry/Extract/cdesc-Extract.yaml +0 -26
- data/doc/ri/Quarry/Extract/create_test-i.yaml +0 -12
- data/doc/ri/Quarry/Extract/extract_test_from_file-i.yaml +0 -12
- data/doc/ri/Quarry/Extract/test_extract-i.yaml +0 -18
- data/doc/ri/Quarry/MethodProbe/cdesc-MethodProbe.yaml +0 -46
- data/doc/ri/Quarry/MethodProbe/duckcall-c.yaml +0 -10
- data/doc/ri/Quarry/MethodProbe/initialize_copy-i.yaml +0 -10
- data/doc/ri/Quarry/MethodProbe/method_missing-i.yaml +0 -10
- data/doc/ri/Quarry/MethodProbe/new-c.yaml +0 -10
- data/doc/ri/Quarry/Mock/Delegator/cdesc-Delegator.yaml +0 -20
- data/doc/ri/Quarry/Mock/Delegator/method_missing-i.yaml +0 -10
- data/doc/ri/Quarry/Mock/Delegator/new-c.yaml +0 -10
- data/doc/ri/Quarry/Mock/Setter/%3d%3d-i.yaml +0 -10
- data/doc/ri/Quarry/Mock/Setter/cdesc-Setter.yaml +0 -18
- data/doc/ri/Quarry/Mock/Setter/new-c.yaml +0 -10
- data/doc/ri/Quarry/Mock/__table__-i.yaml +0 -11
- data/doc/ri/Quarry/Mock/cdesc-Mock.yaml +0 -25
- data/doc/ri/Quarry/Mock/method_missing-i.yaml +0 -12
- data/doc/ri/Quarry/Mock/new-c.yaml +0 -10
- data/doc/ri/Quarry/Spec/Comment/cdesc-Comment.yaml +0 -33
- data/doc/ri/Quarry/Spec/Comment/macro%3f-i.yaml +0 -12
- data/doc/ri/Quarry/Spec/Comment/new-c.yaml +0 -10
- data/doc/ri/Quarry/Spec/Comment/type-i.yaml +0 -12
- data/doc/ri/Quarry/Spec/Config/after-i.yaml +0 -12
- data/doc/ri/Quarry/Spec/Config/after_spec-i.yaml +0 -12
- data/doc/ri/Quarry/Spec/Config/before-i.yaml +0 -12
- data/doc/ri/Quarry/Spec/Config/before_spec-i.yaml +0 -12
- data/doc/ri/Quarry/Spec/Config/cdesc-Config.yaml +0 -26
- data/doc/ri/Quarry/Spec/Config/new-c.yaml +0 -10
- data/doc/ri/Quarry/Spec/Context/cdesc-Context.yaml +0 -21
- data/doc/ri/Quarry/Spec/Context/new-c.yaml +0 -10
- data/doc/ri/Quarry/Spec/Document/cdesc-Document.yaml +0 -76
- data/doc/ri/Quarry/Spec/Document/generate-i.yaml +0 -12
- data/doc/ri/Quarry/Spec/Document/new-c.yaml +0 -12
- data/doc/ri/Quarry/Spec/Document/quiet%3f-i.yaml +0 -12
- data/doc/ri/Quarry/Spec/Document/require_rdoc-i.yaml +0 -11
- data/doc/ri/Quarry/Spec/Document/save-i.yaml +0 -12
- data/doc/ri/Quarry/Spec/Document/template-i.yaml +0 -12
- data/doc/ri/Quarry/Spec/Header/cdesc-Header.yaml +0 -30
- data/doc/ri/Quarry/Spec/Header/new-c.yaml +0 -10
- data/doc/ri/Quarry/Spec/Macro/cdesc-Macro.yaml +0 -22
- data/doc/ri/Quarry/Spec/Macro/new-c.yaml +0 -10
- data/doc/ri/Quarry/Spec/Markup/cdesc-Markup.yaml +0 -31
- data/doc/ri/Quarry/Spec/Markup/description-i.yaml +0 -11
- data/doc/ri/Quarry/Spec/Markup/new-c.yaml +0 -11
- data/doc/ri/Quarry/Spec/Markup/parse-i.yaml +0 -11
- data/doc/ri/Quarry/Spec/Markup/parse_section-i.yaml +0 -11
- data/doc/ri/Quarry/Spec/Reporter/DotProgress/cdesc-DotProgress.yaml +0 -21
- data/doc/ri/Quarry/Spec/Reporter/DotProgress/report_intro-i.yaml +0 -10
- data/doc/ri/Quarry/Spec/Reporter/DotProgress/report_step-i.yaml +0 -10
- data/doc/ri/Quarry/Spec/Reporter/DotProgress/report_summary-i.yaml +0 -16
- data/doc/ri/Quarry/Spec/Reporter/Summary/cdesc-Summary.yaml +0 -31
- data/doc/ri/Quarry/Spec/Reporter/Summary/report_comment-i.yaml +0 -10
- data/doc/ri/Quarry/Spec/Reporter/Summary/report_error-i.yaml +0 -10
- data/doc/ri/Quarry/Spec/Reporter/Summary/report_fail-i.yaml +0 -10
- data/doc/ri/Quarry/Spec/Reporter/Summary/report_header-i.yaml +0 -10
- data/doc/ri/Quarry/Spec/Reporter/Summary/report_macro-i.yaml +0 -10
- data/doc/ri/Quarry/Spec/Reporter/Summary/report_pass-i.yaml +0 -10
- data/doc/ri/Quarry/Spec/Reporter/Verbatim/cdesc-Verbatim.yaml +0 -29
- data/doc/ri/Quarry/Spec/Reporter/Verbatim/report_comment-i.yaml +0 -10
- data/doc/ri/Quarry/Spec/Reporter/Verbatim/report_error-i.yaml +0 -10
- data/doc/ri/Quarry/Spec/Reporter/Verbatim/report_fail-i.yaml +0 -10
- data/doc/ri/Quarry/Spec/Reporter/Verbatim/report_header-i.yaml +0 -16
- data/doc/ri/Quarry/Spec/Reporter/Verbatim/report_macro-i.yaml +0 -10
- data/doc/ri/Quarry/Spec/Reporter/Verbatim/report_pass-i.yaml +0 -10
- data/doc/ri/Quarry/Spec/Reporter/cdesc-Reporter.yaml +0 -20
- data/doc/ri/Quarry/Spec/Runner/cdesc-Runner.yaml +0 -47
- data/doc/ri/Quarry/Spec/Runner/check-i.yaml +0 -12
- data/doc/ri/Quarry/Spec/Runner/check_spec-i.yaml +0 -12
- data/doc/ri/Quarry/Spec/Runner/new-c.yaml +0 -12
- data/doc/ri/Quarry/Spec/Runner/run_step-i.yaml +0 -12
- data/doc/ri/Quarry/Spec/Step/cdesc-Step.yaml +0 -30
- data/doc/ri/Quarry/Spec/Step/new-c.yaml +0 -10
- data/doc/ri/Quarry/Spec/Template/cdesc-Template.yaml +0 -31
- data/doc/ri/Quarry/Spec/Template/new-c.yaml +0 -11
- data/doc/ri/Quarry/Spec/Template/parse_template-i.yaml +0 -10
- data/doc/ri/Quarry/Spec/cdesc-Spec.yaml +0 -15
- data/doc/ri/Quarry/Stub/Delegator/cdesc-Delegator.yaml +0 -20
- data/doc/ri/Quarry/Stub/Delegator/method_missing-i.yaml +0 -10
- data/doc/ri/Quarry/Stub/Delegator/new-c.yaml +0 -10
- data/doc/ri/Quarry/Stub/Setter/%3d%3d-i.yaml +0 -10
- data/doc/ri/Quarry/Stub/Setter/cdesc-Setter.yaml +0 -18
- data/doc/ri/Quarry/Stub/Setter/new-c.yaml +0 -10
- data/doc/ri/Quarry/Stub/__table__-i.yaml +0 -11
- data/doc/ri/Quarry/Stub/cdesc-Stub.yaml +0 -23
- data/doc/ri/Quarry/Stub/method_missing-i.yaml +0 -11
- data/doc/ri/Quarry/Stub/new-c.yaml +0 -10
- data/doc/ri/Quarry/cdesc-Quarry.yaml +0 -16
- data/doc/ri/created.rid +0 -1
- data/doc/spec/stub.html +0 -394
- data/lib/quarry/assert.rb +0 -198
- data/lib/quarry/break.rb +0 -51
- data/lib/quarry/spec/document.rb +0 -130
- data/lib/quarry/spec/markup.rb +0 -85
- data/lib/quarry/spec/reporter/dotprogress.rb +0 -66
- data/lib/quarry/spec/reporter/summary.rb +0 -74
- data/lib/quarry/spec/reporter/verbatim.rb +0 -87
- data/lib/quarry/spec/reporter.rb +0 -74
- data/lib/quarry/spec/runner.rb +0 -127
- data/lib/quarry/spec/template.rhtml +0 -116
- data/lib/quarry/spec.rb +0 -7
- data/lib/quarry/stub/spec.txt +0 -113
- data/work/consider/document.rb +0 -35
- data/work/consider/fixture.rb +0 -153
- data/work/deprecated/assert/must.rb +0 -9
- data/work/deprecated/assert/should.rb +0 -9
- data/work/deprecated/build.rb +0 -82
- data/work/deprecated/mock/file.rb +0 -11
- data/work/deprecated/mock/mock.0.rb +0 -77
- data/work/deprecated/overlay.rb +0 -64
- data/work/deprecated/spec.rb +0 -195
- data/work/deprecated/stub/stub.0.rb +0 -180
- data/work/deprecated/stub/stub.1.rb +0 -114
- data/work/deprecated/stub/test_stub.rb +0 -66
- data/work/deprecated/test/case.rb +0 -141
- data/work/sandbox/assert.rb +0 -100
- data/work/sandbox/bug.rb +0 -49
- data/work/sandbox/build/announce.rb +0 -213
- data/work/sandbox/build/check.rb +0 -109
- data/work/sandbox/build/gem.rb +0 -235
- data/work/sandbox/build/make.rb +0 -118
- data/work/sandbox/build/manpage.rb +0 -201
- data/work/sandbox/build/notes.rb +0 -214
- data/work/sandbox/build/pack.rb +0 -228
- data/work/sandbox/build/rdoc.rb +0 -289
- data/work/sandbox/build/rubyforge.rb +0 -91
- data/work/sandbox/build/sign.rb +0 -241
- data/work/sandbox/build/stamp.rb +0 -37
- data/work/sandbox/build/stats.rb +0 -154
- data/work/sandbox/build/svn.rb +0 -193
- data/work/sandbox/build/test.rb +0 -521
- data/work/sandbox/design.rb +0 -200
- data/work/sandbox/iface_scanner.rb +0 -102
- data/work/sandbox/testunit/assertions/assert_has_keys.rb +0 -38
- data/work/sandbox/testunit/assertions/assert_has_only_keys.rb +0 -38
- data/work/sandbox/testunit/unit.rb +0 -104
- data/work/sandbox/unitspec.rb +0 -54
- data/work/sandbox/x_isotest.rb +0 -532
data/doc/rdoc/rdoc-style.css
DELETED
@@ -1,208 +0,0 @@
|
|
1
|
-
|
2
|
-
body {
|
3
|
-
font-family: Verdana,Arial,Helvetica,sans-serif;
|
4
|
-
font-size: 90%;
|
5
|
-
margin: 0;
|
6
|
-
margin-left: 40px;
|
7
|
-
padding: 0;
|
8
|
-
background: white;
|
9
|
-
}
|
10
|
-
|
11
|
-
h1,h2,h3,h4 { margin: 0; color: #efefef; background: transparent; }
|
12
|
-
h1 { font-size: 150%; }
|
13
|
-
h2,h3,h4 { margin-top: 1em; }
|
14
|
-
|
15
|
-
a { background: #eef; color: #039; text-decoration: none; }
|
16
|
-
a:hover { background: #039; color: #eef; }
|
17
|
-
|
18
|
-
/* Override the base stylesheet's Anchor inside a table cell */
|
19
|
-
td > a {
|
20
|
-
background: transparent;
|
21
|
-
color: #039;
|
22
|
-
text-decoration: none;
|
23
|
-
}
|
24
|
-
|
25
|
-
/* and inside a section title */
|
26
|
-
.section-title > a {
|
27
|
-
background: transparent;
|
28
|
-
color: #eee;
|
29
|
-
text-decoration: none;
|
30
|
-
}
|
31
|
-
|
32
|
-
/* === Structural elements =================================== */
|
33
|
-
|
34
|
-
div#index {
|
35
|
-
margin: 0;
|
36
|
-
margin-left: -40px;
|
37
|
-
padding: 0;
|
38
|
-
font-size: 90%;
|
39
|
-
}
|
40
|
-
|
41
|
-
|
42
|
-
div#index a {
|
43
|
-
margin-left: 0.7em;
|
44
|
-
}
|
45
|
-
|
46
|
-
div#index .section-bar {
|
47
|
-
margin-left: 0px;
|
48
|
-
padding-left: 0.7em;
|
49
|
-
background: #ccc;
|
50
|
-
font-size: small;
|
51
|
-
}
|
52
|
-
|
53
|
-
|
54
|
-
div#classHeader, div#fileHeader {
|
55
|
-
width: auto;
|
56
|
-
color: white;
|
57
|
-
padding: 0.5em 1.5em 0.5em 1.5em;
|
58
|
-
margin: 0;
|
59
|
-
margin-left: -40px;
|
60
|
-
border-bottom: 3px solid #006;
|
61
|
-
}
|
62
|
-
|
63
|
-
div#classHeader a, div#fileHeader a {
|
64
|
-
background: inherit;
|
65
|
-
color: white;
|
66
|
-
}
|
67
|
-
|
68
|
-
div#classHeader td, div#fileHeader td {
|
69
|
-
background: inherit;
|
70
|
-
color: white;
|
71
|
-
}
|
72
|
-
|
73
|
-
|
74
|
-
div#fileHeader {
|
75
|
-
background: #057;
|
76
|
-
}
|
77
|
-
|
78
|
-
div#classHeader {
|
79
|
-
background: #048;
|
80
|
-
}
|
81
|
-
|
82
|
-
|
83
|
-
.class-name-in-header {
|
84
|
-
font-size: 180%;
|
85
|
-
font-weight: bold;
|
86
|
-
}
|
87
|
-
|
88
|
-
|
89
|
-
div#bodyContent {
|
90
|
-
padding: 0 1.5em 0 1.5em;
|
91
|
-
}
|
92
|
-
|
93
|
-
div#description {
|
94
|
-
padding: 0.5em 1.5em;
|
95
|
-
background: #efefef;
|
96
|
-
border: 1px dotted #999;
|
97
|
-
}
|
98
|
-
|
99
|
-
div#description h1,h2,h3,h4,h5,h6 {
|
100
|
-
color: #125;;
|
101
|
-
background: transparent;
|
102
|
-
}
|
103
|
-
|
104
|
-
div#validator-badges {
|
105
|
-
text-align: center;
|
106
|
-
}
|
107
|
-
div#validator-badges img { border: 0; }
|
108
|
-
|
109
|
-
div#copyright {
|
110
|
-
color: #333;
|
111
|
-
background: #efefef;
|
112
|
-
font: 0.75em sans-serif;
|
113
|
-
margin-top: 5em;
|
114
|
-
margin-bottom: 0;
|
115
|
-
padding: 0.5em 2em;
|
116
|
-
}
|
117
|
-
|
118
|
-
|
119
|
-
/* === Classes =================================== */
|
120
|
-
|
121
|
-
table.header-table {
|
122
|
-
color: white;
|
123
|
-
font-size: small;
|
124
|
-
}
|
125
|
-
|
126
|
-
.type-note {
|
127
|
-
font-size: small;
|
128
|
-
color: #DEDEDE;
|
129
|
-
}
|
130
|
-
|
131
|
-
.xxsection-bar {
|
132
|
-
background: #eee;
|
133
|
-
color: #333;
|
134
|
-
padding: 3px;
|
135
|
-
}
|
136
|
-
|
137
|
-
.section-bar {
|
138
|
-
color: #333;
|
139
|
-
border-bottom: 1px solid #999;
|
140
|
-
margin-left: -20px;
|
141
|
-
}
|
142
|
-
|
143
|
-
|
144
|
-
.section-title {
|
145
|
-
background: #79a;
|
146
|
-
color: #eee;
|
147
|
-
padding: 3px;
|
148
|
-
margin-top: 2em;
|
149
|
-
margin-left: -30px;
|
150
|
-
border: 1px solid #999;
|
151
|
-
}
|
152
|
-
|
153
|
-
.top-aligned-row { vertical-align: top }
|
154
|
-
.bottom-aligned-row { vertical-align: bottom }
|
155
|
-
|
156
|
-
/* --- Context section classes ----------------------- */
|
157
|
-
|
158
|
-
.context-row { }
|
159
|
-
.context-item-name { font-family: monospace; font-weight: bold; color: black; }
|
160
|
-
.context-item-value { font-size: small; color: #448; }
|
161
|
-
.context-item-desc { color: #333; padding-left: 2em; }
|
162
|
-
|
163
|
-
/* --- Method classes -------------------------- */
|
164
|
-
.method-detail {
|
165
|
-
background: #efefef;
|
166
|
-
padding: 0;
|
167
|
-
margin-top: 0.5em;
|
168
|
-
margin-bottom: 1em;
|
169
|
-
border: 1px dotted #ccc;
|
170
|
-
}
|
171
|
-
.method-heading {
|
172
|
-
color: black;
|
173
|
-
background: #ccc;
|
174
|
-
border-bottom: 1px solid #666;
|
175
|
-
padding: 0.2em 0.5em 0 0.5em;
|
176
|
-
}
|
177
|
-
.method-signature { color: black; background: inherit; }
|
178
|
-
.method-name { font-weight: bold; }
|
179
|
-
.method-args { font-style: italic; }
|
180
|
-
.method-description { padding: 0 0.5em 0 0.5em; }
|
181
|
-
|
182
|
-
/* --- Source code sections -------------------- */
|
183
|
-
|
184
|
-
a.source-toggle { font-size: 90%; }
|
185
|
-
div.method-source-code {
|
186
|
-
background: #262626;
|
187
|
-
color: #ffdead;
|
188
|
-
margin: 1em;
|
189
|
-
padding: 0.5em;
|
190
|
-
border: 1px dashed #999;
|
191
|
-
overflow: hidden;
|
192
|
-
}
|
193
|
-
|
194
|
-
div.method-source-code pre { color: #ffdead; overflow: hidden; }
|
195
|
-
|
196
|
-
/* --- Ruby keyword styles --------------------- */
|
197
|
-
|
198
|
-
.standalone-code { background: #221111; color: #ffdead; overflow: hidden; }
|
199
|
-
|
200
|
-
.ruby-constant { color: #7fffd4; background: transparent; }
|
201
|
-
.ruby-keyword { color: #00ffff; background: transparent; }
|
202
|
-
.ruby-ivar { color: #eedd82; background: transparent; }
|
203
|
-
.ruby-operator { color: #00ffee; background: transparent; }
|
204
|
-
.ruby-identifier { color: #ffdead; background: transparent; }
|
205
|
-
.ruby-node { color: #ffa07a; background: transparent; }
|
206
|
-
.ruby-comment { color: #b22222; font-weight: bold; background: transparent; }
|
207
|
-
.ruby-regexp { color: #ffa07a; background: transparent; }
|
208
|
-
.ruby-value { color: #7fffd4; background: transparent; }
|
@@ -1,21 +0,0 @@
|
|
1
|
-
--- !ruby/object:RI::ClassDescription
|
2
|
-
attributes: []
|
3
|
-
|
4
|
-
class_methods: []
|
5
|
-
|
6
|
-
comment:
|
7
|
-
- !ruby/struct:SM::Flow::H
|
8
|
-
level: 1
|
9
|
-
text: Assertion::False
|
10
|
-
constants: []
|
11
|
-
|
12
|
-
full_name: Assertion::False
|
13
|
-
includes: []
|
14
|
-
|
15
|
-
instance_methods:
|
16
|
-
- !ruby/object:RI::MethodSummary
|
17
|
-
name: assert
|
18
|
-
- !ruby/object:RI::MethodSummary
|
19
|
-
name: message
|
20
|
-
name: "False"
|
21
|
-
superclass: Assertion::True
|
@@ -1,26 +0,0 @@
|
|
1
|
-
--- !ruby/object:RI::ClassDescription
|
2
|
-
attributes: []
|
3
|
-
|
4
|
-
class_methods:
|
5
|
-
- !ruby/object:RI::MethodSummary
|
6
|
-
name: message
|
7
|
-
- !ruby/object:RI::MethodSummary
|
8
|
-
name: new
|
9
|
-
comment:
|
10
|
-
- !ruby/struct:SM::Flow::H
|
11
|
-
level: 1
|
12
|
-
text: Assertion::True
|
13
|
-
constants: []
|
14
|
-
|
15
|
-
full_name: Assertion::True
|
16
|
-
includes: []
|
17
|
-
|
18
|
-
instance_methods:
|
19
|
-
- !ruby/object:RI::MethodSummary
|
20
|
-
name: assert
|
21
|
-
- !ruby/object:RI::MethodSummary
|
22
|
-
name: message
|
23
|
-
- !ruby/object:RI::MethodSummary
|
24
|
-
name: method_missing
|
25
|
-
name: "True"
|
26
|
-
superclass: Object
|
@@ -1,12 +0,0 @@
|
|
1
|
-
--- !ruby/object:RI::MethodDescription
|
2
|
-
aliases: []
|
3
|
-
|
4
|
-
block_params:
|
5
|
-
comment:
|
6
|
-
- !ruby/struct:SM::Flow::P
|
7
|
-
body: "TODO: Not sure about the raises here."
|
8
|
-
full_name: Assertion::True#method_missing
|
9
|
-
is_singleton: false
|
10
|
-
name: method_missing
|
11
|
-
params: (sym, *a, &b)
|
12
|
-
visibility: private
|
@@ -1,40 +0,0 @@
|
|
1
|
-
--- !ruby/object:RI::ClassDescription
|
2
|
-
attributes: []
|
3
|
-
|
4
|
-
class_methods: []
|
5
|
-
|
6
|
-
comment:
|
7
|
-
- !ruby/struct:SM::Flow::P
|
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.
|
32
|
-
constants: []
|
33
|
-
|
34
|
-
full_name: Assertion
|
35
|
-
includes: []
|
36
|
-
|
37
|
-
instance_methods: []
|
38
|
-
|
39
|
-
name: Assertion
|
40
|
-
superclass: Exception
|
@@ -1,18 +0,0 @@
|
|
1
|
-
--- !ruby/object:RI::ClassDescription
|
2
|
-
attributes: []
|
3
|
-
|
4
|
-
class_methods: []
|
5
|
-
|
6
|
-
comment:
|
7
|
-
constants: []
|
8
|
-
|
9
|
-
full_name: Method
|
10
|
-
includes: []
|
11
|
-
|
12
|
-
instance_methods:
|
13
|
-
- !ruby/object:RI::MethodSummary
|
14
|
-
name: migration
|
15
|
-
- !ruby/object:RI::MethodSummary
|
16
|
-
name: signature
|
17
|
-
name: Method
|
18
|
-
superclass: Object
|
@@ -1,12 +0,0 @@
|
|
1
|
-
--- !ruby/object:RI::MethodDescription
|
2
|
-
aliases: []
|
3
|
-
|
4
|
-
block_params:
|
5
|
-
comment:
|
6
|
-
- !ruby/struct:SM::Flow::P
|
7
|
-
body: Outputs migration information.
|
8
|
-
full_name: Method#migration
|
9
|
-
is_singleton: false
|
10
|
-
name: migration
|
11
|
-
params: ()
|
12
|
-
visibility: private
|
@@ -1,12 +0,0 @@
|
|
1
|
-
--- !ruby/object:RI::MethodDescription
|
2
|
-
aliases: []
|
3
|
-
|
4
|
-
block_params:
|
5
|
-
comment:
|
6
|
-
- !ruby/struct:SM::Flow::P
|
7
|
-
body: Outputs signiture information.
|
8
|
-
full_name: Method#signature
|
9
|
-
is_singleton: false
|
10
|
-
name: signature
|
11
|
-
params: (detail=nil)
|
12
|
-
visibility: public
|
@@ -1,17 +0,0 @@
|
|
1
|
-
--- !ruby/object:RI::MethodDescription
|
2
|
-
aliases:
|
3
|
-
- !ruby/object:RI::AliasName
|
4
|
-
name: refute
|
5
|
-
block_params:
|
6
|
-
comment:
|
7
|
-
- !ruby/struct:SM::Flow::P
|
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"
|
11
|
-
- !ruby/struct:SM::Flow::P
|
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."
|
13
|
-
full_name: Object#assert!
|
14
|
-
is_singleton: false
|
15
|
-
name: assert!
|
16
|
-
params: ()
|
17
|
-
visibility: public
|
data/doc/ri/Object/assert-i.yaml
DELETED
@@ -1,15 +0,0 @@
|
|
1
|
-
--- !ruby/object:RI::MethodDescription
|
2
|
-
aliases:
|
3
|
-
- !ruby/object:RI::AliasName
|
4
|
-
name: should
|
5
|
-
block_params:
|
6
|
-
comment:
|
7
|
-
- !ruby/struct:SM::Flow::P
|
8
|
-
body: Assert a operational relationship.
|
9
|
-
- !ruby/struct:SM::Flow::P
|
10
|
-
body: "4.assert == 3 #=> Assertion Error"
|
11
|
-
full_name: Object#assert
|
12
|
-
is_singleton: false
|
13
|
-
name: assert
|
14
|
-
params: ()
|
15
|
-
visibility: public
|
@@ -1,12 +0,0 @@
|
|
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
|
@@ -1,15 +0,0 @@
|
|
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
|
@@ -1,42 +0,0 @@
|
|
1
|
-
--- !ruby/object:RI::ClassDescription
|
2
|
-
attributes: []
|
3
|
-
|
4
|
-
class_methods: []
|
5
|
-
|
6
|
-
comment:
|
7
|
-
constants: []
|
8
|
-
|
9
|
-
full_name: Object
|
10
|
-
includes: []
|
11
|
-
|
12
|
-
instance_methods:
|
13
|
-
- !ruby/object:RI::MethodSummary
|
14
|
-
name: assert
|
15
|
-
- !ruby/object:RI::MethodSummary
|
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
|
41
|
-
name: Object
|
42
|
-
superclass: Object
|
data/doc/ri/Object/mock-i.yaml
DELETED
data/doc/ri/Object/refute-i.yaml
DELETED
@@ -1,13 +0,0 @@
|
|
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
|
@@ -1,17 +0,0 @@
|
|
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
|
data/doc/ri/Object/remove-i.yaml
DELETED
@@ -1,12 +0,0 @@
|
|
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
|
data/doc/ri/Object/should-i.yaml
DELETED
@@ -1,12 +0,0 @@
|
|
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
|
@@ -1,12 +0,0 @@
|
|
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
|
data/doc/ri/Object/stub-i.yaml
DELETED