quarry 0.4.0 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
|
@@ -1,352 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
-
<!DOCTYPE html
|
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
5
|
-
|
|
6
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
7
|
-
<head>
|
|
8
|
-
<title>Class: Quarry::Spec::Runner</title>
|
|
9
|
-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
10
|
-
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
|
11
|
-
<link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
|
|
12
|
-
<script type="text/javascript">
|
|
13
|
-
// <![CDATA[
|
|
14
|
-
|
|
15
|
-
function popupCode( url ) {
|
|
16
|
-
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
function toggleCode( id ) {
|
|
20
|
-
if ( document.getElementById )
|
|
21
|
-
elem = document.getElementById( id );
|
|
22
|
-
else if ( document.all )
|
|
23
|
-
elem = eval( "document.all." + id );
|
|
24
|
-
else
|
|
25
|
-
return false;
|
|
26
|
-
|
|
27
|
-
elemStyle = elem.style;
|
|
28
|
-
|
|
29
|
-
if ( elemStyle.display != "block" ) {
|
|
30
|
-
elemStyle.display = "block"
|
|
31
|
-
} else {
|
|
32
|
-
elemStyle.display = "none"
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
return true;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
// Make codeblocks hidden by default
|
|
39
|
-
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
|
40
|
-
|
|
41
|
-
// ]]>
|
|
42
|
-
</script>
|
|
43
|
-
|
|
44
|
-
</head>
|
|
45
|
-
<body>
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
<div id="classHeader">
|
|
50
|
-
<table class="header-table">
|
|
51
|
-
<tr class="top-aligned-row">
|
|
52
|
-
<td><strong>Class</strong></td>
|
|
53
|
-
<td class="class-name-in-header">Quarry::Spec::Runner</td>
|
|
54
|
-
</tr>
|
|
55
|
-
<tr class="top-aligned-row">
|
|
56
|
-
<td><strong>In:</strong></td>
|
|
57
|
-
<td>
|
|
58
|
-
<a href="../../../files/lib/quarry/spec/runner_rb.html">
|
|
59
|
-
lib/quarry/spec/runner.rb
|
|
60
|
-
</a>
|
|
61
|
-
<br />
|
|
62
|
-
</td>
|
|
63
|
-
</tr>
|
|
64
|
-
|
|
65
|
-
<tr class="top-aligned-row">
|
|
66
|
-
<td><strong>Parent:</strong></td>
|
|
67
|
-
<td>
|
|
68
|
-
<a href="../../Object.html">
|
|
69
|
-
Object
|
|
70
|
-
</a>
|
|
71
|
-
</td>
|
|
72
|
-
</tr>
|
|
73
|
-
</table>
|
|
74
|
-
</div>
|
|
75
|
-
<!-- banner header -->
|
|
76
|
-
|
|
77
|
-
<div id="bodyContent">
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
<div id="contextContent">
|
|
82
|
-
|
|
83
|
-
<div id="description">
|
|
84
|
-
<h1>Specificaton <a href="Runner.html">Runner</a></h1>
|
|
85
|
-
<p>
|
|
86
|
-
The <a href="Runner.html">Runner</a> class loops through a set of
|
|
87
|
-
specifications and executes each one in turn.
|
|
88
|
-
</p>
|
|
89
|
-
<p>
|
|
90
|
-
The current working directory is changed to that of the specification
|
|
91
|
-
script‘s. So any relative file references within a spec must take
|
|
92
|
-
that into account.
|
|
93
|
-
</p>
|
|
94
|
-
|
|
95
|
-
</div>
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
</div>
|
|
99
|
-
|
|
100
|
-
<div id="method-list">
|
|
101
|
-
<h3 class="section-bar">Methods</h3>
|
|
102
|
-
|
|
103
|
-
<div class="name-list">
|
|
104
|
-
<a href="#M000047">check</a>
|
|
105
|
-
<a href="#M000048">check_spec</a>
|
|
106
|
-
<a href="#M000046">new</a>
|
|
107
|
-
<a href="#M000049">run_step</a>
|
|
108
|
-
</div>
|
|
109
|
-
</div>
|
|
110
|
-
|
|
111
|
-
</div>
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
<!-- if includes -->
|
|
115
|
-
|
|
116
|
-
<div id="section">
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
<div id="attribute-list">
|
|
123
|
-
<h3 class="section-bar">Attributes</h3>
|
|
124
|
-
|
|
125
|
-
<div class="name-list">
|
|
126
|
-
<table>
|
|
127
|
-
<tr class="top-aligned-row context-row">
|
|
128
|
-
<td class="context-item-name">context</td>
|
|
129
|
-
<td class="context-item-value"> [R] </td>
|
|
130
|
-
<td class="context-item-desc"></td>
|
|
131
|
-
</tr>
|
|
132
|
-
<tr class="top-aligned-row context-row">
|
|
133
|
-
<td class="context-item-name">output</td>
|
|
134
|
-
<td class="context-item-value"> [R] </td>
|
|
135
|
-
<td class="context-item-desc"></td>
|
|
136
|
-
</tr>
|
|
137
|
-
<tr class="top-aligned-row context-row">
|
|
138
|
-
<td class="context-item-name">specs</td>
|
|
139
|
-
<td class="context-item-value"> [R] </td>
|
|
140
|
-
<td class="context-item-desc"><pre>
|
|
141
|
-
Quarry::Spec::Runner.configure do
|
|
142
|
-
def setup(spec)
|
|
143
|
-
...
|
|
144
|
-
end
|
|
145
|
-
def teardown(spec)
|
|
146
|
-
...
|
|
147
|
-
end
|
|
148
|
-
end
|
|
149
|
-
</pre>
|
|
150
|
-
|
|
151
|
-
def self.configure(plugin=nil, &block)
|
|
152
|
-
|
|
153
|
-
<pre>
|
|
154
|
-
if block_given?
|
|
155
|
-
m = Module.new(&block)
|
|
156
|
-
m.extend m
|
|
157
|
-
@config << m
|
|
158
|
-
end
|
|
159
|
-
if plugin
|
|
160
|
-
@config << plugin
|
|
161
|
-
end
|
|
162
|
-
</pre>
|
|
163
|
-
<p>
|
|
164
|
-
end
|
|
165
|
-
</p>
|
|
166
|
-
</td>
|
|
167
|
-
</tr>
|
|
168
|
-
</table>
|
|
169
|
-
</div>
|
|
170
|
-
</div>
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
<!-- if method_list -->
|
|
175
|
-
<div id="methods">
|
|
176
|
-
<h3 class="section-bar">Public Class methods</h3>
|
|
177
|
-
|
|
178
|
-
<div id="method-M000046" class="method-detail">
|
|
179
|
-
<a name="M000046"></a>
|
|
180
|
-
|
|
181
|
-
<div class="method-heading">
|
|
182
|
-
<a href="#M000046" class="method-signature">
|
|
183
|
-
<span class="method-name">new</span><span class="method-args">(specs, output=nil)</span>
|
|
184
|
-
</a>
|
|
185
|
-
</div>
|
|
186
|
-
|
|
187
|
-
<div class="method-description">
|
|
188
|
-
<p>
|
|
189
|
-
New Specification
|
|
190
|
-
</p>
|
|
191
|
-
<p><a class="source-toggle" href="#"
|
|
192
|
-
onclick="toggleCode('M000046-source');return false;">[Source]</a></p>
|
|
193
|
-
<div class="method-source-code" id="M000046-source">
|
|
194
|
-
<pre>
|
|
195
|
-
<span class="ruby-comment cmt"># File lib/quarry/spec/runner.rb, line 45</span>
|
|
196
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">specs</span>, <span class="ruby-identifier">output</span>=<span class="ruby-keyword kw">nil</span>)
|
|
197
|
-
<span class="ruby-ivar">@specs</span> = [<span class="ruby-identifier">specs</span>].<span class="ruby-identifier">flatten</span>
|
|
198
|
-
<span class="ruby-ivar">@output</span> = <span class="ruby-identifier">output</span> <span class="ruby-operator">||</span> <span class="ruby-constant">Spec</span><span class="ruby-operator">::</span><span class="ruby-constant">Reporter</span><span class="ruby-operator">::</span><span class="ruby-constant">DotProgress</span>.<span class="ruby-identifier">new</span> <span class="ruby-comment cmt">#(self)</span>
|
|
199
|
-
<span class="ruby-keyword kw">end</span>
|
|
200
|
-
</pre>
|
|
201
|
-
</div>
|
|
202
|
-
</div>
|
|
203
|
-
</div>
|
|
204
|
-
|
|
205
|
-
<h3 class="section-bar">Public Instance methods</h3>
|
|
206
|
-
|
|
207
|
-
<div id="method-M000047" class="method-detail">
|
|
208
|
-
<a name="M000047"></a>
|
|
209
|
-
|
|
210
|
-
<div class="method-heading">
|
|
211
|
-
<a href="#M000047" class="method-signature">
|
|
212
|
-
<span class="method-name">check</span><span class="method-args">()</span>
|
|
213
|
-
</a>
|
|
214
|
-
</div>
|
|
215
|
-
|
|
216
|
-
<div class="method-description">
|
|
217
|
-
<p>
|
|
218
|
-
Each spec gets it‘s own context.
|
|
219
|
-
</p>
|
|
220
|
-
<p><a class="source-toggle" href="#"
|
|
221
|
-
onclick="toggleCode('M000047-source');return false;">[Source]</a></p>
|
|
222
|
-
<div class="method-source-code" id="M000047-source">
|
|
223
|
-
<pre>
|
|
224
|
-
<span class="ruby-comment cmt"># File lib/quarry/spec/runner.rb, line 51</span>
|
|
225
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">check</span>
|
|
226
|
-
<span class="ruby-identifier">output</span>.<span class="ruby-identifier">report_intro</span>
|
|
227
|
-
<span class="ruby-comment cmt"># loop through each specification and run it</span>
|
|
228
|
-
<span class="ruby-identifier">specs</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">spec</span><span class="ruby-operator">|</span>
|
|
229
|
-
<span class="ruby-comment cmt"># create a run context for the spec</span>
|
|
230
|
-
<span class="ruby-ivar">@context</span> = <span class="ruby-constant">Context</span>.<span class="ruby-identifier">new</span>
|
|
231
|
-
<span class="ruby-comment cmt"># run the specification</span>
|
|
232
|
-
<span class="ruby-identifier">check_spec</span>(<span class="ruby-identifier">spec</span>)
|
|
233
|
-
<span class="ruby-keyword kw">end</span>
|
|
234
|
-
<span class="ruby-identifier">output</span>.<span class="ruby-identifier">report_summary</span>
|
|
235
|
-
<span class="ruby-keyword kw">end</span>
|
|
236
|
-
</pre>
|
|
237
|
-
</div>
|
|
238
|
-
</div>
|
|
239
|
-
</div>
|
|
240
|
-
|
|
241
|
-
<div id="method-M000048" class="method-detail">
|
|
242
|
-
<a name="M000048"></a>
|
|
243
|
-
|
|
244
|
-
<div class="method-heading">
|
|
245
|
-
<a href="#M000048" class="method-signature">
|
|
246
|
-
<span class="method-name">check_spec</span><span class="method-args">(spec)</span>
|
|
247
|
-
</a>
|
|
248
|
-
</div>
|
|
249
|
-
|
|
250
|
-
<div class="method-description">
|
|
251
|
-
<p>
|
|
252
|
-
Run a specification.
|
|
253
|
-
</p>
|
|
254
|
-
<p><a class="source-toggle" href="#"
|
|
255
|
-
onclick="toggleCode('M000048-source');return false;">[Source]</a></p>
|
|
256
|
-
<div class="method-source-code" id="M000048-source">
|
|
257
|
-
<pre>
|
|
258
|
-
<span class="ruby-comment cmt"># File lib/quarry/spec/runner.rb, line 65</span>
|
|
259
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">check_spec</span>(<span class="ruby-identifier">spec</span>)
|
|
260
|
-
<span class="ruby-comment cmt">#report(spec.description)</span>
|
|
261
|
-
|
|
262
|
-
<span class="ruby-comment cmt"># pretty sure this is the thing to do</span>
|
|
263
|
-
<span class="ruby-constant">Dir</span>.<span class="ruby-identifier">chdir</span>(<span class="ruby-constant">File</span>.<span class="ruby-identifier">dirname</span>(<span class="ruby-identifier">spec</span>.<span class="ruby-identifier">file</span>)) <span class="ruby-keyword kw">do</span>
|
|
264
|
-
|
|
265
|
-
<span class="ruby-identifier">output</span>.<span class="ruby-identifier">report_start</span>(<span class="ruby-identifier">spec</span>)
|
|
266
|
-
|
|
267
|
-
<span class="ruby-comment cmt"># TODO <-- plugin in here start (how to set?)</span>
|
|
268
|
-
<span class="ruby-comment cmt">#context.instance_eval(&spec.given) if spec.given</span>
|
|
269
|
-
|
|
270
|
-
<span class="ruby-identifier">spec</span>.<span class="ruby-identifier">steps</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">step</span><span class="ruby-operator">|</span>
|
|
271
|
-
<span class="ruby-keyword kw">case</span> <span class="ruby-identifier">step</span>
|
|
272
|
-
<span class="ruby-keyword kw">when</span> <span class="ruby-constant">Header</span>
|
|
273
|
-
<span class="ruby-identifier">output</span>.<span class="ruby-identifier">report_header</span>(<span class="ruby-identifier">step</span>)
|
|
274
|
-
<span class="ruby-keyword kw">when</span> <span class="ruby-constant">Macro</span>
|
|
275
|
-
<span class="ruby-keyword kw">case</span> <span class="ruby-identifier">step</span>.<span class="ruby-identifier">type</span>
|
|
276
|
-
<span class="ruby-keyword kw">when</span> <span class="ruby-identifier">:before</span>
|
|
277
|
-
<span class="ruby-ivar">@before</span> = <span class="ruby-identifier">step</span>.<span class="ruby-identifier">code</span>
|
|
278
|
-
<span class="ruby-keyword kw">when</span> <span class="ruby-identifier">:after</span>
|
|
279
|
-
<span class="ruby-ivar">@after</span> = <span class="ruby-identifier">step</span>.<span class="ruby-identifier">code</span>
|
|
280
|
-
<span class="ruby-keyword kw">else</span>
|
|
281
|
-
<span class="ruby-identifier">context</span>.<span class="ruby-identifier">instance_eval</span>(<span class="ruby-identifier">step</span>.<span class="ruby-identifier">code</span>, <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">file</span>, <span class="ruby-identifier">step</span>.<span class="ruby-identifier">lineno</span>)
|
|
282
|
-
<span class="ruby-keyword kw">end</span>
|
|
283
|
-
<span class="ruby-identifier">output</span>.<span class="ruby-identifier">report_macro</span>(<span class="ruby-identifier">step</span>)
|
|
284
|
-
<span class="ruby-keyword kw">when</span> <span class="ruby-constant">Comment</span>
|
|
285
|
-
<span class="ruby-identifier">output</span>.<span class="ruby-identifier">report_comment</span>(<span class="ruby-identifier">step</span>)
|
|
286
|
-
<span class="ruby-keyword kw">else</span>
|
|
287
|
-
<span class="ruby-identifier">run_step</span>(<span class="ruby-identifier">spec</span>, <span class="ruby-identifier">step</span>) <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">step</span>.<span class="ruby-identifier">code</span>
|
|
288
|
-
<span class="ruby-keyword kw">end</span>
|
|
289
|
-
<span class="ruby-keyword kw">end</span>
|
|
290
|
-
|
|
291
|
-
<span class="ruby-comment cmt"># TODO <-- plugin in here end</span>
|
|
292
|
-
<span class="ruby-comment cmt">#context.instance_eval(&spec.complete) if spec.complete</span>
|
|
293
|
-
|
|
294
|
-
<span class="ruby-identifier">output</span>.<span class="ruby-identifier">report_end</span>(<span class="ruby-identifier">spec</span>)
|
|
295
|
-
<span class="ruby-keyword kw">end</span>
|
|
296
|
-
<span class="ruby-keyword kw">end</span>
|
|
297
|
-
</pre>
|
|
298
|
-
</div>
|
|
299
|
-
</div>
|
|
300
|
-
</div>
|
|
301
|
-
|
|
302
|
-
<div id="method-M000049" class="method-detail">
|
|
303
|
-
<a name="M000049"></a>
|
|
304
|
-
|
|
305
|
-
<div class="method-heading">
|
|
306
|
-
<a href="#M000049" class="method-signature">
|
|
307
|
-
<span class="method-name">run_step</span><span class="method-args">(spec, step)</span>
|
|
308
|
-
</a>
|
|
309
|
-
</div>
|
|
310
|
-
|
|
311
|
-
<div class="method-description">
|
|
312
|
-
<p>
|
|
313
|
-
Run a specification step.
|
|
314
|
-
</p>
|
|
315
|
-
<p><a class="source-toggle" href="#"
|
|
316
|
-
onclick="toggleCode('M000049-source');return false;">[Source]</a></p>
|
|
317
|
-
<div class="method-source-code" id="M000049-source">
|
|
318
|
-
<pre>
|
|
319
|
-
<span class="ruby-comment cmt"># File lib/quarry/spec/runner.rb, line 106</span>
|
|
320
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">run_step</span>(<span class="ruby-identifier">spec</span>, <span class="ruby-identifier">step</span>)
|
|
321
|
-
<span class="ruby-identifier">output</span>.<span class="ruby-identifier">report_step</span>(<span class="ruby-identifier">step</span>)
|
|
322
|
-
<span class="ruby-comment cmt"># TODO: Would spec.before + spec.code be better?</span>
|
|
323
|
-
<span class="ruby-identifier">context</span>.<span class="ruby-identifier">instance_eval</span>(<span class="ruby-ivar">@before</span>, <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">file</span>) <span class="ruby-keyword kw">if</span> <span class="ruby-ivar">@before</span>
|
|
324
|
-
<span class="ruby-keyword kw">begin</span>
|
|
325
|
-
<span class="ruby-identifier">context</span>.<span class="ruby-identifier">instance_eval</span>(<span class="ruby-identifier">step</span>.<span class="ruby-identifier">code</span>, <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">file</span>, <span class="ruby-identifier">step</span>.<span class="ruby-identifier">lineno</span>)
|
|
326
|
-
<span class="ruby-identifier">output</span>.<span class="ruby-identifier">report_pass</span>(<span class="ruby-identifier">step</span>)
|
|
327
|
-
<span class="ruby-keyword kw">rescue</span> <span class="ruby-constant">Assertion</span> =<span class="ruby-operator">></span> <span class="ruby-identifier">error</span>
|
|
328
|
-
<span class="ruby-identifier">output</span>.<span class="ruby-identifier">report_fail</span>(<span class="ruby-identifier">step</span>, <span class="ruby-identifier">error</span>)
|
|
329
|
-
<span class="ruby-keyword kw">rescue</span> <span class="ruby-constant">Exception</span> =<span class="ruby-operator">></span> <span class="ruby-identifier">error</span>
|
|
330
|
-
<span class="ruby-identifier">output</span>.<span class="ruby-identifier">report_error</span>(<span class="ruby-identifier">step</span>, <span class="ruby-identifier">error</span>)
|
|
331
|
-
<span class="ruby-keyword kw">ensure</span>
|
|
332
|
-
<span class="ruby-identifier">context</span>.<span class="ruby-identifier">instance_eval</span>(<span class="ruby-ivar">@after</span>, <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">file</span>) <span class="ruby-keyword kw">if</span> <span class="ruby-ivar">@after</span>
|
|
333
|
-
<span class="ruby-keyword kw">end</span>
|
|
334
|
-
<span class="ruby-keyword kw">end</span>
|
|
335
|
-
</pre>
|
|
336
|
-
</div>
|
|
337
|
-
</div>
|
|
338
|
-
</div>
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
</div>
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
</div>
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
<div id="validator-badges">
|
|
348
|
-
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
|
349
|
-
</div>
|
|
350
|
-
|
|
351
|
-
</body>
|
|
352
|
-
</html>
|
|
@@ -1,190 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
-
<!DOCTYPE html
|
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
5
|
-
|
|
6
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
7
|
-
<head>
|
|
8
|
-
<title>Class: Quarry::Spec::Step</title>
|
|
9
|
-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
10
|
-
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
|
11
|
-
<link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
|
|
12
|
-
<script type="text/javascript">
|
|
13
|
-
// <![CDATA[
|
|
14
|
-
|
|
15
|
-
function popupCode( url ) {
|
|
16
|
-
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
function toggleCode( id ) {
|
|
20
|
-
if ( document.getElementById )
|
|
21
|
-
elem = document.getElementById( id );
|
|
22
|
-
else if ( document.all )
|
|
23
|
-
elem = eval( "document.all." + id );
|
|
24
|
-
else
|
|
25
|
-
return false;
|
|
26
|
-
|
|
27
|
-
elemStyle = elem.style;
|
|
28
|
-
|
|
29
|
-
if ( elemStyle.display != "block" ) {
|
|
30
|
-
elemStyle.display = "block"
|
|
31
|
-
} else {
|
|
32
|
-
elemStyle.display = "none"
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
return true;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
// Make codeblocks hidden by default
|
|
39
|
-
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
|
40
|
-
|
|
41
|
-
// ]]>
|
|
42
|
-
</script>
|
|
43
|
-
|
|
44
|
-
</head>
|
|
45
|
-
<body>
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
<div id="classHeader">
|
|
50
|
-
<table class="header-table">
|
|
51
|
-
<tr class="top-aligned-row">
|
|
52
|
-
<td><strong>Class</strong></td>
|
|
53
|
-
<td class="class-name-in-header">Quarry::Spec::Step</td>
|
|
54
|
-
</tr>
|
|
55
|
-
<tr class="top-aligned-row">
|
|
56
|
-
<td><strong>In:</strong></td>
|
|
57
|
-
<td>
|
|
58
|
-
<a href="../../../files/lib/quarry/spec/step_rb.html">
|
|
59
|
-
lib/quarry/spec/step.rb
|
|
60
|
-
</a>
|
|
61
|
-
<br />
|
|
62
|
-
</td>
|
|
63
|
-
</tr>
|
|
64
|
-
|
|
65
|
-
<tr class="top-aligned-row">
|
|
66
|
-
<td><strong>Parent:</strong></td>
|
|
67
|
-
<td>
|
|
68
|
-
<a href="../../Object.html">
|
|
69
|
-
Object
|
|
70
|
-
</a>
|
|
71
|
-
</td>
|
|
72
|
-
</tr>
|
|
73
|
-
</table>
|
|
74
|
-
</div>
|
|
75
|
-
<!-- banner header -->
|
|
76
|
-
|
|
77
|
-
<div id="bodyContent">
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
<div id="contextContent">
|
|
82
|
-
|
|
83
|
-
<div id="description">
|
|
84
|
-
<h1><a href="Step.html">Step</a></h1>
|
|
85
|
-
|
|
86
|
-
</div>
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
</div>
|
|
90
|
-
|
|
91
|
-
<div id="method-list">
|
|
92
|
-
<h3 class="section-bar">Methods</h3>
|
|
93
|
-
|
|
94
|
-
<div class="name-list">
|
|
95
|
-
<a href="#M000021">new</a>
|
|
96
|
-
</div>
|
|
97
|
-
</div>
|
|
98
|
-
|
|
99
|
-
</div>
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
<!-- if includes -->
|
|
103
|
-
|
|
104
|
-
<div id="section">
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
<div id="aliases-list">
|
|
109
|
-
<h3 class="section-bar">External Aliases</h3>
|
|
110
|
-
|
|
111
|
-
<div class="name-list">
|
|
112
|
-
<table summary="aliases">
|
|
113
|
-
<tr class="top-aligned-row context-row">
|
|
114
|
-
<td class="context-item-name">parent</td>
|
|
115
|
-
<td>-></td>
|
|
116
|
-
<td class="context-item-value">spec</td>
|
|
117
|
-
</tr>
|
|
118
|
-
</table>
|
|
119
|
-
</div>
|
|
120
|
-
</div>
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
<div id="attribute-list">
|
|
124
|
-
<h3 class="section-bar">Attributes</h3>
|
|
125
|
-
|
|
126
|
-
<div class="name-list">
|
|
127
|
-
<table>
|
|
128
|
-
<tr class="top-aligned-row context-row">
|
|
129
|
-
<td class="context-item-name">code</td>
|
|
130
|
-
<td class="context-item-value"> [R] </td>
|
|
131
|
-
<td class="context-item-desc"></td>
|
|
132
|
-
</tr>
|
|
133
|
-
<tr class="top-aligned-row context-row">
|
|
134
|
-
<td class="context-item-name">lineno</td>
|
|
135
|
-
<td class="context-item-value"> [R] </td>
|
|
136
|
-
<td class="context-item-desc"></td>
|
|
137
|
-
</tr>
|
|
138
|
-
<tr class="top-aligned-row context-row">
|
|
139
|
-
<td class="context-item-name">parent</td>
|
|
140
|
-
<td class="context-item-value"> [R] </td>
|
|
141
|
-
<td class="context-item-desc"></td>
|
|
142
|
-
</tr>
|
|
143
|
-
</table>
|
|
144
|
-
</div>
|
|
145
|
-
</div>
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
<!-- if method_list -->
|
|
150
|
-
<div id="methods">
|
|
151
|
-
<h3 class="section-bar">Public Class methods</h3>
|
|
152
|
-
|
|
153
|
-
<div id="method-M000021" class="method-detail">
|
|
154
|
-
<a name="M000021"></a>
|
|
155
|
-
|
|
156
|
-
<div class="method-heading">
|
|
157
|
-
<a href="#M000021" class="method-signature">
|
|
158
|
-
<span class="method-name">new</span><span class="method-args">(parent, code, lineno)</span>
|
|
159
|
-
</a>
|
|
160
|
-
</div>
|
|
161
|
-
|
|
162
|
-
<div class="method-description">
|
|
163
|
-
<p><a class="source-toggle" href="#"
|
|
164
|
-
onclick="toggleCode('M000021-source');return false;">[Source]</a></p>
|
|
165
|
-
<div class="method-source-code" id="M000021-source">
|
|
166
|
-
<pre>
|
|
167
|
-
<span class="ruby-comment cmt"># File lib/quarry/spec/step.rb, line 12</span>
|
|
168
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">parent</span>, <span class="ruby-identifier">code</span>, <span class="ruby-identifier">lineno</span>)
|
|
169
|
-
<span class="ruby-ivar">@parent</span> = <span class="ruby-identifier">parent</span>
|
|
170
|
-
<span class="ruby-ivar">@code</span> = <span class="ruby-identifier">code</span>.<span class="ruby-identifier">rstrip</span>
|
|
171
|
-
<span class="ruby-ivar">@lineno</span> = <span class="ruby-identifier">lineno</span>
|
|
172
|
-
<span class="ruby-keyword kw">end</span>
|
|
173
|
-
</pre>
|
|
174
|
-
</div>
|
|
175
|
-
</div>
|
|
176
|
-
</div>
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
</div>
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
</div>
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
<div id="validator-badges">
|
|
186
|
-
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
|
187
|
-
</div>
|
|
188
|
-
|
|
189
|
-
</body>
|
|
190
|
-
</html>
|