naturalspec 1.0.68.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,222 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3
+ <head>
4
+ <title>TestCaseParam - NaturalSpec Documentation</title>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
6
+ <link type="text/css" rel="stylesheet" href="../main.css"/>
7
+ <script type="text/javascript" src="../js/jquery-1.3.2.min.js"></script>
8
+ <script type="text/javascript" src="../js/jquery.scrollTo-min.js"></script>
9
+ <script type="text/javascript" src="../js/navigation.js"></script>
10
+ </head>
11
+ <body><div id="namespaces">
12
+ <h2 class="fixed">Namespaces</h2>
13
+ <div class="scroll">
14
+ <ul><li>
15
+ <a href="../NaturalSpec/index.htm" class="current">NaturalSpec</a>
16
+ </li>
17
+ </ul>
18
+ </div>
19
+ </div><div id="types">
20
+ <h2 class="fixed">Types in NaturalSpec</h2>
21
+ <div class="scroll">
22
+ <ul><li>
23
+ <a href="../NaturalSpec/AssemblyInfo.htm">AssemblyInfo</a>
24
+ </li><li>
25
+ <a href="../NaturalSpec/AssertType.htm">AssertType</a>
26
+ </li><li>
27
+ <a href="../NaturalSpec/Expectations.htm">Expectations</a>
28
+ </li><li>
29
+ <a href="../NaturalSpec/Fails.htm">Fails</a>
30
+ </li><li>
31
+ <a href="../NaturalSpec/FailsWith.htm">FailsWith</a>
32
+ </li><li>
33
+ <a href="../NaturalSpec/FailsWithType.htm">FailsWithType</a>
34
+ </li><li>
35
+ <a href="../NaturalSpec/File.htm">File</a>
36
+ </li><li>
37
+ <a href="../NaturalSpec/IlHelper.htm">IlHelper</a>
38
+ </li><li>
39
+ <a href="../NaturalSpec/Math.htm">Math</a>
40
+ </li><li>
41
+ <a href="../NaturalSpec/Mock.htm">Mock</a>
42
+ </li><li>
43
+ <a href="../NaturalSpec/ReturnException183c26a427ae489c8fd92ec21a0c9a59.htm">ReturnException183c26a427ae489c8fd92ec21a0c9a59</a>
44
+ </li><li>
45
+ <a href="../NaturalSpec/ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59.htm">ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59</a>
46
+ </li><li>
47
+ <a href="../NaturalSpec/Scenario.htm">Scenario</a>
48
+ </li><li>
49
+ <a href="../NaturalSpec/ScenarioSource.htm">ScenarioSource</a>
50
+ </li><li>
51
+ <a href="../NaturalSpec/ScenarioTemplate.htm">ScenarioTemplate</a>
52
+ </li><li>
53
+ <a href="../NaturalSpec/SequenceFunctions.htm">SequenceFunctions</a>
54
+ </li><li>
55
+ <a href="../NaturalSpec/Source.htm">Source</a>
56
+ </li><li>
57
+ <a href="../NaturalSpec/Syntax.htm">Syntax</a>
58
+ </li><li>
59
+ <a href="../NaturalSpec/Tags.htm">Tags</a>
60
+ </li><li>
61
+ <a href="../NaturalSpec/TestCaseParam.htm" class="current">TestCaseParam</a>
62
+ </li><li>
63
+ <a href="../NaturalSpec/TimeMeasurement.htm">TimeMeasurement</a>
64
+ </li><li>
65
+ <a href="../NaturalSpec/Utils.htm">Utils</a>
66
+ </li>
67
+ </ul>
68
+ </div>
69
+ </div>
70
+ <div class="header">
71
+ <p class="class"><strong>Type</strong> TestCaseParam</p>
72
+ <p><strong>Namespace</strong> NaturalSpec</p><p><strong>Interfaces</strong> <span title="System.IEquatable<TestCaseParam>">IEquatable&lt;TestCaseParam&gt;</span>, <span title="System.Collections.IStructuralEquatable">IStructuralEquatable</span></p>
73
+ </div>
74
+ <div class="sub-header">
75
+
76
+
77
+ <h3 class="section">Methods</h3>
78
+ <ul><li><a href="../NaturalSpec/TestCaseParam.htm#Equals">Equals</a></li><li><a href="../NaturalSpec/TestCaseParam.htm#Equals">Equals</a></li><li><a href="../NaturalSpec/TestCaseParam.htm#get_IsDoubleParam">get_IsDoubleParam</a></li><li><a href="../NaturalSpec/TestCaseParam.htm#get_IsMultiParam">get_IsMultiParam</a></li><li><a href="../NaturalSpec/TestCaseParam.htm#get_IsSingleParam">get_IsSingleParam</a></li><li><a href="../NaturalSpec/TestCaseParam.htm#get_IsTripleParam">get_IsTripleParam</a></li><li><a href="../NaturalSpec/TestCaseParam.htm#get_Tag">get_Tag</a></li><li><a href="../NaturalSpec/TestCaseParam.htm#GetHashCode">GetHashCode</a></li><li><a href="../NaturalSpec/TestCaseParam.htm#NewDoubleParam">NewDoubleParam</a></li><li><a href="../NaturalSpec/TestCaseParam.htm#NewMultiParam">NewMultiParam</a></li><li><a href="../NaturalSpec/TestCaseParam.htm#NewSingleParam">NewSingleParam</a></li><li><a href="../NaturalSpec/TestCaseParam.htm#NewTripleParam">NewTripleParam</a></li>
79
+ </ul>
80
+
81
+ <h3 class="section">Properties</h3>
82
+ <ul><li><a href="../NaturalSpec/TestCaseParam.htm#IsDoubleParam">IsDoubleParam</a></li><li><a href="../NaturalSpec/TestCaseParam.htm#IsMultiParam">IsMultiParam</a></li><li><a href="../NaturalSpec/TestCaseParam.htm#IsSingleParam">IsSingleParam</a></li><li><a href="../NaturalSpec/TestCaseParam.htm#IsTripleParam">IsTripleParam</a></li><li><a href="../NaturalSpec/TestCaseParam.htm#Tag">Tag</a></li>
83
+ </ul>
84
+
85
+ </div>
86
+
87
+
88
+ <h3 class="section">Public instance methods</h3>
89
+ <div id="Equals" class="method">
90
+ <h4><span title="System.bool">bool</span> <strong>Equals</strong>(<span title="System.object">object</span> obj, <span title="System.Collections.IEqualityComparer">IEqualityComparer</span> comp)</h4>
91
+ <div class="content">
92
+
93
+
94
+
95
+
96
+ </div>
97
+ </div><div id="Equals" class="method">
98
+ <h4><span title="System.bool">bool</span> <strong>Equals</strong>(<a href="../NaturalSpec/TestCaseParam.htm">TestCaseParam</a> obj)</h4>
99
+ <div class="content">
100
+
101
+
102
+
103
+
104
+ </div>
105
+ </div><div id="get_IsDoubleParam" class="method">
106
+ <h4><span title="System.bool">bool</span> <strong>get_IsDoubleParam</strong>()</h4>
107
+ <div class="content">
108
+
109
+
110
+
111
+
112
+ </div>
113
+ </div><div id="get_IsMultiParam" class="method">
114
+ <h4><span title="System.bool">bool</span> <strong>get_IsMultiParam</strong>()</h4>
115
+ <div class="content">
116
+
117
+
118
+
119
+
120
+ </div>
121
+ </div><div id="get_IsSingleParam" class="method">
122
+ <h4><span title="System.bool">bool</span> <strong>get_IsSingleParam</strong>()</h4>
123
+ <div class="content">
124
+
125
+
126
+
127
+
128
+ </div>
129
+ </div><div id="get_IsTripleParam" class="method">
130
+ <h4><span title="System.bool">bool</span> <strong>get_IsTripleParam</strong>()</h4>
131
+ <div class="content">
132
+
133
+
134
+
135
+
136
+ </div>
137
+ </div><div id="get_Tag" class="method">
138
+ <h4><span title="System.int">int</span> <strong>get_Tag</strong>()</h4>
139
+ <div class="content">
140
+
141
+
142
+
143
+
144
+ </div>
145
+ </div><div id="GetHashCode" class="method">
146
+ <h4><span title="System.int">int</span> <strong>GetHashCode</strong>(<span title="System.Collections.IEqualityComparer">IEqualityComparer</span> comp)</h4>
147
+ <div class="content">
148
+
149
+
150
+
151
+
152
+ </div>
153
+ </div>
154
+
155
+ <h3 class="section">Public static methods</h3>
156
+ <div id="NewDoubleParam" class="method">
157
+ <h4><a href="../NaturalSpec/TestCaseParam.htm">TestCaseParam</a> <strong>NewDoubleParam</strong>(<span title="System.object">object</span> item1, <span title="System.object">object</span> item2)</h4>
158
+ <div class="content">
159
+
160
+
161
+
162
+
163
+ </div>
164
+ </div><div id="NewMultiParam" class="method">
165
+ <h4><a href="../NaturalSpec/TestCaseParam.htm">TestCaseParam</a> <strong>NewMultiParam</strong>(<span title="System.Object[]">Object[]</span> item)</h4>
166
+ <div class="content">
167
+
168
+
169
+
170
+
171
+ </div>
172
+ </div><div id="NewSingleParam" class="method">
173
+ <h4><a href="../NaturalSpec/TestCaseParam.htm">TestCaseParam</a> <strong>NewSingleParam</strong>(<span title="System.object">object</span> item)</h4>
174
+ <div class="content">
175
+
176
+
177
+
178
+
179
+ </div>
180
+ </div><div id="NewTripleParam" class="method">
181
+ <h4><a href="../NaturalSpec/TestCaseParam.htm">TestCaseParam</a> <strong>NewTripleParam</strong>(<span title="System.object">object</span> item1, <span title="System.object">object</span> item2, <span title="System.object">object</span> item3)</h4>
182
+ <div class="content">
183
+
184
+
185
+
186
+
187
+ </div>
188
+ </div>
189
+
190
+ <h3 class="section">Public properties</h3>
191
+ <div id="IsDoubleParam" class="method">
192
+ <h4><span title="System.bool">bool</span> <strong>IsDoubleParam</strong> get; </h4>
193
+ <div class="content">
194
+
195
+ </div>
196
+ </div><div id="IsMultiParam" class="method">
197
+ <h4><span title="System.bool">bool</span> <strong>IsMultiParam</strong> get; </h4>
198
+ <div class="content">
199
+
200
+ </div>
201
+ </div><div id="IsSingleParam" class="method">
202
+ <h4><span title="System.bool">bool</span> <strong>IsSingleParam</strong> get; </h4>
203
+ <div class="content">
204
+
205
+ </div>
206
+ </div><div id="IsTripleParam" class="method">
207
+ <h4><span title="System.bool">bool</span> <strong>IsTripleParam</strong> get; </h4>
208
+ <div class="content">
209
+
210
+ </div>
211
+ </div><div id="Tag" class="method">
212
+ <h4><span title="System.int">int</span> <strong>Tag</strong> get; </h4>
213
+ <div class="content">
214
+
215
+ </div>
216
+ </div>
217
+ <div id="footer">
218
+ <p>Based on v1.0.17.0 of NaturalSpec</p>
219
+ <p>Generated by <a href="http://docu.jagregory.com">docu</a></p>
220
+ </div>
221
+ </body>
222
+ </html>
@@ -0,0 +1,112 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3
+ <head>
4
+ <title>TimeMeasurement - NaturalSpec Documentation</title>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
6
+ <link type="text/css" rel="stylesheet" href="../main.css"/>
7
+ <script type="text/javascript" src="../js/jquery-1.3.2.min.js"></script>
8
+ <script type="text/javascript" src="../js/jquery.scrollTo-min.js"></script>
9
+ <script type="text/javascript" src="../js/navigation.js"></script>
10
+ </head>
11
+ <body><div id="namespaces">
12
+ <h2 class="fixed">Namespaces</h2>
13
+ <div class="scroll">
14
+ <ul><li>
15
+ <a href="../NaturalSpec/index.htm" class="current">NaturalSpec</a>
16
+ </li>
17
+ </ul>
18
+ </div>
19
+ </div><div id="types">
20
+ <h2 class="fixed">Types in NaturalSpec</h2>
21
+ <div class="scroll">
22
+ <ul><li>
23
+ <a href="../NaturalSpec/AssemblyInfo.htm">AssemblyInfo</a>
24
+ </li><li>
25
+ <a href="../NaturalSpec/AssertType.htm">AssertType</a>
26
+ </li><li>
27
+ <a href="../NaturalSpec/Expectations.htm">Expectations</a>
28
+ </li><li>
29
+ <a href="../NaturalSpec/Fails.htm">Fails</a>
30
+ </li><li>
31
+ <a href="../NaturalSpec/FailsWith.htm">FailsWith</a>
32
+ </li><li>
33
+ <a href="../NaturalSpec/FailsWithType.htm">FailsWithType</a>
34
+ </li><li>
35
+ <a href="../NaturalSpec/File.htm">File</a>
36
+ </li><li>
37
+ <a href="../NaturalSpec/IlHelper.htm">IlHelper</a>
38
+ </li><li>
39
+ <a href="../NaturalSpec/Math.htm">Math</a>
40
+ </li><li>
41
+ <a href="../NaturalSpec/Mock.htm">Mock</a>
42
+ </li><li>
43
+ <a href="../NaturalSpec/ReturnException183c26a427ae489c8fd92ec21a0c9a59.htm">ReturnException183c26a427ae489c8fd92ec21a0c9a59</a>
44
+ </li><li>
45
+ <a href="../NaturalSpec/ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59.htm">ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59</a>
46
+ </li><li>
47
+ <a href="../NaturalSpec/Scenario.htm">Scenario</a>
48
+ </li><li>
49
+ <a href="../NaturalSpec/ScenarioSource.htm">ScenarioSource</a>
50
+ </li><li>
51
+ <a href="../NaturalSpec/ScenarioTemplate.htm">ScenarioTemplate</a>
52
+ </li><li>
53
+ <a href="../NaturalSpec/SequenceFunctions.htm">SequenceFunctions</a>
54
+ </li><li>
55
+ <a href="../NaturalSpec/Source.htm">Source</a>
56
+ </li><li>
57
+ <a href="../NaturalSpec/Syntax.htm">Syntax</a>
58
+ </li><li>
59
+ <a href="../NaturalSpec/Tags.htm">Tags</a>
60
+ </li><li>
61
+ <a href="../NaturalSpec/TestCaseParam.htm">TestCaseParam</a>
62
+ </li><li>
63
+ <a href="../NaturalSpec/TimeMeasurement.htm" class="current">TimeMeasurement</a>
64
+ </li><li>
65
+ <a href="../NaturalSpec/Utils.htm">Utils</a>
66
+ </li>
67
+ </ul>
68
+ </div>
69
+ </div>
70
+ <div class="header">
71
+ <p class="class"><strong>Type</strong> TimeMeasurement</p>
72
+ <p><strong>Namespace</strong> NaturalSpec</p>
73
+ </div>
74
+ <div class="sub-header">
75
+
76
+
77
+ <h3 class="section">Methods</h3>
78
+ <ul><li><a href="../NaturalSpec/TimeMeasurement.htm#printElapsed">printElapsed</a></li>
79
+ </ul>
80
+
81
+ <h3 class="section">Properties</h3>
82
+ <ul><li><a href="../NaturalSpec/TimeMeasurement.htm#stopWatch">stopWatch</a></li>
83
+ </ul>
84
+
85
+ </div>
86
+
87
+
88
+
89
+ <h3 class="section">Public static methods</h3>
90
+ <div id="printElapsed" class="method">
91
+ <h4><span title="System.void">void</span> <strong>printElapsed</strong>()</h4>
92
+ <div class="content">
93
+
94
+
95
+
96
+
97
+ </div>
98
+ </div>
99
+
100
+ <h3 class="section">Public properties</h3>
101
+ <div id="stopWatch" class="method">
102
+ <h4><span title="System.Diagnostics.Stopwatch">Stopwatch</span> <strong>stopWatch</strong> get; </h4>
103
+ <div class="content">
104
+
105
+ </div>
106
+ </div>
107
+ <div id="footer">
108
+ <p>Based on v1.0.17.0 of NaturalSpec</p>
109
+ <p>Generated by <a href="http://docu.jagregory.com">docu</a></p>
110
+ </div>
111
+ </body>
112
+ </html>
@@ -0,0 +1,149 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3
+ <head>
4
+ <title>Utils - NaturalSpec Documentation</title>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
6
+ <link type="text/css" rel="stylesheet" href="../main.css"/>
7
+ <script type="text/javascript" src="../js/jquery-1.3.2.min.js"></script>
8
+ <script type="text/javascript" src="../js/jquery.scrollTo-min.js"></script>
9
+ <script type="text/javascript" src="../js/navigation.js"></script>
10
+ </head>
11
+ <body><div id="namespaces">
12
+ <h2 class="fixed">Namespaces</h2>
13
+ <div class="scroll">
14
+ <ul><li>
15
+ <a href="../NaturalSpec/index.htm" class="current">NaturalSpec</a>
16
+ </li>
17
+ </ul>
18
+ </div>
19
+ </div><div id="types">
20
+ <h2 class="fixed">Types in NaturalSpec</h2>
21
+ <div class="scroll">
22
+ <ul><li>
23
+ <a href="../NaturalSpec/AssemblyInfo.htm">AssemblyInfo</a>
24
+ </li><li>
25
+ <a href="../NaturalSpec/AssertType.htm">AssertType</a>
26
+ </li><li>
27
+ <a href="../NaturalSpec/Expectations.htm">Expectations</a>
28
+ </li><li>
29
+ <a href="../NaturalSpec/Fails.htm">Fails</a>
30
+ </li><li>
31
+ <a href="../NaturalSpec/FailsWith.htm">FailsWith</a>
32
+ </li><li>
33
+ <a href="../NaturalSpec/FailsWithType.htm">FailsWithType</a>
34
+ </li><li>
35
+ <a href="../NaturalSpec/File.htm">File</a>
36
+ </li><li>
37
+ <a href="../NaturalSpec/IlHelper.htm">IlHelper</a>
38
+ </li><li>
39
+ <a href="../NaturalSpec/Math.htm">Math</a>
40
+ </li><li>
41
+ <a href="../NaturalSpec/Mock.htm">Mock</a>
42
+ </li><li>
43
+ <a href="../NaturalSpec/ReturnException183c26a427ae489c8fd92ec21a0c9a59.htm">ReturnException183c26a427ae489c8fd92ec21a0c9a59</a>
44
+ </li><li>
45
+ <a href="../NaturalSpec/ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59.htm">ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59</a>
46
+ </li><li>
47
+ <a href="../NaturalSpec/Scenario.htm">Scenario</a>
48
+ </li><li>
49
+ <a href="../NaturalSpec/ScenarioSource.htm">ScenarioSource</a>
50
+ </li><li>
51
+ <a href="../NaturalSpec/ScenarioTemplate.htm">ScenarioTemplate</a>
52
+ </li><li>
53
+ <a href="../NaturalSpec/SequenceFunctions.htm">SequenceFunctions</a>
54
+ </li><li>
55
+ <a href="../NaturalSpec/Source.htm">Source</a>
56
+ </li><li>
57
+ <a href="../NaturalSpec/Syntax.htm">Syntax</a>
58
+ </li><li>
59
+ <a href="../NaturalSpec/Tags.htm">Tags</a>
60
+ </li><li>
61
+ <a href="../NaturalSpec/TestCaseParam.htm">TestCaseParam</a>
62
+ </li><li>
63
+ <a href="../NaturalSpec/TimeMeasurement.htm">TimeMeasurement</a>
64
+ </li><li>
65
+ <a href="../NaturalSpec/Utils.htm" class="current">Utils</a>
66
+ </li>
67
+ </ul>
68
+ </div>
69
+ </div>
70
+ <div class="header">
71
+ <p class="class"><strong>Type</strong> Utils</p>
72
+ <p><strong>Namespace</strong> NaturalSpec</p>
73
+ </div>
74
+ <div class="sub-header">
75
+
76
+
77
+ <h3 class="section">Methods</h3>
78
+ <ul><li><a href="../NaturalSpec/Utils.htm#check``1">check&lt;a&gt;</a></li><li><a href="../NaturalSpec/Utils.htm#not'``3">not'&lt;a, b, c&gt;</a></li><li><a href="../NaturalSpec/Utils.htm#prepareOutput">prepareOutput</a></li><li><a href="../NaturalSpec/Utils.htm#printScenario">printScenario</a></li><li><a href="../NaturalSpec/Utils.htm#toSpec">toSpec</a></li>
79
+ </ul>
80
+
81
+ <h3 class="section">Properties</h3>
82
+ <ul><li><a href="../NaturalSpec/Utils.htm#maxOutputLength">maxOutputLength</a></li><li><a href="../NaturalSpec/Utils.htm#specWriter">specWriter</a></li>
83
+ </ul>
84
+
85
+ </div>
86
+
87
+
88
+
89
+ <h3 class="section">Public static methods</h3>
90
+ <div id="check``1" class="method">
91
+ <h4><span title="NaturalSpec.a">a</span> <strong>check&lt;a&gt;</strong>(<a href="../NaturalSpec/AssertType.htm">AssertType</a> x_0, <span title="System.object">object</span> x_1, <span title="System.object">object</span> x_2, <span title="NaturalSpec.a">a</span> x_3)</h4>
92
+ <div class="content">
93
+
94
+
95
+
96
+
97
+ </div>
98
+ </div><div id="not'``3" class="method">
99
+ <h4><span title="System.Tuple<AssertType, a, b, c>">Tuple&lt;AssertType, a, b, c&gt;</span> <strong>not'&lt;a, b, c&gt;</strong>(<a href="../NaturalSpec/AssertType.htm">AssertType</a> x_0, <span title="NaturalSpec.a">a</span> x_1, <span title="NaturalSpec.b">b</span> x_2, <span title="NaturalSpec.c">c</span> x_3)</h4>
100
+ <div class="content">
101
+
102
+
103
+
104
+
105
+ </div>
106
+ </div><div id="prepareOutput" class="method">
107
+ <h4><span title="System.string">string</span> <strong>prepareOutput</strong>(<span title="System.object">object</span> x)</h4>
108
+ <div class="content">
109
+
110
+
111
+
112
+
113
+ </div>
114
+ </div><div id="printScenario" class="method">
115
+ <h4><span title="System.void">void</span> <strong>printScenario</strong>()</h4>
116
+ <div class="content">Prints the test scenario name to the spec output
117
+
118
+
119
+
120
+
121
+ </div>
122
+ </div><div id="toSpec" class="method">
123
+ <h4><span title="System.void">void</span> <strong>toSpec</strong>(<span title="System.string">string</span> s)</h4>
124
+ <div class="content">Writes the given string to the spec output
125
+
126
+
127
+
128
+
129
+ </div>
130
+ </div>
131
+
132
+ <h3 class="section">Public properties</h3>
133
+ <div id="maxOutputLength" class="method">
134
+ <h4><span title="System.int">int</span> <strong>maxOutputLength</strong> get; </h4>
135
+ <div class="content">
136
+
137
+ </div>
138
+ </div><div id="specWriter" class="method">
139
+ <h4><span title="System.IO.StreamWriter">StreamWriter</span> <strong>specWriter</strong> get; </h4>
140
+ <div class="content">Streamwriter for spec output
141
+
142
+ </div>
143
+ </div>
144
+ <div id="footer">
145
+ <p>Based on v1.0.17.0 of NaturalSpec</p>
146
+ <p>Generated by <a href="http://docu.jagregory.com">docu</a></p>
147
+ </div>
148
+ </body>
149
+ </html>