quarry 0.3.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.
Files changed (112) hide show
  1. data/CHANGES +6 -0
  2. data/COPYING +344 -0
  3. data/MANIFEST +151 -0
  4. data/METADATA +22 -0
  5. data/NEWS +8 -0
  6. data/README +75 -0
  7. data/VERSION +1 -0
  8. data/bin/rubybreak +3 -0
  9. data/bin/xact-ruby +6 -0
  10. data/demo/spec/demo_check.rb +21 -0
  11. data/demo/spec/demo_outline.rb +25 -0
  12. data/demo/test/demo_run.rb +21 -0
  13. data/doc/manual.html2 +1416 -0
  14. data/doc/rdoc/classes/Assertion.html +101 -0
  15. data/doc/rdoc/classes/Assertion/False.html +132 -0
  16. data/doc/rdoc/classes/Assertion/True.html +137 -0
  17. data/doc/rdoc/classes/Kernel.html +86 -0
  18. data/doc/rdoc/classes/Method.html +137 -0
  19. data/doc/rdoc/classes/Module.html +165 -0
  20. data/doc/rdoc/classes/Object.html +154 -0
  21. data/doc/rdoc/classes/Quarry.html +177 -0
  22. data/doc/rdoc/classes/Quarry/Design.html +170 -0
  23. data/doc/rdoc/classes/Quarry/Design/Specification.html +265 -0
  24. data/doc/rdoc/classes/Quarry/Design/Specification/Context.html +174 -0
  25. data/doc/rdoc/classes/Quarry/MethodProbe.html +267 -0
  26. data/doc/rdoc/classes/Quarry/Mock.html +89 -0
  27. data/doc/rdoc/classes/Quarry/Mock/Object.html +276 -0
  28. data/doc/rdoc/created.rid +1 -0
  29. data/doc/rdoc/files/CHANGES.html +100 -0
  30. data/doc/rdoc/files/COPYING.html +457 -0
  31. data/doc/rdoc/files/MANIFEST.html +630 -0
  32. data/doc/rdoc/files/METADATA.html +92 -0
  33. data/doc/rdoc/files/NEWS.html +99 -0
  34. data/doc/rdoc/files/README.html +171 -0
  35. data/doc/rdoc/files/VERSION.html +96 -0
  36. data/doc/rdoc/files/bin/rubybreak.html +96 -0
  37. data/doc/rdoc/files/bin/xact-ruby.html +92 -0
  38. data/doc/rdoc/files/lib/quarry/assert/must_rb.html +96 -0
  39. data/doc/rdoc/files/lib/quarry/assert/should_rb.html +96 -0
  40. data/doc/rdoc/files/lib/quarry/assertion_rb.html +96 -0
  41. data/doc/rdoc/files/lib/quarry/breakout_rb.html +144 -0
  42. data/doc/rdoc/files/lib/quarry/design/spec_rb.html +100 -0
  43. data/doc/rdoc/files/lib/quarry/document_rb.html +92 -0
  44. data/doc/rdoc/files/lib/quarry/loadmonitor_rb.html +92 -0
  45. data/doc/rdoc/files/lib/quarry/methodprobe_rb.html +111 -0
  46. data/doc/rdoc/files/lib/quarry/mock/object_rb.html +123 -0
  47. data/doc/rdoc/files/lib/quarry/mockery_rb.html +115 -0
  48. data/doc/rdoc/fr_class_index.html +60 -0
  49. data/doc/rdoc/fr_file_index.html +65 -0
  50. data/doc/rdoc/fr_method_index.html +77 -0
  51. data/doc/rdoc/index.html +26 -0
  52. data/doc/rdoc/rdoc-style.css +175 -0
  53. data/doc/ri/Assertion/False/assert-i.yaml +10 -0
  54. data/doc/ri/Assertion/False/cdesc-False.yaml +19 -0
  55. data/doc/ri/Assertion/False/message-i.yaml +10 -0
  56. data/doc/ri/Assertion/True/assert-i.yaml +11 -0
  57. data/doc/ri/Assertion/True/cdesc-True.yaml +24 -0
  58. data/doc/ri/Assertion/True/message-c.yaml +11 -0
  59. data/doc/ri/Assertion/True/message-i.yaml +11 -0
  60. data/doc/ri/Assertion/True/method_missing-i.yaml +11 -0
  61. data/doc/ri/Assertion/True/new-c.yaml +11 -0
  62. data/doc/ri/Assertion/cdesc-Assertion.yaml +17 -0
  63. data/doc/ri/Kernel/cdesc-Kernel.yaml +15 -0
  64. data/doc/ri/Method/cdesc-Method.yaml +18 -0
  65. data/doc/ri/Method/migration-i.yaml +12 -0
  66. data/doc/ri/Method/signature-i.yaml +12 -0
  67. data/doc/ri/Module/cdesc-Module.yaml +21 -0
  68. data/doc/ri/Module/doc-i.yaml +16 -0
  69. data/doc/ri/Module/method_added-i.yaml +10 -0
  70. data/doc/ri/Object/assert%21-i.yaml +14 -0
  71. data/doc/ri/Object/assert-i.yaml +14 -0
  72. data/doc/ri/Object/cdesc-Object.yaml +20 -0
  73. data/doc/ri/Quarry/Design/Specification/Context/after-i.yaml +10 -0
  74. data/doc/ri/Quarry/Design/Specification/Context/before-i.yaml +10 -0
  75. data/doc/ri/Quarry/Design/Specification/Context/cdesc-Context.yaml +24 -0
  76. data/doc/ri/Quarry/Design/Specification/Context/method_missing-i.yaml +10 -0
  77. data/doc/ri/Quarry/Design/Specification/Context/specifications-i.yaml +10 -0
  78. data/doc/ri/Quarry/Design/Specification/cdesc-Specification.yaml +44 -0
  79. data/doc/ri/Quarry/Design/Specification/check-i.yaml +12 -0
  80. data/doc/ri/Quarry/Design/Specification/new-c.yaml +12 -0
  81. data/doc/ri/Quarry/Design/Specification/outline-i.yaml +12 -0
  82. data/doc/ri/Quarry/Design/cdesc-Design.yaml +22 -0
  83. data/doc/ri/Quarry/Design/check-c.yaml +12 -0
  84. data/doc/ri/Quarry/Design/outline-c.yaml +10 -0
  85. data/doc/ri/Quarry/Design/specification-c.yaml +10 -0
  86. data/doc/ri/Quarry/Design/specifications-c.yaml +10 -0
  87. data/doc/ri/Quarry/MethodProbe/cdesc-MethodProbe.yaml +46 -0
  88. data/doc/ri/Quarry/MethodProbe/duckcall-c.yaml +10 -0
  89. data/doc/ri/Quarry/MethodProbe/initialize_copy-i.yaml +10 -0
  90. data/doc/ri/Quarry/MethodProbe/method_missing-i.yaml +10 -0
  91. data/doc/ri/Quarry/MethodProbe/new-c.yaml +10 -0
  92. data/doc/ri/Quarry/Mock/Object/cdesc-Object.yaml +52 -0
  93. data/doc/ri/Quarry/Mock/Object/echo-c.yaml +12 -0
  94. data/doc/ri/Quarry/Mock/Object/keys-c.yaml +12 -0
  95. data/doc/ri/Quarry/Mock/Object/mock-c.yaml +12 -0
  96. data/doc/ri/Quarry/Mock/Object/mocks-c.yaml +10 -0
  97. data/doc/ri/Quarry/Mock/Object/spin-c.yaml +12 -0
  98. data/doc/ri/Quarry/Mock/cdesc-Mock.yaml +15 -0
  99. data/doc/ri/Quarry/Mockery-i.yaml +12 -0
  100. data/doc/ri/Quarry/cdesc-Quarry.yaml +17 -0
  101. data/doc/ri/created.rid +1 -0
  102. data/lib/quarry/assert/must.rb +8 -0
  103. data/lib/quarry/assert/should.rb +9 -0
  104. data/lib/quarry/assertion.rb +95 -0
  105. data/lib/quarry/breakout.rb +45 -0
  106. data/lib/quarry/design/spec.rb +197 -0
  107. data/lib/quarry/document.rb +35 -0
  108. data/lib/quarry/loadmonitor.rb +14 -0
  109. data/lib/quarry/methodprobe.rb +216 -0
  110. data/lib/quarry/mock/object.rb +169 -0
  111. data/lib/quarry/mockery.rb +85 -0
  112. metadata +214 -0
@@ -0,0 +1,123 @@
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
+ <html>
6
+ <head>
7
+ <title>File: object.rb</title>
8
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
9
+ <link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
10
+
11
+ <script language="JavaScript" type="text/javascript">
12
+ // <![CDATA[
13
+
14
+ function toggleSource( id )
15
+ {
16
+ var elem
17
+ var link
18
+
19
+ if( document.getElementById )
20
+ {
21
+ elem = document.getElementById( id )
22
+ link = document.getElementById( "l_" + id )
23
+ }
24
+ else if ( document.all )
25
+ {
26
+ elem = eval( "document.all." + id )
27
+ link = eval( "document.all.l_" + id )
28
+ }
29
+ else
30
+ return false;
31
+
32
+ if( elem.style.display == "block" )
33
+ {
34
+ elem.style.display = "none"
35
+ link.innerHTML = "show source"
36
+ }
37
+ else
38
+ {
39
+ elem.style.display = "block"
40
+ link.innerHTML = "hide source"
41
+ }
42
+ }
43
+
44
+ function openCode( url )
45
+ {
46
+ window.open( url, "SOURCE_CODE", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=480,width=750" ).focus();
47
+ }
48
+ // ]]>
49
+ </script>
50
+ </head>
51
+
52
+ <body>
53
+ <table border='0' cellpadding='0' cellspacing='0' width="100%" class='banner'>
54
+ <tr><td>
55
+ <table width="100%" border='0' cellpadding='0' cellspacing='0'><tr>
56
+ <td class="file-title" colspan="2"><span class="file-title-prefix">File</span><br />object.rb</td>
57
+ <td align="right">
58
+ <table border='0' cellspacing="0" cellpadding="2">
59
+ <tr>
60
+ <td>Path:</td>
61
+ <td>lib/quarry/mock/object.rb
62
+ </td>
63
+ </tr>
64
+ <tr>
65
+ <td>Modified:</td>
66
+ <td>Wed Aug 20 11:57:45 -0400 2008</td>
67
+ </tr>
68
+ </table>
69
+ </td></tr>
70
+ </table>
71
+ </td></tr>
72
+ </table><br />
73
+ <!-- banner header -->
74
+
75
+ <div id="bodyContent">
76
+ <div id="content">
77
+
78
+ <div class="description"><h1>mock.rb</h1>
79
+ <h2>Copyright (c) 2005 Thomas Sawyer, Michael Granger</h2>
80
+ <pre>
81
+ Ruby License
82
+
83
+ This module is free software. You may use, modify, and/or redistribute this
84
+ software under the same terms as Ruby.
85
+
86
+ This program is distributed in the hope that it will be useful, but WITHOUT
87
+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
88
+ FOR A PARTICULAR PURPOSE.
89
+ </pre>
90
+ <h2>Special Thanks</h2>
91
+ <p>
92
+ Thanks goes to Michael Granger for Test::Unit::Mock on which this library
93
+ is partially based.
94
+ </p>
95
+ <h2>Author(s)</h2>
96
+ <ul>
97
+ <li>Thomas Sawyer
98
+
99
+ </li>
100
+ <li>Michael Granger
101
+
102
+ </li>
103
+ </ul>
104
+ </div>
105
+
106
+ <div class="sectiontitle">Required Files</div>
107
+ <ul>
108
+ <li>ostruct</li>
109
+ </ul>
110
+
111
+
112
+
113
+
114
+
115
+
116
+
117
+
118
+ </div>
119
+
120
+ </div>
121
+
122
+ </body>
123
+ </html>
@@ -0,0 +1,115 @@
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
+ <html>
6
+ <head>
7
+ <title>File: mockery.rb</title>
8
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
9
+ <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
10
+
11
+ <script language="JavaScript" type="text/javascript">
12
+ // <![CDATA[
13
+
14
+ function toggleSource( id )
15
+ {
16
+ var elem
17
+ var link
18
+
19
+ if( document.getElementById )
20
+ {
21
+ elem = document.getElementById( id )
22
+ link = document.getElementById( "l_" + id )
23
+ }
24
+ else if ( document.all )
25
+ {
26
+ elem = eval( "document.all." + id )
27
+ link = eval( "document.all.l_" + id )
28
+ }
29
+ else
30
+ return false;
31
+
32
+ if( elem.style.display == "block" )
33
+ {
34
+ elem.style.display = "none"
35
+ link.innerHTML = "show source"
36
+ }
37
+ else
38
+ {
39
+ elem.style.display = "block"
40
+ link.innerHTML = "hide source"
41
+ }
42
+ }
43
+
44
+ function openCode( url )
45
+ {
46
+ window.open( url, "SOURCE_CODE", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=480,width=750" ).focus();
47
+ }
48
+ // ]]>
49
+ </script>
50
+ </head>
51
+
52
+ <body>
53
+ <table border='0' cellpadding='0' cellspacing='0' width="100%" class='banner'>
54
+ <tr><td>
55
+ <table width="100%" border='0' cellpadding='0' cellspacing='0'><tr>
56
+ <td class="file-title" colspan="2"><span class="file-title-prefix">File</span><br />mockery.rb</td>
57
+ <td align="right">
58
+ <table border='0' cellspacing="0" cellpadding="2">
59
+ <tr>
60
+ <td>Path:</td>
61
+ <td>lib/quarry/mockery.rb
62
+ </td>
63
+ </tr>
64
+ <tr>
65
+ <td>Modified:</td>
66
+ <td>Wed Aug 20 12:00:40 -0400 2008</td>
67
+ </tr>
68
+ </table>
69
+ </td></tr>
70
+ </table>
71
+ </td></tr>
72
+ </table><br />
73
+ <!-- banner header -->
74
+
75
+ <div id="bodyContent">
76
+ <div id="content">
77
+
78
+ <div class="description"><h1>mock.rb</h1>
79
+ <h2>Copyright (c) 2005 George Moschovitis</h2>
80
+ <pre>
81
+ Ruby License
82
+
83
+ This module is free software. You may use, modify, and/or redistribute this
84
+ software under the same terms as Ruby.
85
+
86
+ This program is distributed in the hope that it will be useful, but WITHOUT
87
+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
88
+ FOR A PARTICULAR PURPOSE.
89
+ </pre>
90
+ <h2>Author(s)</h2>
91
+ <ul>
92
+ <li>George Moschovitis
93
+
94
+ </li>
95
+ </ul>
96
+ </div>
97
+
98
+ <div class="sectiontitle">Required Files</div>
99
+ <ul>
100
+ <li>ostruct</li>
101
+ </ul>
102
+
103
+
104
+
105
+
106
+
107
+
108
+
109
+
110
+ </div>
111
+
112
+ </div>
113
+
114
+ </body>
115
+ </html>
@@ -0,0 +1,60 @@
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
+ <html>
6
+ <head>
7
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
8
+ <title>Index</title>
9
+ <style type="text/css">
10
+ <!--
11
+ body {
12
+ background-color: #EEE;
13
+ font-family: "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
14
+ color: #000;
15
+ margin: 0px;
16
+ }
17
+ .banner {
18
+ background: #005;
19
+ color: #FFF;
20
+ padding: 0.2em;
21
+ font-size: small;
22
+ font-weight: bold;
23
+ text-align: center;
24
+ }
25
+ .entries {
26
+ margin: 0.25em 1em 0 1em;
27
+ font-size: x-small;
28
+ }
29
+ a {
30
+ color: #00F;
31
+ text-decoration: none;
32
+ white-space: nowrap;
33
+ }
34
+ a:hover {
35
+ color: #77F;
36
+ text-decoration: underline;
37
+ }
38
+ -->
39
+ </style>
40
+ <base target="docwin" />
41
+ </head>
42
+ <body>
43
+ <div class="banner">Classes</div>
44
+ <div class="entries">
45
+ <a href="classes/Assertion.html">Assertion</a><br />
46
+ <a href="classes/Assertion/False.html">Assertion::False</a><br />
47
+ <a href="classes/Assertion/True.html">Assertion::True</a><br />
48
+ <a href="classes/Kernel.html">Kernel</a><br />
49
+ <a href="classes/Method.html">Method</a><br />
50
+ <a href="classes/Module.html">Module</a><br />
51
+ <a href="classes/Object.html">Object</a><br />
52
+ <a href="classes/Quarry.html">Quarry</a><br />
53
+ <a href="classes/Quarry/Design.html">Quarry::Design</a><br />
54
+ <a href="classes/Quarry/Design/Specification.html">Quarry::Design::Specification</a><br />
55
+ <a href="classes/Quarry/Design/Specification/Context.html">Quarry::Design::Specification::Context</a><br />
56
+ <a href="classes/Quarry/MethodProbe.html">Quarry::MethodProbe</a><br />
57
+ <a href="classes/Quarry/Mock.html">Quarry::Mock</a><br />
58
+ <a href="classes/Quarry/Mock/Object.html">Quarry::Mock::Object</a><br />
59
+ </div>
60
+ </body></html>
@@ -0,0 +1,65 @@
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
+ <html>
6
+ <head>
7
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
8
+ <title>Index</title>
9
+ <style type="text/css">
10
+ <!--
11
+ body {
12
+ background-color: #EEE;
13
+ font-family: "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
14
+ color: #000;
15
+ margin: 0px;
16
+ }
17
+ .banner {
18
+ background: #005;
19
+ color: #FFF;
20
+ padding: 0.2em;
21
+ font-size: small;
22
+ font-weight: bold;
23
+ text-align: center;
24
+ }
25
+ .entries {
26
+ margin: 0.25em 1em 0 1em;
27
+ font-size: x-small;
28
+ }
29
+ a {
30
+ color: #00F;
31
+ text-decoration: none;
32
+ white-space: nowrap;
33
+ }
34
+ a:hover {
35
+ color: #77F;
36
+ text-decoration: underline;
37
+ }
38
+ -->
39
+ </style>
40
+ <base target="docwin" />
41
+ </head>
42
+ <body>
43
+ <div class="banner">Files</div>
44
+ <div class="entries">
45
+ <a href="files/CHANGES.html">CHANGES</a><br />
46
+ <a href="files/COPYING.html">COPYING</a><br />
47
+ <a href="files/MANIFEST.html">MANIFEST</a><br />
48
+ <a href="files/METADATA.html">METADATA</a><br />
49
+ <a href="files/NEWS.html">NEWS</a><br />
50
+ <a href="files/README.html">README</a><br />
51
+ <a href="files/VERSION.html">VERSION</a><br />
52
+ <a href="files/bin/rubybreak.html">bin/rubybreak</a><br />
53
+ <a href="files/bin/xact-ruby.html">bin/xact-ruby</a><br />
54
+ <a href="files/lib/quarry/assert/must_rb.html">lib/quarry/assert/must.rb</a><br />
55
+ <a href="files/lib/quarry/assert/should_rb.html">lib/quarry/assert/should.rb</a><br />
56
+ <a href="files/lib/quarry/assertion_rb.html">lib/quarry/assertion.rb</a><br />
57
+ <a href="files/lib/quarry/breakout_rb.html">lib/quarry/breakout.rb</a><br />
58
+ <a href="files/lib/quarry/design/spec_rb.html">lib/quarry/design/spec.rb</a><br />
59
+ <a href="files/lib/quarry/document_rb.html">lib/quarry/document.rb</a><br />
60
+ <a href="files/lib/quarry/loadmonitor_rb.html">lib/quarry/loadmonitor.rb</a><br />
61
+ <a href="files/lib/quarry/methodprobe_rb.html">lib/quarry/methodprobe.rb</a><br />
62
+ <a href="files/lib/quarry/mock/object_rb.html">lib/quarry/mock/object.rb</a><br />
63
+ <a href="files/lib/quarry/mockery_rb.html">lib/quarry/mockery.rb</a><br />
64
+ </div>
65
+ </body></html>
@@ -0,0 +1,77 @@
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
+ <html>
6
+ <head>
7
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
8
+ <title>Index</title>
9
+ <style type="text/css">
10
+ <!--
11
+ body {
12
+ background-color: #EEE;
13
+ font-family: "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
14
+ color: #000;
15
+ margin: 0px;
16
+ }
17
+ .banner {
18
+ background: #005;
19
+ color: #FFF;
20
+ padding: 0.2em;
21
+ font-size: small;
22
+ font-weight: bold;
23
+ text-align: center;
24
+ }
25
+ .entries {
26
+ margin: 0.25em 1em 0 1em;
27
+ font-size: x-small;
28
+ }
29
+ a {
30
+ color: #00F;
31
+ text-decoration: none;
32
+ white-space: nowrap;
33
+ }
34
+ a:hover {
35
+ color: #77F;
36
+ text-decoration: underline;
37
+ }
38
+ -->
39
+ </style>
40
+ <base target="docwin" />
41
+ </head>
42
+ <body>
43
+ <div class="banner">Methods</div>
44
+ <div class="entries">
45
+ <a href="classes/Quarry.html#M000011">Mockery (Quarry)</a><br />
46
+ <a href="classes/Quarry/Design/Specification/Context.html#M000021">after (Quarry::Design::Specification::Context)</a><br />
47
+ <a href="classes/Assertion/False.html#M000002">assert (Assertion::False)</a><br />
48
+ <a href="classes/Object.html#M000009">assert (Object)</a><br />
49
+ <a href="classes/Object.html#M000010">assert! (Object)</a><br />
50
+ <a href="classes/Quarry/Design/Specification/Context.html#M000020">before (Quarry::Design::Specification::Context)</a><br />
51
+ <a href="files/lib/quarry/breakout_rb.html#M000001">breakout (lib/quarry/breakout.rb)</a><br />
52
+ <a href="classes/Quarry/Design/Specification.html#M000017">check (Quarry::Design::Specification)</a><br />
53
+ <a href="classes/Quarry/Design.html#M000014">check (Quarry::Design)</a><br />
54
+ <a href="classes/Module.html#M000006">doc (Module)</a><br />
55
+ <a href="classes/Quarry/MethodProbe.html#M000028">duckcall (Quarry::MethodProbe)</a><br />
56
+ <a href="classes/Quarry/Mock/Object.html#M000025">echo (Quarry::Mock::Object)</a><br />
57
+ <a href="classes/Quarry/MethodProbe.html#M000030">initialize_copy (Quarry::MethodProbe)</a><br />
58
+ <a href="classes/Quarry/Mock/Object.html#M000027">keys (Quarry::Mock::Object)</a><br />
59
+ <a href="classes/Assertion/True.html#M000004">message (Assertion::True)</a><br />
60
+ <a href="classes/Assertion/False.html#M000003">message (Assertion::False)</a><br />
61
+ <a href="classes/Module.html#M000007">method_added (Module)</a><br />
62
+ <a href="classes/Quarry/Design/Specification/Context.html#M000022">method_missing (Quarry::Design::Specification::Context)</a><br />
63
+ <a href="classes/Quarry/MethodProbe.html#M000031">method_missing (Quarry::MethodProbe)</a><br />
64
+ <a href="classes/Quarry/Mock/Object.html#M000024">mock (Quarry::Mock::Object)</a><br />
65
+ <a href="classes/Quarry/Mock/Object.html#M000023">mocks (Quarry::Mock::Object)</a><br />
66
+ <a href="classes/Assertion/True.html#M000005">new (Assertion::True)</a><br />
67
+ <a href="classes/Quarry/Design/Specification.html#M000016">new (Quarry::Design::Specification)</a><br />
68
+ <a href="classes/Quarry/MethodProbe.html#M000029">new (Quarry::MethodProbe)</a><br />
69
+ <a href="classes/Quarry/Design.html#M000015">outline (Quarry::Design)</a><br />
70
+ <a href="classes/Quarry/Design/Specification.html#M000018">outline (Quarry::Design::Specification)</a><br />
71
+ <a href="classes/Method.html#M000008">signature (Method)</a><br />
72
+ <a href="classes/Quarry/Design.html#M000013">specification (Quarry::Design)</a><br />
73
+ <a href="classes/Quarry/Design.html#M000012">specifications (Quarry::Design)</a><br />
74
+ <a href="classes/Quarry/Design/Specification/Context.html#M000019">specifications (Quarry::Design::Specification::Context)</a><br />
75
+ <a href="classes/Quarry/Mock/Object.html#M000026">spin (Quarry::Mock::Object)</a><br />
76
+ </div>
77
+ </body></html>
@@ -0,0 +1,26 @@
1
+
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
5
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
+ <head>
7
+ <title>RDoc Documentation</title>
8
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
9
+ </head>
10
+
11
+ <frameset cols="20%,*">
12
+ <frameset rows="15%,35%,50%">
13
+ <frame src="fr_file_index.html" title="Files" name="Files" />
14
+ <frame src="fr_class_index.html" name="Classes" />
15
+ <frame src="fr_method_index.html" name="Methods" />
16
+ </frameset>
17
+ <frame src="files/README.html" name="docwin" />
18
+ <noframes>
19
+ <body bgcolor="white">
20
+ Click <a href="html/index.html">here</a> for a non-frames
21
+ version of this page.
22
+ </body>
23
+ </noframes>
24
+ </frameset>
25
+
26
+ </html>