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,129 @@
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>Fails - 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" class="current">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> Fails</p>
72
+ <p><strong>Namespace</strong> NaturalSpec</p><p><strong>Parent</strong> <span title="NUnit.Framework.ExpectedExceptionAttribute">ExpectedExceptionAttribute</span></p>
73
+ </div>
74
+ <div class="sub-header">
75
+
76
+
77
+
78
+ <h3 class="section">Properties</h3>
79
+ <ul><li><a href="../NaturalSpec/Fails.htm#ExpectedException">ExpectedException</a></li><li><a href="../NaturalSpec/Fails.htm#ExpectedExceptionName">ExpectedExceptionName</a></li><li><a href="../NaturalSpec/Fails.htm#ExpectedMessage">ExpectedMessage</a></li><li><a href="../NaturalSpec/Fails.htm#Handler">Handler</a></li><li><a href="../NaturalSpec/Fails.htm#MatchType">MatchType</a></li><li><a href="../NaturalSpec/Fails.htm#TypeId">TypeId</a></li><li><a href="../NaturalSpec/Fails.htm#UserMessage">UserMessage</a></li>
80
+ </ul>
81
+
82
+ </div>
83
+
84
+
85
+
86
+
87
+ <h3 class="section">Public properties</h3>
88
+ <div id="ExpectedException" class="method">
89
+ <h4><span title="System.Type">Type</span> <strong>ExpectedException</strong> get; set;</h4>
90
+ <div class="content">
91
+
92
+ </div>
93
+ </div><div id="ExpectedExceptionName" class="method">
94
+ <h4><span title="System.string">string</span> <strong>ExpectedExceptionName</strong> get; set;</h4>
95
+ <div class="content">
96
+
97
+ </div>
98
+ </div><div id="ExpectedMessage" class="method">
99
+ <h4><span title="System.string">string</span> <strong>ExpectedMessage</strong> get; set;</h4>
100
+ <div class="content">
101
+
102
+ </div>
103
+ </div><div id="Handler" class="method">
104
+ <h4><span title="System.string">string</span> <strong>Handler</strong> get; set;</h4>
105
+ <div class="content">
106
+
107
+ </div>
108
+ </div><div id="MatchType" class="method">
109
+ <h4><span title="NUnit.Framework.MessageMatch">MessageMatch</span> <strong>MatchType</strong> get; set;</h4>
110
+ <div class="content">
111
+
112
+ </div>
113
+ </div><div id="TypeId" class="method">
114
+ <h4><span title="System.object">object</span> <strong>TypeId</strong> get; </h4>
115
+ <div class="content">
116
+
117
+ </div>
118
+ </div><div id="UserMessage" class="method">
119
+ <h4><span title="System.string">string</span> <strong>UserMessage</strong> get; set;</h4>
120
+ <div class="content">
121
+
122
+ </div>
123
+ </div>
124
+ <div id="footer">
125
+ <p>Based on v1.0.17.0 of NaturalSpec</p>
126
+ <p>Generated by <a href="http://docu.jagregory.com">docu</a></p>
127
+ </div>
128
+ </body>
129
+ </html>
@@ -0,0 +1,129 @@
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>FailsWith - 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" class="current">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> FailsWith</p>
72
+ <p><strong>Namespace</strong> NaturalSpec</p><p><strong>Parent</strong> <a href="../NaturalSpec/Fails.htm">Fails</a></p>
73
+ </div>
74
+ <div class="sub-header">
75
+
76
+
77
+
78
+ <h3 class="section">Properties</h3>
79
+ <ul><li><a href="../NaturalSpec/FailsWith.htm#ExpectedException">ExpectedException</a></li><li><a href="../NaturalSpec/FailsWith.htm#ExpectedExceptionName">ExpectedExceptionName</a></li><li><a href="../NaturalSpec/FailsWith.htm#ExpectedMessage">ExpectedMessage</a></li><li><a href="../NaturalSpec/FailsWith.htm#Handler">Handler</a></li><li><a href="../NaturalSpec/FailsWith.htm#MatchType">MatchType</a></li><li><a href="../NaturalSpec/FailsWith.htm#TypeId">TypeId</a></li><li><a href="../NaturalSpec/FailsWith.htm#UserMessage">UserMessage</a></li>
80
+ </ul>
81
+
82
+ </div>
83
+
84
+
85
+
86
+
87
+ <h3 class="section">Public properties</h3>
88
+ <div id="ExpectedException" class="method">
89
+ <h4><span title="System.Type">Type</span> <strong>ExpectedException</strong> get; set;</h4>
90
+ <div class="content">
91
+
92
+ </div>
93
+ </div><div id="ExpectedExceptionName" class="method">
94
+ <h4><span title="System.string">string</span> <strong>ExpectedExceptionName</strong> get; set;</h4>
95
+ <div class="content">
96
+
97
+ </div>
98
+ </div><div id="ExpectedMessage" class="method">
99
+ <h4><span title="System.string">string</span> <strong>ExpectedMessage</strong> get; set;</h4>
100
+ <div class="content">
101
+
102
+ </div>
103
+ </div><div id="Handler" class="method">
104
+ <h4><span title="System.string">string</span> <strong>Handler</strong> get; set;</h4>
105
+ <div class="content">
106
+
107
+ </div>
108
+ </div><div id="MatchType" class="method">
109
+ <h4><span title="NUnit.Framework.MessageMatch">MessageMatch</span> <strong>MatchType</strong> get; set;</h4>
110
+ <div class="content">
111
+
112
+ </div>
113
+ </div><div id="TypeId" class="method">
114
+ <h4><span title="System.object">object</span> <strong>TypeId</strong> get; </h4>
115
+ <div class="content">
116
+
117
+ </div>
118
+ </div><div id="UserMessage" class="method">
119
+ <h4><span title="System.string">string</span> <strong>UserMessage</strong> get; set;</h4>
120
+ <div class="content">
121
+
122
+ </div>
123
+ </div>
124
+ <div id="footer">
125
+ <p>Based on v1.0.17.0 of NaturalSpec</p>
126
+ <p>Generated by <a href="http://docu.jagregory.com">docu</a></p>
127
+ </div>
128
+ </body>
129
+ </html>
@@ -0,0 +1,129 @@
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>FailsWithType - 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" class="current">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> FailsWithType</p>
72
+ <p><strong>Namespace</strong> NaturalSpec</p><p><strong>Parent</strong> <a href="../NaturalSpec/Fails.htm">Fails</a></p>
73
+ </div>
74
+ <div class="sub-header">
75
+
76
+
77
+
78
+ <h3 class="section">Properties</h3>
79
+ <ul><li><a href="../NaturalSpec/FailsWithType.htm#ExpectedException">ExpectedException</a></li><li><a href="../NaturalSpec/FailsWithType.htm#ExpectedExceptionName">ExpectedExceptionName</a></li><li><a href="../NaturalSpec/FailsWithType.htm#ExpectedMessage">ExpectedMessage</a></li><li><a href="../NaturalSpec/FailsWithType.htm#Handler">Handler</a></li><li><a href="../NaturalSpec/FailsWithType.htm#MatchType">MatchType</a></li><li><a href="../NaturalSpec/FailsWithType.htm#TypeId">TypeId</a></li><li><a href="../NaturalSpec/FailsWithType.htm#UserMessage">UserMessage</a></li>
80
+ </ul>
81
+
82
+ </div>
83
+
84
+
85
+
86
+
87
+ <h3 class="section">Public properties</h3>
88
+ <div id="ExpectedException" class="method">
89
+ <h4><span title="System.Type">Type</span> <strong>ExpectedException</strong> get; set;</h4>
90
+ <div class="content">
91
+
92
+ </div>
93
+ </div><div id="ExpectedExceptionName" class="method">
94
+ <h4><span title="System.string">string</span> <strong>ExpectedExceptionName</strong> get; set;</h4>
95
+ <div class="content">
96
+
97
+ </div>
98
+ </div><div id="ExpectedMessage" class="method">
99
+ <h4><span title="System.string">string</span> <strong>ExpectedMessage</strong> get; set;</h4>
100
+ <div class="content">
101
+
102
+ </div>
103
+ </div><div id="Handler" class="method">
104
+ <h4><span title="System.string">string</span> <strong>Handler</strong> get; set;</h4>
105
+ <div class="content">
106
+
107
+ </div>
108
+ </div><div id="MatchType" class="method">
109
+ <h4><span title="NUnit.Framework.MessageMatch">MessageMatch</span> <strong>MatchType</strong> get; set;</h4>
110
+ <div class="content">
111
+
112
+ </div>
113
+ </div><div id="TypeId" class="method">
114
+ <h4><span title="System.object">object</span> <strong>TypeId</strong> get; </h4>
115
+ <div class="content">
116
+
117
+ </div>
118
+ </div><div id="UserMessage" class="method">
119
+ <h4><span title="System.string">string</span> <strong>UserMessage</strong> get; set;</h4>
120
+ <div class="content">
121
+
122
+ </div>
123
+ </div>
124
+ <div id="footer">
125
+ <p>Based on v1.0.17.0 of NaturalSpec</p>
126
+ <p>Generated by <a href="http://docu.jagregory.com">docu</a></p>
127
+ </div>
128
+ </body>
129
+ </html>
@@ -0,0 +1,110 @@
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>File - 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" class="current">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> File</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/File.htm#on_disk">on_disk</a></li><li><a href="../NaturalSpec/File.htm#same_file_as">same_file_as</a></li>
79
+ </ul>
80
+
81
+
82
+ </div>
83
+
84
+
85
+
86
+ <h3 class="section">Public static methods</h3>
87
+ <div id="on_disk" class="method">
88
+ <h4><span title="System.bool">bool</span> <strong>on_disk</strong>(<span title="System.string">string</span> fileName)</h4>
89
+ <div class="content">Tests if the file is saved
90
+
91
+
92
+
93
+
94
+ </div>
95
+ </div><div id="same_file_as" class="method">
96
+ <h4><span title="System.bool">bool</span> <strong>same_file_as</strong>(<span title="System.string">string</span> fileName, <span title="System.string">string</span> fileName2)</h4>
97
+ <div class="content">Tests if the given files are identical
98
+
99
+
100
+
101
+
102
+ </div>
103
+ </div>
104
+
105
+ <div id="footer">
106
+ <p>Based on v1.0.17.0 of NaturalSpec</p>
107
+ <p>Generated by <a href="http://docu.jagregory.com">docu</a></p>
108
+ </div>
109
+ </body>
110
+ </html>