nunit 2.4.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (192) hide show
  1. data/docs/addinsDialog.html +74 -0
  2. data/docs/assertions.html +91 -0
  3. data/docs/attributes.html +89 -0
  4. data/docs/category.html +265 -0
  5. data/docs/classicModel.html +92 -0
  6. data/docs/codeFuncs.js +77 -0
  7. data/docs/collectionAssert.html +162 -0
  8. data/docs/collectionConstraints.html +130 -0
  9. data/docs/comparisonAsserts.html +271 -0
  10. data/docs/comparisonConstraints.html +109 -0
  11. data/docs/compoundConstraints.html +97 -0
  12. data/docs/conditionAsserts.html +123 -0
  13. data/docs/conditionConstraints.html +106 -0
  14. data/docs/configEditor.html +93 -0
  15. data/docs/configFiles.html +155 -0
  16. data/docs/consoleCommandLine.html +271 -0
  17. data/docs/constraintModel.html +134 -0
  18. data/docs/contextMenu.html +106 -0
  19. data/docs/culture.html +255 -0
  20. data/docs/customAsserts.html +115 -0
  21. data/docs/customConstraints.html +101 -0
  22. data/docs/description.html +178 -0
  23. data/docs/equalConstraint.html +139 -0
  24. data/docs/equalityAsserts.html +187 -0
  25. data/docs/exception.html +296 -0
  26. data/docs/explicit.html +256 -0
  27. data/docs/extensibility.html +83 -0
  28. data/docs/favicon.ico +0 -0
  29. data/docs/features.html +75 -0
  30. data/docs/fileAssert.html +114 -0
  31. data/docs/files/QuickStart.Spanish.doc +0 -0
  32. data/docs/files/QuickStart.doc +0 -0
  33. data/docs/files/Results.xsd +70 -0
  34. data/docs/files/Summary.xslt +47 -0
  35. data/docs/files/TestResult.xml +103 -0
  36. data/docs/files/Thumbs.db +0 -0
  37. data/docs/fixtureSetup.html +201 -0
  38. data/docs/fixtureTeardown.html +204 -0
  39. data/docs/getStarted.html +80 -0
  40. data/docs/guiCommandLine.html +183 -0
  41. data/docs/identityAsserts.html +99 -0
  42. data/docs/ignore.html +249 -0
  43. data/docs/img/addinsDialog.JPG +0 -0
  44. data/docs/img/assembliesTab.jpg +0 -0
  45. data/docs/img/assemblyReloadOptions.JPG +0 -0
  46. data/docs/img/bulletOff.gif +0 -0
  47. data/docs/img/bulletOn.gif +0 -0
  48. data/docs/img/configEditor.jpg +0 -0
  49. data/docs/img/console-mock.jpg +0 -0
  50. data/docs/img/displayTab.jpg +0 -0
  51. data/docs/img/generalOptions.jpg +0 -0
  52. data/docs/img/generalTab.jpg +0 -0
  53. data/docs/img/gui-screenshot.jpg +0 -0
  54. data/docs/img/gui-verify.jpg +0 -0
  55. data/docs/img/langFilter.gif +0 -0
  56. data/docs/img/logo.gif +0 -0
  57. data/docs/img/miniGui.jpg +0 -0
  58. data/docs/img/optionsDialog.jpg +0 -0
  59. data/docs/img/resultTab.jpg +0 -0
  60. data/docs/img/testLoadOptions.jpg +0 -0
  61. data/docs/img/testOutputOptions.jpg +0 -0
  62. data/docs/img/testProperties.jpg +0 -0
  63. data/docs/img/testResultOptions.JPG +0 -0
  64. data/docs/img/testTab.jpg +0 -0
  65. data/docs/img/testsTab.JPG +0 -0
  66. data/docs/img/textOutputOptions.jpg +0 -0
  67. data/docs/img/treeDisplayOptions.JPG +0 -0
  68. data/docs/img/visualStudioOptions.JPG +0 -0
  69. data/docs/index.html +75 -0
  70. data/docs/installation.html +172 -0
  71. data/docs/license.html +88 -0
  72. data/docs/listMapper.html +100 -0
  73. data/docs/mainMenu.html +260 -0
  74. data/docs/multiAssembly.html +130 -0
  75. data/docs/nunit-console.html +84 -0
  76. data/docs/nunit-gui.html +115 -0
  77. data/docs/nunit.css +118 -0
  78. data/docs/nunitAddins.html +331 -0
  79. data/docs/optionsDialog.html +262 -0
  80. data/docs/platform.html +285 -0
  81. data/docs/platformSupport.html +99 -0
  82. data/docs/projectEditor.html +127 -0
  83. data/docs/property.html +219 -0
  84. data/docs/propertyConstraint.html +89 -0
  85. data/docs/quickStart.html +314 -0
  86. data/docs/releaseNotes.html +1235 -0
  87. data/docs/sameasConstraint.html +98 -0
  88. data/docs/samples.html +126 -0
  89. data/docs/setCulture.html +173 -0
  90. data/docs/setup.html +199 -0
  91. data/docs/setupFixture.html +198 -0
  92. data/docs/stringAssert.html +107 -0
  93. data/docs/stringConstraints.html +111 -0
  94. data/docs/suite.html +222 -0
  95. data/docs/teardown.html +204 -0
  96. data/docs/test.html +171 -0
  97. data/docs/testFixture.html +168 -0
  98. data/docs/testProperties.html +76 -0
  99. data/docs/typeAsserts.html +101 -0
  100. data/docs/typeConstraints.html +103 -0
  101. data/docs/upgrade.html +97 -0
  102. data/docs/utilityAsserts.html +108 -0
  103. data/docs/vsSupport.html +140 -0
  104. data/lib/net-1.1/Failure.jpg +0 -0
  105. data/lib/net-1.1/Ignored.jpg +0 -0
  106. data/lib/net-1.1/NUnitFitTests.html +277 -0
  107. data/lib/net-1.1/NUnitTests.config +84 -0
  108. data/lib/net-1.1/NUnitTests.nunit +14 -0
  109. data/lib/net-1.1/Success.jpg +0 -0
  110. data/lib/net-1.1/clr.bat +96 -0
  111. data/lib/net-1.1/fit.dll +0 -0
  112. data/lib/net-1.1/loadtest-assembly.dll +0 -0
  113. data/lib/net-1.1/mock-assembly.dll +0 -0
  114. data/lib/net-1.1/nonamespace-assembly.dll +0 -0
  115. data/lib/net-1.1/notestfixtures-assembly.dll +0 -0
  116. data/lib/net-1.1/nunit-console-runner.dll +0 -0
  117. data/lib/net-1.1/nunit-console.exe +0 -0
  118. data/lib/net-1.1/nunit-console.exe.config +117 -0
  119. data/lib/net-1.1/nunit-console.tests.dll +0 -0
  120. data/lib/net-1.1/nunit-gui-runner.dll +0 -0
  121. data/lib/net-1.1/nunit-gui.tests.dll +0 -0
  122. data/lib/net-1.1/nunit.core.dll +0 -0
  123. data/lib/net-1.1/nunit.core.extensions.dll +0 -0
  124. data/lib/net-1.1/nunit.core.interfaces.dll +0 -0
  125. data/lib/net-1.1/nunit.core.tests.dll +0 -0
  126. data/lib/net-1.1/nunit.exe +0 -0
  127. data/lib/net-1.1/nunit.exe.config +121 -0
  128. data/lib/net-1.1/nunit.extensions.tests.dll +0 -0
  129. data/lib/net-1.1/nunit.fixtures.dll +0 -0
  130. data/lib/net-1.1/nunit.fixtures.tests.dll +0 -0
  131. data/lib/net-1.1/nunit.framework.dll +0 -0
  132. data/lib/net-1.1/nunit.framework.extensions.dll +0 -0
  133. data/lib/net-1.1/nunit.framework.tests.dll +0 -0
  134. data/lib/net-1.1/nunit.framework.xml +5622 -0
  135. data/lib/net-1.1/nunit.mocks.dll +0 -0
  136. data/lib/net-1.1/nunit.mocks.tests.dll +0 -0
  137. data/lib/net-1.1/nunit.uikit.dll +0 -0
  138. data/lib/net-1.1/nunit.uikit.tests.dll +0 -0
  139. data/lib/net-1.1/nunit.util.dll +0 -0
  140. data/lib/net-1.1/nunit.util.tests.dll +0 -0
  141. data/lib/net-1.1/runFile.exe +0 -0
  142. data/lib/net-1.1/runFile.exe.config +43 -0
  143. data/lib/net-1.1/test-assembly.dll +0 -0
  144. data/lib/net-1.1/test-utilities.dll +0 -0
  145. data/lib/net-1.1/timing-tests.dll +0 -0
  146. data/lib/net-2.0/Failure.jpg +0 -0
  147. data/lib/net-2.0/Ignored.jpg +0 -0
  148. data/lib/net-2.0/NUnitFitTests.html +277 -0
  149. data/lib/net-2.0/NUnitTests.config +84 -0
  150. data/lib/net-2.0/NUnitTests.nunit +14 -0
  151. data/lib/net-2.0/Success.jpg +0 -0
  152. data/lib/net-2.0/clr.bat +96 -0
  153. data/lib/net-2.0/fit.dll +0 -0
  154. data/lib/net-2.0/loadtest-assembly.dll +0 -0
  155. data/lib/net-2.0/mock-assembly.dll +0 -0
  156. data/lib/net-2.0/nonamespace-assembly.dll +0 -0
  157. data/lib/net-2.0/notestfixtures-assembly.dll +0 -0
  158. data/lib/net-2.0/nunit-console-runner.dll +0 -0
  159. data/lib/net-2.0/nunit-console-x86.exe +0 -0
  160. data/lib/net-2.0/nunit-console-x86.exe.config +117 -0
  161. data/lib/net-2.0/nunit-console.exe +0 -0
  162. data/lib/net-2.0/nunit-console.exe.config +117 -0
  163. data/lib/net-2.0/nunit-console.tests.dll +0 -0
  164. data/lib/net-2.0/nunit-gui-runner.dll +0 -0
  165. data/lib/net-2.0/nunit-gui.tests.dll +0 -0
  166. data/lib/net-2.0/nunit-x86.exe +0 -0
  167. data/lib/net-2.0/nunit-x86.exe.config +121 -0
  168. data/lib/net-2.0/nunit.core.dll +0 -0
  169. data/lib/net-2.0/nunit.core.extensions.dll +0 -0
  170. data/lib/net-2.0/nunit.core.interfaces.dll +0 -0
  171. data/lib/net-2.0/nunit.core.tests.dll +0 -0
  172. data/lib/net-2.0/nunit.exe +0 -0
  173. data/lib/net-2.0/nunit.exe.config +121 -0
  174. data/lib/net-2.0/nunit.extensions.tests.dll +0 -0
  175. data/lib/net-2.0/nunit.fixtures.dll +0 -0
  176. data/lib/net-2.0/nunit.fixtures.tests.dll +0 -0
  177. data/lib/net-2.0/nunit.framework.dll +0 -0
  178. data/lib/net-2.0/nunit.framework.extensions.dll +0 -0
  179. data/lib/net-2.0/nunit.framework.tests.dll +0 -0
  180. data/lib/net-2.0/nunit.framework.xml +5622 -0
  181. data/lib/net-2.0/nunit.mocks.dll +0 -0
  182. data/lib/net-2.0/nunit.mocks.tests.dll +0 -0
  183. data/lib/net-2.0/nunit.uikit.dll +0 -0
  184. data/lib/net-2.0/nunit.uikit.tests.dll +0 -0
  185. data/lib/net-2.0/nunit.util.dll +0 -0
  186. data/lib/net-2.0/nunit.util.tests.dll +0 -0
  187. data/lib/net-2.0/runFile.exe +0 -0
  188. data/lib/net-2.0/runFile.exe.config +43 -0
  189. data/lib/net-2.0/test-assembly.dll +0 -0
  190. data/lib/net-2.0/test-utilities.dll +0 -0
  191. data/lib/net-2.0/timing-tests.dll +0 -0
  192. metadata +262 -0
Binary file
@@ -0,0 +1,43 @@
1
+ <?xml version="1.0" encoding="utf-8" ?>
2
+ <configuration>
3
+ <startup>
4
+ <supportedRuntime version="v2.0.50727" />
5
+ <supportedRuntime version="v2.0.50215" />
6
+ <supportedRuntime version="v2.0.40607" />
7
+ <supportedRuntime version="v1.1.4322" />
8
+ <supportedRuntime version="v1.0.3705" />
9
+
10
+ <requiredRuntime version="v1.0.3705" />
11
+ </startup>
12
+
13
+ <!--
14
+ The following <runtime> section allows running nunit tests under
15
+ .NET 1.0 by redirecting assemblies. The appliesTo attribute
16
+ causes the section to be ignored except under .NET 1.0.
17
+ -->
18
+ <runtime>
19
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"
20
+ appliesTo="v1.0.3705">
21
+ <dependentAssembly>
22
+ <assemblyIdentity name="System" publicKeyToken="b77a5c561934e089" culture="" />
23
+ <bindingRedirect oldVersion="1.0.5000.0" newVersion="1.0.3300.0" />
24
+ </dependentAssembly>
25
+ <dependentAssembly>
26
+ <assemblyIdentity name="System.Data" publicKeyToken="b77a5c561934e089" culture="" />
27
+ <bindingRedirect oldVersion="1.0.5000.0" newVersion="1.0.3300.0" />
28
+ </dependentAssembly>
29
+ <dependentAssembly>
30
+ <assemblyIdentity name="System.Drawing" publicKeyToken="b03f5f7f11d50a3a" culture="" />
31
+ <bindingRedirect oldVersion="1.0.5000.0" newVersion="1.0.3300.0" />
32
+ </dependentAssembly>
33
+ <dependentAssembly>
34
+ <assemblyIdentity name="System.Windows.Forms" publicKeyToken="b77a5c561934e089" culture="" />
35
+ <bindingRedirect oldVersion="1.0.5000.0" newVersion="1.0.3300.0" />
36
+ </dependentAssembly>
37
+ <dependentAssembly>
38
+ <assemblyIdentity name="System.Xml" publicKeyToken="b77a5c561934e089" culture="" />
39
+ <bindingRedirect oldVersion="1.0.5000.0" newVersion="1.0.3300.0" />
40
+ </dependentAssembly>
41
+ </assemblyBinding>
42
+ </runtime>
43
+ </configuration>
Binary file
Binary file
@@ -0,0 +1,277 @@
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
+ <html>
3
+ <body>
4
+ <h1>NUnit Acceptance Tests</h1>
5
+ <p>
6
+ Developers love self-referential programs! Hence, NUnit has always run all it's
7
+ own tests, even those that are not really unit tests.
8
+ <p>Now, beginning with NUnit 2.4, NUnit has top-level tests using Ward Cunningham's
9
+ FIT framework. At this time, the tests are pretty rudimentary, but it's a start
10
+ and it's a framework for doing more.
11
+ <h2>Running the Tests</h2>
12
+ <p>Open a console or shell window and navigate to the NUnit bin directory, which
13
+ contains this file. To run the test under Microsoft .Net, enter the command
14
+ <pre> runFile NUnitFitTests.html TestResults.html .</pre>
15
+ To run it under Mono, enter
16
+ <pre> mono runFile.exe NUnitFitTests.html TestResults.html .</pre>
17
+ Note the space and dot at the end of each command. The results of your test
18
+ will be in TestResults.html in the same directory.
19
+ <h2>Platform and CLR Version</h2>
20
+ <table BORDER cellSpacing="0" cellPadding="5">
21
+ <tr>
22
+ <td colspan="2">NUnit.Fixtures.PlatformInfo</td>
23
+ </tr>
24
+ </table>
25
+ <h2>Verify Unit Tests</h2>
26
+ <p>
27
+ Load and run the NUnit unit tests, verifying that the results are as expected.
28
+ When these tests are run on different platforms, different numbers of tests may
29
+ be skipped, so the values for Skipped and Run tests are informational only.
30
+ <p>
31
+ The number of tests in each assembly should be constant across all platforms -
32
+ any discrepancy usually means that one of the test source files was not
33
+ compiled on the platform. There should be no failures and no tests ignored.
34
+ <p><b>Note:</b>
35
+ At the moment, the nunit.extensions.tests assembly is failing because the
36
+ fixture doesn't initialize addins in the test domain.
37
+ <p>
38
+ <table BORDER cellSpacing="0" cellPadding="5">
39
+ <tr>
40
+ <td colspan="6">NUnit.Fixtures.AssemblyRunner</td>
41
+ </tr>
42
+ <tr>
43
+ <td>Assembly</td>
44
+ <td>Tests()</td>
45
+ <td>Run()</td>
46
+ <td>Skipped()</td>
47
+ <td>Ignored()</td>
48
+ <td>Failures()</td>
49
+ </tr>
50
+ <tr>
51
+ <td>nunit.framework.tests.dll</td>
52
+ <td>397</td>
53
+ <td>&nbsp;</td>
54
+ <td>&nbsp;</td>
55
+ <td>0</td>
56
+ <td>0</td>
57
+ </tr>
58
+ <tr>
59
+ <td>nunit.core.tests.dll</td>
60
+ <td>355</td>
61
+ <td>&nbsp;</td>
62
+ <td>&nbsp;</td>
63
+ <td>0</td>
64
+ <td>0</td>
65
+ </tr>
66
+ <tr>
67
+ <td>nunit.util.tests.dll</td>
68
+ <td>238</td>
69
+ <td>&nbsp;</td>
70
+ <td>&nbsp;</td>
71
+ <td>0</td>
72
+ <td>0</td>
73
+ </tr>
74
+ <tr>
75
+ <td>nunit.mocks.tests.dll</td>
76
+ <td>43</td>
77
+ <td>&nbsp;</td>
78
+ <td>&nbsp;</td>
79
+ <td>0</td>
80
+ <td>0</td>
81
+ </tr>
82
+ <tr>
83
+ <td>nunit.extensions.tests.dll</td>
84
+ <td>5</td>
85
+ <td>&nbsp;</td>
86
+ <td>&nbsp;</td>
87
+ <td>0</td>
88
+ <td>0</td>
89
+ </tr>
90
+ <tr>
91
+ <td>nunit-console.tests.dll</td>
92
+ <td>40</td>
93
+ <td>&nbsp;</td>
94
+ <td>&nbsp;</td>
95
+ <td>0</td>
96
+ <td>0</td>
97
+ </tr>
98
+ <tr>
99
+ <td>nunit.uikit.tests.dll</td>
100
+ <td>34</td>
101
+ <td>&nbsp;</td>
102
+ <td>&nbsp;</td>
103
+ <td>0</td>
104
+ <td>0</td>
105
+ </tr>
106
+ <tr>
107
+ <td>nunit-gui.tests.dll</td>
108
+ <td>15</td>
109
+ <td>&nbsp;</td>
110
+ <td>&nbsp;</td>
111
+ <td>0</td>
112
+ <td>0</td>
113
+ </tr>
114
+ <tr>
115
+ <td>nunit.fixtures.tests.dll</td>
116
+ <td>6</td>
117
+ <td>&nbsp;</td>
118
+ <td>&nbsp;</td>
119
+ <td>0</td>
120
+ <td>0</td>
121
+ </tr>
122
+ </table>
123
+ <h2>Code Snippet Tests</h2>
124
+ <p>
125
+ These tests create a test assembly from a snippet of code and then load and run
126
+ the tests that it contains, verifying that the structure of the loaded tests is
127
+ as expected and that the number of tests run, skipped, ignored or failed is
128
+ correct.
129
+ <p>
130
+ <table BORDER cellSpacing="0" cellPadding="5">
131
+ <tr>
132
+ <td colspan="6">NUnit.Fixtures.SnippetRunner</td>
133
+ </tr>
134
+ <tr>
135
+ <td>Code</td>
136
+ <td>Tree()</td>
137
+ <td>Run()</td>
138
+ <td>Skipped()</td>
139
+ <td>Ignored()</td>
140
+ <td>Failures()</td>
141
+ </tr>
142
+ <tr>
143
+ <td><pre>public class TestClass
144
+ {
145
+ }</pre>
146
+ </td>
147
+ <td>EMPTY</td>
148
+ <td>0</td>
149
+ <td>0</td>
150
+ <td>0</td>
151
+ <td>0</td>
152
+ </tr>
153
+ <tr>
154
+ <td><pre>using NUnit.Framework;
155
+
156
+ [TestFixture]
157
+ public class TestClass
158
+ {
159
+ }</pre>
160
+ </td>
161
+ <td>TestClass</td>
162
+ <td>0</td>
163
+ <td>0</td>
164
+ <td>0</td>
165
+ <td>0</td>
166
+ </tr>
167
+ <tr>
168
+ <td><pre>using NUnit.Framework;
169
+
170
+ [TestFixture]
171
+ public class TestClass
172
+ {
173
+ [Test]
174
+ public void T1() { }
175
+ [Test]
176
+ public void T2() { }
177
+ [Test]
178
+ public void T3() { }
179
+ }</pre>
180
+ </td>
181
+ <td><pre>TestClass
182
+ &gt;T1
183
+ &gt;T2
184
+ &gt;T3</pre>
185
+ </td>
186
+ <td>3</td>
187
+ <td>0</td>
188
+ <td>0</td>
189
+ <td>0</td>
190
+ </tr>
191
+ <tr>
192
+ <td><pre>using NUnit.Framework;
193
+
194
+ [TestFixture]
195
+ public class TestClass1
196
+ {
197
+ [Test]
198
+ public void T1() { }
199
+ }
200
+
201
+ [TestFixture]
202
+ public class TestClass2
203
+ {
204
+ [Test]
205
+ public void T2() { }
206
+ [Test]
207
+ public void T3() { }
208
+ }</pre>
209
+ </td>
210
+ <td><pre>TestClass1
211
+ &gt;T1
212
+ TestClass2
213
+ &gt;T2
214
+ &gt;T3</pre>
215
+ </td>
216
+ <td>3</td>
217
+ <td>0</td>
218
+ <td>0</td>
219
+ <td>0</td>
220
+ </tr>
221
+ <tr>
222
+ <td><pre>using NUnit.Framework;
223
+
224
+ [TestFixture]
225
+ public class TestClass
226
+ {
227
+ [Test]
228
+ public void T1() { }
229
+ [Test, Ignore]
230
+ public void T2() { }
231
+ [Test]
232
+ public void T3() { }
233
+ }</pre>
234
+ </td>
235
+ <td><pre>TestClass
236
+ &gt;T1
237
+ &gt;T2
238
+ &gt;T3</pre>
239
+ </td>
240
+ <td>2</td>
241
+ <td>0</td>
242
+ <td>1</td>
243
+ <td>0</td>
244
+ </tr>
245
+ <tr>
246
+ <td><pre>using NUnit.Framework;
247
+
248
+ [TestFixture]
249
+ public class TestClass
250
+ {
251
+ [Test]
252
+ public void T1() { }
253
+ [Test, Explicit]
254
+ public void T2() { }
255
+ [Test]
256
+ public void T3() { }
257
+ }</pre>
258
+ </td>
259
+ <td><pre>TestClass
260
+ &gt;T1
261
+ &gt;T2
262
+ &gt;T3</pre>
263
+ </td>
264
+ <td>2</td>
265
+ <td>1</td>
266
+ <td>0</td>
267
+ <td>0</td>
268
+ </tr>
269
+ </table>
270
+ <h2>Summary Information</h2>
271
+ <table BORDER cellSpacing="0" cellPadding="5">
272
+ <tr>
273
+ <td colspan="2">fit.Summary</td>
274
+ </tr>
275
+ </table>
276
+ </body>
277
+ </html>
@@ -0,0 +1,84 @@
1
+ <?xml version="1.0" encoding="utf-8" ?>
2
+ <configuration>
3
+ <!--
4
+ This is the configuration file for the NUnitTests.nunit test project. You may
5
+ need to create a similar configuration file for your own test project.
6
+ -->
7
+
8
+ <!--
9
+ The <NUnit> section is only needed if you want to use a non-default value
10
+ for any of the settings. It is commented out below. If you are going to use
11
+ it, you must deifne the NUnit section group and the sections you need.
12
+
13
+ The syntax shown here works for most runtimes. If NUnit fails at startup, you
14
+ can try specifying the name of the assembly containing the NameValueSectionHandler:
15
+
16
+ <section name="TestCaseBuilder" type="System.Configuration.NameValueSectionHandler, System" />
17
+
18
+ If that fails, try the fully qualified name of the assembly:
19
+
20
+ <section name="TestCaseBuilder" type="System.Configuration.NameValueSectionHandler, System,
21
+ Version=2.0.50727.832, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
22
+
23
+ Unfortunately, this last approach makes your config file non-portable across runtimes.
24
+ -->
25
+
26
+ <!--
27
+ <configSections>
28
+ <sectionGroup name="NUnit">
29
+ <section name="TestCaseBuilder" type="System.Configuration.NameValueSectionHandler"/>
30
+ <section name="TestRunner" type="System.Configuration.NameValueSectionHandler"/>
31
+ </sectionGroup>
32
+ </configSections>
33
+ -->
34
+
35
+ <appSettings>
36
+ <!-- User application and configured property settings go here.-->
37
+ <!-- Example: <add key="settingName" value="settingValue"/> -->
38
+ <add key="test.setting" value="54321" />
39
+ </appSettings>
40
+
41
+ <!-- Sample NUnit section group showing all default values -->
42
+ <!--
43
+ <NUnit>
44
+ <TestCaseBuilder>
45
+ <add key="OldStyleTestCases" value="false" />
46
+ </TestCaseBuilder>
47
+ <TestRunner>
48
+ <add key="ApartmentState" value="MTA" />
49
+ <add key="ThreadPriority" value="Normal" />
50
+ <add key="DefaultLogThreshold" value="Error" />
51
+ </TestRunner>
52
+ </NUnit>
53
+ -->
54
+ <!--
55
+ The following <runtime> section allows running nunit tests under
56
+ .NET 1.0 by redirecting assemblies. The appliesTo attribute
57
+ causes the section to be ignored except under .NET 1.0.
58
+ -->
59
+ <runtime>
60
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"
61
+ appliesTo="v1.0.3705">
62
+ <dependentAssembly>
63
+ <assemblyIdentity name="System" publicKeyToken="b77a5c561934e089" culture="" />
64
+ <bindingRedirect oldVersion="1.0.5000.0" newVersion="1.0.3300.0" />
65
+ </dependentAssembly>
66
+ <dependentAssembly>
67
+ <assemblyIdentity name="System.Data" publicKeyToken="b77a5c561934e089" culture="" />
68
+ <bindingRedirect oldVersion="1.0.5000.0" newVersion="1.0.3300.0" />
69
+ </dependentAssembly>
70
+ <dependentAssembly>
71
+ <assemblyIdentity name="System.Drawing" publicKeyToken="b03f5f7f11d50a3a" culture="" />
72
+ <bindingRedirect oldVersion="1.0.5000.0" newVersion="1.0.3300.0" />
73
+ </dependentAssembly>
74
+ <dependentAssembly>
75
+ <assemblyIdentity name="System.Windows.Forms" publicKeyToken="b77a5c561934e089" culture="" />
76
+ <bindingRedirect oldVersion="1.0.5000.0" newVersion="1.0.3300.0" />
77
+ </dependentAssembly>
78
+ <dependentAssembly>
79
+ <assemblyIdentity name="System.Xml" publicKeyToken="b77a5c561934e089" culture="" />
80
+ <bindingRedirect oldVersion="1.0.5000.0" newVersion="1.0.3300.0" />
81
+ </dependentAssembly>
82
+ </assemblyBinding>
83
+ </runtime>
84
+ </configuration>
@@ -0,0 +1,14 @@
1
+ <NUnitProject>
2
+ <Settings appbase="." />
3
+ <Config name="Default" binpathtype="Auto">
4
+ <assembly path="nunit.framework.tests.dll" />
5
+ <assembly path="nunit.core.tests.dll" />
6
+ <assembly path="nunit.util.tests.dll" />
7
+ <assembly path="nunit.mocks.tests.dll" />
8
+ <assembly path="nunit.extensions.tests.dll" />
9
+ <assembly path="nunit-console.tests.dll" />
10
+ <assembly path="nunit.uikit.tests.dll" />
11
+ <assembly path="nunit-gui.tests.dll" />
12
+ <assembly path="nunit.fixtures.tests.dll" />
13
+ </Config>
14
+ </NUnitProject>
Binary file
@@ -0,0 +1,96 @@
1
+ @echo off
2
+ rem Run a program under a particular version of the .Net framework
3
+ rem by setting the COMPLUS_Version environment variable.
4
+ rem
5
+ rem This command was written by Charlie Poole for the NUnit project.
6
+ rem You may use it separately from NUnit at your own risk.
7
+
8
+ if "%1"=="/?" goto help
9
+ if "%1"=="?" goto help
10
+ if "%1"=="" goto GetVersion
11
+ if /I "%1"=="off" goto RemoveVersion
12
+ if "%2"=="" goto SetVersion
13
+ goto main
14
+
15
+ :help
16
+ echo Control the version of the .Net framework that is used. The
17
+ echo command has several forms:
18
+ echo.
19
+ echo CLR
20
+ echo Reports the version of the CLR that has been set
21
+ echo.
22
+ echo CLR version
23
+ echo Sets the local shell environment to use a specific
24
+ echo version of the CLR for subsequent commands.
25
+ echo.
26
+ echo CLR version command [arguments]
27
+ echo Executes a single command using the specified CLR version.
28
+ echo.
29
+ echo CLR off
30
+ echo Turns off specific version selection for commands
31
+ echo.
32
+ echo The CLR version may be specified as vn.n.n or n.n.n. In addition,
33
+ echo the following shortcuts are recognized:
34
+ echo net-1.0, 1.0 For version 1.0.3705
35
+ echo net-1.1, 1.1 For version 1.1.4322
36
+ echo beta2 For version 2.0.50215
37
+ echo net-2.0, 2.0 For version 2.0.50727
38
+ echo.
39
+ echo NOTE:
40
+ echo Any specific settings for required or supported runtime in
41
+ echo the ^<startup^> section of a program's config file will
42
+ echo override the version specified by this command, and the
43
+ echo command will have no effect.
44
+ echo.
45
+ goto done
46
+
47
+ :main
48
+
49
+ setlocal
50
+ set CMD=
51
+ call :SetVersion %1
52
+ shift /1
53
+
54
+ :loop 'Copy remaining arguments to form the command
55
+ if "%1"=="" goto run
56
+ set CMD=%CMD% %1
57
+ shift /1
58
+ goto :loop
59
+
60
+ :run 'Execute the command
61
+ %CMD%
62
+ endlocal
63
+ goto done
64
+
65
+ :SetVersion
66
+ set COMPLUS_Version=%1
67
+
68
+ rem Substitute proper format for certain names
69
+ if /I "%COMPLUS_Version:~0,1%"=="v" goto useit
70
+ if /I "%COMPLUS_Version%"=="net-1.0" set COMPLUS_Version=v1.0.3705&goto report
71
+ if /I "%COMPLUS_Version%"=="1.0" set COMPLUS_Version=v1.0.3705&goto report
72
+ if /I "%COMPLUS_Version%"=="net-1.1" set COMPLUS_Version=v1.1.4322&goto report
73
+ if /I "%COMPLUS_Version%"=="1.1" set COMPLUS_Version=v1.1.4322&goto report
74
+ if /I "%COMPLUS_Version%"=="beta2" set COMPLUS_Version=v2.0.50215&goto report
75
+ if /I "%COMPLUS_Version%"=="net-2.0" set COMPLUS_Version=v2.0.50727&goto report
76
+ if /I "%COMPLUS_Version%"=="2.0" set COMPLUS_Version=v2.0.50727&goto report
77
+
78
+ rem Add additional substitutions here, branching to report
79
+
80
+ rem assume it's a version number without 'v'
81
+ set COMPLUS_Version=v%COMPLUS_Version%
82
+
83
+ :report
84
+ echo Setting CLR version to %COMPLUS_Version%
85
+ goto done
86
+
87
+ :GetVersion
88
+ if "%COMPLUS_Version%"=="" echo CLR version is not set
89
+ if NOT "%COMPLUS_Version%"=="" echo CLR version is set to %COMPLUS_Version%
90
+ goto done
91
+
92
+ :RemoveVersion
93
+ set COMPLUS_Version=
94
+ echo CLR version is no longer set
95
+
96
+ :done