naturalspec 1.0.68.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/docs/NaturalSpec/AssemblyInfo.htm +89 -0
- data/docs/NaturalSpec/AssertType.htm +242 -0
- data/docs/NaturalSpec/Expectations.htm +141 -0
- data/docs/NaturalSpec/Fails.htm +129 -0
- data/docs/NaturalSpec/FailsWith.htm +129 -0
- data/docs/NaturalSpec/FailsWithType.htm +129 -0
- data/docs/NaturalSpec/File.htm +110 -0
- data/docs/NaturalSpec/IlHelper.htm +126 -0
- data/docs/NaturalSpec/Math.htm +152 -0
- data/docs/NaturalSpec/Mock.htm +184 -0
- data/docs/NaturalSpec/ReturnException183c26a427ae489c8fd92ec21a0c9a59.htm +163 -0
- data/docs/NaturalSpec/ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59.htm +129 -0
- data/docs/NaturalSpec/Scenario.htm +157 -0
- data/docs/NaturalSpec/ScenarioSource.htm +109 -0
- data/docs/NaturalSpec/ScenarioTemplate.htm +154 -0
- data/docs/NaturalSpec/SequenceFunctions.htm +166 -0
- data/docs/NaturalSpec/Source.htm +109 -0
- data/docs/NaturalSpec/Syntax.htm +340 -0
- data/docs/NaturalSpec/Tags.htm +182 -0
- data/docs/NaturalSpec/TestCaseParam.htm +222 -0
- data/docs/NaturalSpec/TimeMeasurement.htm +112 -0
- data/docs/NaturalSpec/Utils.htm +149 -0
- data/docs/NaturalSpec/index.htm +106 -0
- data/docs/index.htm +29 -0
- data/docs/js/jquery-1.3.2.min.js +19 -0
- data/docs/js/jquery.scrollTo-min.js +11 -0
- data/docs/js/navigation.js +11 -0
- data/docs/main.css +208 -0
- data/lib/FSharp.Core.xml +9219 -0
- data/lib/FSharp.PowerPack.xml +5118 -0
- data/lib/NaturalSpec.XML +499 -0
- data/lib/NaturalSpec.dll +0 -0
- metadata +115 -0
|
@@ -0,0 +1,89 @@
|
|
|
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>AssemblyInfo - 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" class="current">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">Utils</a>
|
|
66
|
+
</li>
|
|
67
|
+
</ul>
|
|
68
|
+
</div>
|
|
69
|
+
</div>
|
|
70
|
+
<div class="header">
|
|
71
|
+
<p class="class"><strong>Type</strong> AssemblyInfo</p>
|
|
72
|
+
<p><strong>Namespace</strong> NaturalSpec</p>
|
|
73
|
+
</div>
|
|
74
|
+
<div class="sub-header">
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
</div>
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
<div id="footer">
|
|
85
|
+
<p>Based on v1.0.17.0 of NaturalSpec</p>
|
|
86
|
+
<p>Generated by <a href="http://docu.jagregory.com">docu</a></p>
|
|
87
|
+
</div>
|
|
88
|
+
</body>
|
|
89
|
+
</html>
|
|
@@ -0,0 +1,242 @@
|
|
|
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>AssertType - 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" class="current">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">Utils</a>
|
|
66
|
+
</li>
|
|
67
|
+
</ul>
|
|
68
|
+
</div>
|
|
69
|
+
</div>
|
|
70
|
+
<div class="header">
|
|
71
|
+
<p class="class"><strong>Type</strong> AssertType</p>
|
|
72
|
+
<p><strong>Namespace</strong> NaturalSpec</p><p><strong>Interfaces</strong> <span title="System.IEquatable<AssertType>">IEquatable<AssertType></span>, <span title="System.Collections.IStructuralEquatable">IStructuralEquatable</span>, <span title="System.IComparable<AssertType>">IComparable<AssertType></span>, <span title="System.IComparable">IComparable</span>, <span title="System.Collections.IStructuralComparable">IStructuralComparable</span></p>
|
|
73
|
+
</div>
|
|
74
|
+
<div class="sub-header">
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
<h3 class="section">Methods</h3>
|
|
78
|
+
<ul><li><a href="../NaturalSpec/AssertType.htm#CompareTo">CompareTo</a></li><li><a href="../NaturalSpec/AssertType.htm#CompareTo">CompareTo</a></li><li><a href="../NaturalSpec/AssertType.htm#CompareTo">CompareTo</a></li><li><a href="../NaturalSpec/AssertType.htm#Equals">Equals</a></li><li><a href="../NaturalSpec/AssertType.htm#get_Equality">get_Equality</a></li><li><a href="../NaturalSpec/AssertType.htm#get_Inequality">get_Inequality</a></li><li><a href="../NaturalSpec/AssertType.htm#get_IsEquality">get_IsEquality</a></li><li><a href="../NaturalSpec/AssertType.htm#get_IsFalse">get_IsFalse</a></li><li><a href="../NaturalSpec/AssertType.htm#get_IsInequality">get_IsInequality</a></li><li><a href="../NaturalSpec/AssertType.htm#get_IsIsFalse">get_IsIsFalse</a></li><li><a href="../NaturalSpec/AssertType.htm#get_IsIsTrue">get_IsIsTrue</a></li><li><a href="../NaturalSpec/AssertType.htm#get_IsTrue">get_IsTrue</a></li>
|
|
79
|
+
</ul>
|
|
80
|
+
|
|
81
|
+
<h3 class="section">Properties</h3>
|
|
82
|
+
<ul><li><a href="../NaturalSpec/AssertType.htm#Equality">Equality</a></li><li><a href="../NaturalSpec/AssertType.htm#Inequality">Inequality</a></li><li><a href="../NaturalSpec/AssertType.htm#IsEquality">IsEquality</a></li><li><a href="../NaturalSpec/AssertType.htm#IsFalse">IsFalse</a></li><li><a href="../NaturalSpec/AssertType.htm#IsInequality">IsInequality</a></li><li><a href="../NaturalSpec/AssertType.htm#IsIsFalse">IsIsFalse</a></li><li><a href="../NaturalSpec/AssertType.htm#IsIsTrue">IsIsTrue</a></li><li><a href="../NaturalSpec/AssertType.htm#IsTrue">IsTrue</a></li><li><a href="../NaturalSpec/AssertType.htm#Tag">Tag</a></li>
|
|
83
|
+
</ul>
|
|
84
|
+
|
|
85
|
+
</div>
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
<h3 class="section">Public instance methods</h3>
|
|
89
|
+
<div id="CompareTo" class="method">
|
|
90
|
+
<h4><span title="System.int">int</span> <strong>CompareTo</strong>(<span title="System.object">object</span> obj)</h4>
|
|
91
|
+
<div class="content">
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
</div>
|
|
97
|
+
</div><div id="CompareTo" class="method">
|
|
98
|
+
<h4><span title="System.int">int</span> <strong>CompareTo</strong>(<span title="System.object">object</span> obj, <span title="System.Collections.IComparer">IComparer</span> comp)</h4>
|
|
99
|
+
<div class="content">
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
</div>
|
|
105
|
+
</div><div id="CompareTo" class="method">
|
|
106
|
+
<h4><span title="System.int">int</span> <strong>CompareTo</strong>(<a href="../NaturalSpec/AssertType.htm">AssertType</a> obj)</h4>
|
|
107
|
+
<div class="content">
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
</div>
|
|
113
|
+
</div><div id="Equals" class="method">
|
|
114
|
+
<h4><span title="System.bool">bool</span> <strong>Equals</strong>(<a href="../NaturalSpec/AssertType.htm">AssertType</a> obj)</h4>
|
|
115
|
+
<div class="content">
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
</div>
|
|
121
|
+
</div><div id="get_IsEquality" class="method">
|
|
122
|
+
<h4><span title="System.bool">bool</span> <strong>get_IsEquality</strong>()</h4>
|
|
123
|
+
<div class="content">
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
</div>
|
|
129
|
+
</div><div id="get_IsInequality" class="method">
|
|
130
|
+
<h4><span title="System.bool">bool</span> <strong>get_IsInequality</strong>()</h4>
|
|
131
|
+
<div class="content">
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
</div>
|
|
137
|
+
</div><div id="get_IsIsFalse" class="method">
|
|
138
|
+
<h4><span title="System.bool">bool</span> <strong>get_IsIsFalse</strong>()</h4>
|
|
139
|
+
<div class="content">
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
</div>
|
|
145
|
+
</div><div id="get_IsIsTrue" class="method">
|
|
146
|
+
<h4><span title="System.bool">bool</span> <strong>get_IsIsTrue</strong>()</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="get_Equality" class="method">
|
|
157
|
+
<h4><a href="../NaturalSpec/AssertType.htm">AssertType</a> <strong>get_Equality</strong>()</h4>
|
|
158
|
+
<div class="content">
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
</div>
|
|
164
|
+
</div><div id="get_Inequality" class="method">
|
|
165
|
+
<h4><a href="../NaturalSpec/AssertType.htm">AssertType</a> <strong>get_Inequality</strong>()</h4>
|
|
166
|
+
<div class="content">
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
</div>
|
|
172
|
+
</div><div id="get_IsFalse" class="method">
|
|
173
|
+
<h4><a href="../NaturalSpec/AssertType.htm">AssertType</a> <strong>get_IsFalse</strong>()</h4>
|
|
174
|
+
<div class="content">
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
</div>
|
|
180
|
+
</div><div id="get_IsTrue" class="method">
|
|
181
|
+
<h4><a href="../NaturalSpec/AssertType.htm">AssertType</a> <strong>get_IsTrue</strong>()</h4>
|
|
182
|
+
<div class="content">
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
</div>
|
|
188
|
+
</div>
|
|
189
|
+
|
|
190
|
+
<h3 class="section">Public properties</h3>
|
|
191
|
+
<div id="Equality" class="method">
|
|
192
|
+
<h4><a href="../NaturalSpec/AssertType.htm">AssertType</a> <strong>Equality</strong> get; </h4>
|
|
193
|
+
<div class="content">
|
|
194
|
+
|
|
195
|
+
</div>
|
|
196
|
+
</div><div id="Inequality" class="method">
|
|
197
|
+
<h4><a href="../NaturalSpec/AssertType.htm">AssertType</a> <strong>Inequality</strong> get; </h4>
|
|
198
|
+
<div class="content">
|
|
199
|
+
|
|
200
|
+
</div>
|
|
201
|
+
</div><div id="IsEquality" class="method">
|
|
202
|
+
<h4><span title="System.bool">bool</span> <strong>IsEquality</strong> get; </h4>
|
|
203
|
+
<div class="content">
|
|
204
|
+
|
|
205
|
+
</div>
|
|
206
|
+
</div><div id="IsFalse" class="method">
|
|
207
|
+
<h4><a href="../NaturalSpec/AssertType.htm">AssertType</a> <strong>IsFalse</strong> get; </h4>
|
|
208
|
+
<div class="content">
|
|
209
|
+
|
|
210
|
+
</div>
|
|
211
|
+
</div><div id="IsInequality" class="method">
|
|
212
|
+
<h4><span title="System.bool">bool</span> <strong>IsInequality</strong> get; </h4>
|
|
213
|
+
<div class="content">
|
|
214
|
+
|
|
215
|
+
</div>
|
|
216
|
+
</div><div id="IsIsFalse" class="method">
|
|
217
|
+
<h4><span title="System.bool">bool</span> <strong>IsIsFalse</strong> get; </h4>
|
|
218
|
+
<div class="content">
|
|
219
|
+
|
|
220
|
+
</div>
|
|
221
|
+
</div><div id="IsIsTrue" class="method">
|
|
222
|
+
<h4><span title="System.bool">bool</span> <strong>IsIsTrue</strong> get; </h4>
|
|
223
|
+
<div class="content">
|
|
224
|
+
|
|
225
|
+
</div>
|
|
226
|
+
</div><div id="IsTrue" class="method">
|
|
227
|
+
<h4><a href="../NaturalSpec/AssertType.htm">AssertType</a> <strong>IsTrue</strong> get; </h4>
|
|
228
|
+
<div class="content">
|
|
229
|
+
|
|
230
|
+
</div>
|
|
231
|
+
</div><div id="Tag" class="method">
|
|
232
|
+
<h4><span title="System.int">int</span> <strong>Tag</strong> get; </h4>
|
|
233
|
+
<div class="content">
|
|
234
|
+
|
|
235
|
+
</div>
|
|
236
|
+
</div>
|
|
237
|
+
<div id="footer">
|
|
238
|
+
<p>Based on v1.0.17.0 of NaturalSpec</p>
|
|
239
|
+
<p>Generated by <a href="http://docu.jagregory.com">docu</a></p>
|
|
240
|
+
</div>
|
|
241
|
+
</body>
|
|
242
|
+
</html>
|
|
@@ -0,0 +1,141 @@
|
|
|
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>Expectations - 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" class="current">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">Utils</a>
|
|
66
|
+
</li>
|
|
67
|
+
</ul>
|
|
68
|
+
</div>
|
|
69
|
+
</div>
|
|
70
|
+
<div class="header">
|
|
71
|
+
<p class="class"><strong>Type</strong> Expectations</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/Expectations.htm#addCall">addCall</a></li><li><a href="../NaturalSpec/Expectations.htm#findScenario">findScenario</a></li><li><a href="../NaturalSpec/Expectations.htm#getErrors">getErrors</a></li><li><a href="../NaturalSpec/Expectations.htm#getScenarioName">getScenarioName</a></li>
|
|
79
|
+
</ul>
|
|
80
|
+
|
|
81
|
+
<h3 class="section">Properties</h3>
|
|
82
|
+
<ul><li><a href="../NaturalSpec/Expectations.htm#add">add</a></li><li><a href="../NaturalSpec/Expectations.htm#clear">clear</a></li>
|
|
83
|
+
</ul>
|
|
84
|
+
|
|
85
|
+
</div>
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
<h3 class="section">Public static methods</h3>
|
|
90
|
+
<div id="addCall" class="method">
|
|
91
|
+
<h4><span title="System.void">void</span> <strong>addCall</strong>(<span title="System.string">string</span> scenario, <span title="System.string">string</span> mock, <span title="System.string">string</span> methodName, <span title="System.object">object</span> param)</h4>
|
|
92
|
+
<div class="content">
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
</div>
|
|
98
|
+
</div><div id="findScenario" class="method">
|
|
99
|
+
<h4><span title="System.Reflection.MethodBase">MethodBase</span> <strong>findScenario</strong>()</h4>
|
|
100
|
+
<div class="content">Try to find scenario in call stack
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
</div>
|
|
106
|
+
</div><div id="getErrors" class="method">
|
|
107
|
+
<h4><span title="Microsoft.FSharp.Collections.FSharpList<Exception>">FSharpList<Exception></span> <strong>getErrors</strong>()</h4>
|
|
108
|
+
<div class="content">
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
</div>
|
|
114
|
+
</div><div id="getScenarioName" class="method">
|
|
115
|
+
<h4><span title="System.string">string</span> <strong>getScenarioName</strong>()</h4>
|
|
116
|
+
<div class="content">
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
</div>
|
|
122
|
+
</div>
|
|
123
|
+
|
|
124
|
+
<h3 class="section">Public properties</h3>
|
|
125
|
+
<div id="add" class="method">
|
|
126
|
+
<h4><span title="Microsoft.FSharp.Core.FSharpFunc<Tuple<string, FSharpFunc<Unit, Exception>>, Unit>">FSharpFunc<Tuple<string, FSharpFunc<Unit, Exception>>, Unit></span> <strong>add</strong> get; </h4>
|
|
127
|
+
<div class="content">
|
|
128
|
+
|
|
129
|
+
</div>
|
|
130
|
+
</div><div id="clear" class="method">
|
|
131
|
+
<h4><span title="Microsoft.FSharp.Core.FSharpFunc<Unit, Unit>">FSharpFunc<Unit, Unit></span> <strong>clear</strong> get; </h4>
|
|
132
|
+
<div class="content">
|
|
133
|
+
|
|
134
|
+
</div>
|
|
135
|
+
</div>
|
|
136
|
+
<div id="footer">
|
|
137
|
+
<p>Based on v1.0.17.0 of NaturalSpec</p>
|
|
138
|
+
<p>Generated by <a href="http://docu.jagregory.com">docu</a></p>
|
|
139
|
+
</div>
|
|
140
|
+
</body>
|
|
141
|
+
</html>
|