nunit 2.4.8.0 → 2.5.0.9122

Sign up to get free protection for your applications and to get access to all the features.
Files changed (276) hide show
  1. data/docs/addinsDialog.html +36 -6
  2. data/docs/assertions.html +31 -12
  3. data/docs/attributes.html +59 -36
  4. data/docs/category.html +32 -9
  5. data/docs/collectionAssert.html +30 -12
  6. data/docs/collectionConstraints.html +242 -44
  7. data/docs/combinatorial.html +130 -0
  8. data/docs/comparisonAsserts.html +12 -9
  9. data/docs/comparisonConstraints.html +159 -25
  10. data/docs/compoundConstraints.html +12 -9
  11. data/docs/conditionAsserts.html +36 -12
  12. data/docs/conditionConstraints.html +131 -25
  13. data/docs/configEditor.html +10 -5
  14. data/docs/configFiles.html +5 -6
  15. data/docs/consoleCommandLine.html +51 -24
  16. data/docs/constraintModel.html +56 -19
  17. data/docs/contextMenu.html +10 -5
  18. data/docs/culture.html +32 -9
  19. data/docs/customConstraints.html +53 -37
  20. data/docs/datapoint.html +124 -0
  21. data/docs/datapointProviders.html +105 -0
  22. data/docs/delayedConstraint.html +98 -0
  23. data/docs/description.html +32 -9
  24. data/docs/directoryAssert.html +151 -0
  25. data/docs/equalConstraint.html +167 -47
  26. data/docs/equalityAsserts.html +12 -9
  27. data/docs/eventListeners.html +110 -0
  28. data/docs/exception.html +61 -36
  29. data/docs/exceptionAsserts.html +210 -0
  30. data/docs/explicit.html +32 -9
  31. data/docs/extensibility.html +8 -8
  32. data/docs/extensionTips.html +100 -0
  33. data/docs/fileAssert.html +12 -9
  34. data/docs/files/TestResult.xml +99 -67
  35. data/docs/fixtureSetup.html +60 -18
  36. data/docs/fixtureTeardown.html +56 -17
  37. data/docs/getStarted.html +9 -4
  38. data/docs/guiCommandLine.html +10 -5
  39. data/docs/identityAsserts.html +12 -9
  40. data/docs/ignore.html +32 -9
  41. data/docs/img/addinsDialog.JPG +0 -0
  42. data/docs/img/advancedSettings.jpg +0 -0
  43. data/docs/img/assembliesTab.jpg +0 -0
  44. data/docs/img/assemblyReloadSettings.JPG +0 -0
  45. data/docs/img/configEditor.jpg +0 -0
  46. data/docs/img/console-mock.jpg +0 -0
  47. data/docs/img/generalSettings.jpg +0 -0
  48. data/docs/img/generalTab.jpg +0 -0
  49. data/docs/img/gui-screenshot.jpg +0 -0
  50. data/docs/img/gui-verify.jpg +0 -0
  51. data/docs/img/miniGui.jpg +0 -0
  52. data/docs/img/testLoadSettings.jpg +0 -0
  53. data/docs/img/testOutputSettings.jpg +0 -0
  54. data/docs/img/testProperties.jpg +0 -0
  55. data/docs/img/testResultSettings.JPG +0 -0
  56. data/docs/img/textOutputSettings.jpg +0 -0
  57. data/docs/img/treeDisplaySettings.jpg +0 -0
  58. data/docs/img/visualStudioSettings.jpg +0 -0
  59. data/docs/index.html +15 -8
  60. data/docs/installation.html +33 -75
  61. data/docs/license.html +9 -4
  62. data/docs/listMapper.html +12 -9
  63. data/docs/mainMenu.html +18 -8
  64. data/docs/maxtime.html +109 -0
  65. data/docs/multiAssembly.html +5 -6
  66. data/docs/nunit-console.html +9 -4
  67. data/docs/nunit-gui.html +32 -15
  68. data/docs/nunit.css +3 -3
  69. data/docs/nunitAddins.html +41 -144
  70. data/docs/pairwise.html +114 -0
  71. data/docs/parameterizedTests.html +141 -0
  72. data/docs/pathConstraints.html +162 -0
  73. data/docs/platform.html +37 -9
  74. data/docs/pnunit.html +93 -0
  75. data/docs/projectEditor.html +82 -11
  76. data/docs/property.html +39 -10
  77. data/docs/propertyConstraint.html +12 -9
  78. data/docs/quickStart.html +9 -4
  79. data/docs/random.html +138 -0
  80. data/docs/range.html +149 -0
  81. data/docs/releaseDetail.html +861 -0
  82. data/docs/releaseNotes.html +457 -1133
  83. data/docs/repeat.html +104 -0
  84. data/docs/requiredAddin.html +153 -0
  85. data/docs/requiresMTA.html +152 -0
  86. data/docs/requiresSTA.html +153 -0
  87. data/docs/requiresThread.html +153 -0
  88. data/docs/sameasConstraint.html +23 -17
  89. data/docs/samples.html +12 -9
  90. data/docs/sequential.html +132 -0
  91. data/docs/setCulture.html +32 -9
  92. data/docs/{optionsDialog.html → settingsDialog.html} +89 -53
  93. data/docs/setup.html +61 -16
  94. data/docs/setupFixture.html +32 -9
  95. data/docs/stringAssert.html +15 -12
  96. data/docs/stringConstraints.html +12 -9
  97. data/docs/suite.html +32 -11
  98. data/docs/suiteBuilders.html +106 -0
  99. data/docs/teardown.html +56 -16
  100. data/docs/test.html +67 -18
  101. data/docs/testCase.html +168 -0
  102. data/docs/testCaseSource.html +284 -0
  103. data/docs/testDecorators.html +117 -0
  104. data/docs/testFixture.html +228 -16
  105. data/docs/testProperties.html +10 -5
  106. data/docs/testcaseBuilders.html +117 -0
  107. data/docs/testcaseProviders.html +122 -0
  108. data/docs/theory.html +208 -0
  109. data/docs/throwsConstraint.html +112 -0
  110. data/docs/timeout.html +109 -0
  111. data/docs/typeAsserts.html +47 -14
  112. data/docs/typeConstraints.html +12 -9
  113. data/docs/upgrade.html +23 -17
  114. data/docs/utilityAsserts.html +38 -16
  115. data/docs/valueSource.html +137 -0
  116. data/docs/values.html +136 -0
  117. data/docs/vsSupport.html +5 -6
  118. data/lib/net-1.1/NUnitTests.config +2 -2
  119. data/lib/net-1.1/NUnitTests.nunit +8 -11
  120. data/lib/net-1.1/agent.conf +4 -0
  121. data/lib/net-1.1/agent.log.conf +18 -0
  122. data/lib/net-1.1/framework/nunit.framework.dll +0 -0
  123. data/lib/net-1.1/framework/nunit.framework.xml +9321 -0
  124. data/lib/net-1.1/framework/nunit.mocks.dll +0 -0
  125. data/lib/net-1.1/framework/pnunit.framework.dll +0 -0
  126. data/lib/net-1.1/launcher.log.conf +18 -0
  127. data/lib/net-1.1/{fit.dll → lib/fit.dll} +0 -0
  128. data/lib/net-1.1/lib/log4net.dll +0 -0
  129. data/lib/net-1.1/lib/nunit-console-runner.dll +0 -0
  130. data/lib/net-1.1/lib/nunit.core.dll +0 -0
  131. data/lib/net-1.1/lib/nunit.core.interfaces.dll +0 -0
  132. data/lib/net-1.1/lib/nunit.fixtures.dll +0 -0
  133. data/lib/net-1.1/lib/nunit.util.dll +0 -0
  134. data/lib/net-1.1/nunit-agent.exe +0 -0
  135. data/lib/net-1.1/{nunit.exe.config → nunit-agent.exe.config} +21 -55
  136. data/lib/net-1.1/nunit-console.exe +0 -0
  137. data/lib/net-1.1/nunit-console.exe.config +19 -49
  138. data/lib/net-1.1/nunit.framework.dll +0 -0
  139. data/lib/net-1.1/pnunit-agent.exe +0 -0
  140. data/lib/net-1.1/pnunit-agent.exe.config +87 -0
  141. data/lib/net-1.1/pnunit-launcher.exe +0 -0
  142. data/lib/net-1.1/pnunit-launcher.exe.config +87 -0
  143. data/lib/net-1.1/pnunit.framework.dll +0 -0
  144. data/lib/net-1.1/pnunit.tests.dll +0 -0
  145. data/lib/net-1.1/runpnunit.bat +2 -0
  146. data/lib/net-1.1/test.conf +24 -0
  147. data/lib/net-1.1/{loadtest-assembly.dll → tests/loadtest-assembly.dll} +0 -0
  148. data/lib/net-1.1/tests/mock-assembly.dll +0 -0
  149. data/lib/net-1.1/tests/nonamespace-assembly.dll +0 -0
  150. data/lib/net-1.1/tests/nunit-console.tests.dll +0 -0
  151. data/lib/net-1.1/tests/nunit.core.tests.dll +0 -0
  152. data/lib/net-1.1/tests/nunit.fixtures.tests.dll +0 -0
  153. data/lib/net-1.1/tests/nunit.framework.dll +0 -0
  154. data/lib/net-1.1/tests/nunit.framework.tests.dll +0 -0
  155. data/lib/net-1.1/tests/nunit.mocks.tests.dll +0 -0
  156. data/lib/net-1.1/{nunit.util.tests.dll → tests/nunit.util.tests.dll} +0 -0
  157. data/lib/net-1.1/tests/test-assembly.dll +0 -0
  158. data/lib/net-1.1/tests/test-utilities.dll +0 -0
  159. data/lib/net-1.1/tests/timing-tests.dll +0 -0
  160. data/lib/net-2.0/NUnitTests.config +2 -2
  161. data/lib/net-2.0/NUnitTests.nunit +11 -11
  162. data/lib/net-2.0/agent.conf +4 -0
  163. data/lib/net-2.0/agent.log.conf +18 -0
  164. data/lib/net-2.0/framework/nunit.framework.dll +0 -0
  165. data/lib/net-2.0/framework/nunit.framework.xml +9803 -0
  166. data/lib/net-2.0/framework/nunit.mocks.dll +0 -0
  167. data/lib/net-2.0/framework/pnunit.framework.dll +0 -0
  168. data/lib/net-2.0/launcher.log.conf +18 -0
  169. data/lib/{net-1.1 → net-2.0/lib}/Failure.jpg +0 -0
  170. data/lib/net-2.0/{Success.jpg → lib/Gray.jpg} +0 -0
  171. data/lib/{net-1.1 → net-2.0/lib}/Ignored.jpg +0 -0
  172. data/lib/{net-1.1 → net-2.0/lib}/Success.jpg +0 -0
  173. data/lib/net-2.0/{fit.dll → lib/fit.dll} +0 -0
  174. data/lib/net-2.0/lib/log4net.dll +0 -0
  175. data/lib/net-2.0/lib/nunit-console-runner.dll +0 -0
  176. data/lib/net-2.0/lib/nunit-gui-runner.dll +0 -0
  177. data/lib/net-2.0/lib/nunit.core.dll +0 -0
  178. data/lib/net-2.0/lib/nunit.core.interfaces.dll +0 -0
  179. data/lib/net-2.0/lib/nunit.fixtures.dll +0 -0
  180. data/lib/net-2.0/lib/nunit.uiexception.dll +0 -0
  181. data/lib/net-2.0/lib/nunit.uikit.dll +0 -0
  182. data/lib/net-2.0/lib/nunit.util.dll +0 -0
  183. data/lib/net-2.0/nunit-agent.exe +0 -0
  184. data/lib/net-2.0/nunit-agent.exe.config +87 -0
  185. data/lib/net-2.0/nunit-console-x86.exe +0 -0
  186. data/lib/net-2.0/nunit-console-x86.exe.config +19 -49
  187. data/lib/net-2.0/nunit-console.exe +0 -0
  188. data/lib/net-2.0/nunit-console.exe.config +19 -49
  189. data/lib/net-2.0/nunit-x86.exe +0 -0
  190. data/lib/net-2.0/nunit-x86.exe.config +48 -74
  191. data/lib/net-2.0/nunit.exe +0 -0
  192. data/lib/net-2.0/nunit.exe.config +48 -74
  193. data/lib/net-2.0/nunit.framework.dll +0 -0
  194. data/lib/net-2.0/pnunit-agent.exe +0 -0
  195. data/lib/net-2.0/pnunit-agent.exe.config +87 -0
  196. data/lib/net-2.0/pnunit-launcher.exe +0 -0
  197. data/lib/net-2.0/pnunit-launcher.exe.config +87 -0
  198. data/lib/net-2.0/pnunit.framework.dll +0 -0
  199. data/lib/net-2.0/pnunit.tests.dll +0 -0
  200. data/lib/net-2.0/runpnunit.bat +2 -0
  201. data/lib/net-2.0/test.conf +24 -0
  202. data/lib/net-2.0/{loadtest-assembly.dll → tests/loadtest-assembly.dll} +0 -0
  203. data/lib/net-2.0/tests/mock-assembly.dll +0 -0
  204. data/lib/net-2.0/tests/nonamespace-assembly.dll +0 -0
  205. data/lib/net-2.0/tests/nunit-console.tests.dll +0 -0
  206. data/lib/net-2.0/tests/nunit-gui.tests.dll +0 -0
  207. data/lib/net-2.0/tests/nunit.core.tests.dll +0 -0
  208. data/lib/net-2.0/tests/nunit.fixtures.tests.dll +0 -0
  209. data/lib/net-2.0/tests/nunit.framework.dll +0 -0
  210. data/lib/net-2.0/tests/nunit.framework.tests.dll +0 -0
  211. data/lib/net-2.0/tests/nunit.mocks.tests.dll +0 -0
  212. data/lib/net-2.0/tests/nunit.uiexception.tests.dll +0 -0
  213. data/lib/net-2.0/tests/nunit.uikit.tests.dll +0 -0
  214. data/lib/net-2.0/{nunit.util.tests.dll → tests/nunit.util.tests.dll} +0 -0
  215. data/lib/net-2.0/tests/test-assembly.dll +0 -0
  216. data/lib/net-2.0/tests/test-utilities.dll +0 -0
  217. data/lib/net-2.0/tests/timing-tests.dll +0 -0
  218. metadata +131 -74
  219. data/docs/classicModel.html +0 -92
  220. data/docs/customAsserts.html +0 -115
  221. data/docs/features.html +0 -75
  222. data/docs/files/Thumbs.db +0 -0
  223. data/docs/platformSupport.html +0 -99
  224. data/lib/net-1.1/mock-assembly.dll +0 -0
  225. data/lib/net-1.1/nonamespace-assembly.dll +0 -0
  226. data/lib/net-1.1/notestfixtures-assembly.dll +0 -0
  227. data/lib/net-1.1/nunit-console-runner.dll +0 -0
  228. data/lib/net-1.1/nunit-console.tests.dll +0 -0
  229. data/lib/net-1.1/nunit-gui-runner.dll +0 -0
  230. data/lib/net-1.1/nunit-gui.tests.dll +0 -0
  231. data/lib/net-1.1/nunit.core.dll +0 -0
  232. data/lib/net-1.1/nunit.core.extensions.dll +0 -0
  233. data/lib/net-1.1/nunit.core.interfaces.dll +0 -0
  234. data/lib/net-1.1/nunit.core.tests.dll +0 -0
  235. data/lib/net-1.1/nunit.exe +0 -0
  236. data/lib/net-1.1/nunit.extensions.tests.dll +0 -0
  237. data/lib/net-1.1/nunit.fixtures.dll +0 -0
  238. data/lib/net-1.1/nunit.fixtures.tests.dll +0 -0
  239. data/lib/net-1.1/nunit.framework.extensions.dll +0 -0
  240. data/lib/net-1.1/nunit.framework.tests.dll +0 -0
  241. data/lib/net-1.1/nunit.framework.xml +0 -5622
  242. data/lib/net-1.1/nunit.mocks.dll +0 -0
  243. data/lib/net-1.1/nunit.mocks.tests.dll +0 -0
  244. data/lib/net-1.1/nunit.uikit.dll +0 -0
  245. data/lib/net-1.1/nunit.uikit.tests.dll +0 -0
  246. data/lib/net-1.1/nunit.util.dll +0 -0
  247. data/lib/net-1.1/test-assembly.dll +0 -0
  248. data/lib/net-1.1/test-utilities.dll +0 -0
  249. data/lib/net-1.1/timing-tests.dll +0 -0
  250. data/lib/net-2.0/Failure.jpg +0 -0
  251. data/lib/net-2.0/Ignored.jpg +0 -0
  252. data/lib/net-2.0/mock-assembly.dll +0 -0
  253. data/lib/net-2.0/nonamespace-assembly.dll +0 -0
  254. data/lib/net-2.0/notestfixtures-assembly.dll +0 -0
  255. data/lib/net-2.0/nunit-console-runner.dll +0 -0
  256. data/lib/net-2.0/nunit-console.tests.dll +0 -0
  257. data/lib/net-2.0/nunit-gui-runner.dll +0 -0
  258. data/lib/net-2.0/nunit-gui.tests.dll +0 -0
  259. data/lib/net-2.0/nunit.core.dll +0 -0
  260. data/lib/net-2.0/nunit.core.extensions.dll +0 -0
  261. data/lib/net-2.0/nunit.core.interfaces.dll +0 -0
  262. data/lib/net-2.0/nunit.core.tests.dll +0 -0
  263. data/lib/net-2.0/nunit.extensions.tests.dll +0 -0
  264. data/lib/net-2.0/nunit.fixtures.dll +0 -0
  265. data/lib/net-2.0/nunit.fixtures.tests.dll +0 -0
  266. data/lib/net-2.0/nunit.framework.extensions.dll +0 -0
  267. data/lib/net-2.0/nunit.framework.tests.dll +0 -0
  268. data/lib/net-2.0/nunit.framework.xml +0 -5622
  269. data/lib/net-2.0/nunit.mocks.dll +0 -0
  270. data/lib/net-2.0/nunit.mocks.tests.dll +0 -0
  271. data/lib/net-2.0/nunit.uikit.dll +0 -0
  272. data/lib/net-2.0/nunit.uikit.tests.dll +0 -0
  273. data/lib/net-2.0/nunit.util.dll +0 -0
  274. data/lib/net-2.0/test-assembly.dll +0 -0
  275. data/lib/net-2.0/test-utilities.dll +0 -0
  276. data/lib/net-2.0/timing-tests.dll +0 -0
@@ -0,0 +1,93 @@
1
+ <!-- saved from url=(0014)about:internet --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
2
+ <html>
3
+ <!-- Standard Head Part -->
4
+ <head>
5
+ <title>NUnit - Pnunit</title>
6
+ <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
7
+ <meta http-equiv="Content-Language" content="en-US">
8
+ <link rel="stylesheet" type="text/css" href="nunit.css">
9
+ <link rel="shortcut icon" href="favicon.ico">
10
+ </head>
11
+ <!-- End Standard Head Part -->
12
+
13
+ <body>
14
+
15
+ <!-- Standard Header for NUnit.org -->
16
+ <div id="header">
17
+ <a id="logo" href="http://www.nunit.org"><img src="img/logo.gif" alt="NUnit.org" title="NUnit.org"></a>
18
+ <div id="nav">
19
+ <a href="http://www.nunit.org">NUnit</a>
20
+ <a class="active" href="index.html">Documentation</a>
21
+ </div>
22
+ </div>
23
+ <!-- End of Header -->
24
+
25
+ <div id="content">
26
+
27
+ <h2>PNUnit</h2>
28
+
29
+ <p><b>PNUnit</b> stands for "Parallel NUnit." It is an extension of NUNit
30
+ developed by Pablo Santos Luaces and his team at Codice Software for
31
+ their internal use in testing the Plastic (TM) Software Configuration
32
+ Management System. Codice released PNUnit to the community in 2007.
33
+
34
+ <p>As part of the NUnit 2.5 release, we worked with the NUnit and PNUnit
35
+ teams worked together to make PNUnit work with NUnit without any modifications.
36
+ PNUnit is now included in the NUnit distribution.
37
+
38
+ <h3>How it Works</h3>
39
+
40
+ <p><b>PNUnit</b> is not intended for "casual" parallelism merely to
41
+ make the tests run faster. Rather, it's intended as a way to test
42
+ applications composed of distributed, communicating components. Tests
43
+ of each component run in parallel and use memory barriers to synchronize
44
+ their operation.
45
+
46
+ <p>PNUnit uses a special executable to launch its tests.
47
+ The launcher reads an xml file that specifies the tests to be
48
+ executed and where they should run, whether on the same machine or
49
+ on another machine on the network.
50
+
51
+ <p>For more information about using PNUnit, consult the
52
+ <a href="http://www.codicesoftware.com/opdownloads2/oppnunit.aspx">documentation</a>
53
+ at <a href="http://www.codicesoftware.com">www.codicesoftware.com</a>
54
+
55
+ <h3>Future Plans</h3>
56
+
57
+ <p>PNUnit will be integrated with NUnit so that parallel, distributed tests
58
+ may be used through the normal NUnit console or gui runners.
59
+ </div>
60
+
61
+ <!-- Submenu -->
62
+ <div id="subnav">
63
+ <ul>
64
+ <li><a href="index.html">NUnit 2.5</a></li>
65
+ <ul>
66
+ <li><a href="getStarted.html">Getting&nbsp;Started</a></li>
67
+ <li><a href="assertions.html">Assertions</a></li>
68
+ <li><a href="constraintModel.html">Constraints</a></li>
69
+ <li><a href="attributes.html">Attributes</a></li>
70
+ <li><a href="nunit-console.html">Console&nbsp;Runner</a></li>
71
+ <li><a href="nunit-gui.html">Gui&nbsp;Runner</a></li>
72
+ <li><a href="configFiles.html">Configuration&nbsp;Files</a></li>
73
+ <li id="current"><a href="pnunit.html">PNUnit</a></li>
74
+ <li><a href="multiAssembly.html">Multiple&nbsp;Assemblies</a></li>
75
+ <li><a href="vsSupport.html">Visual&nbsp;Studio&nbsp;Support</a></li>
76
+ <li><a href="extensibility.html">Extensibility</a></li>
77
+ <li><a href="releaseNotes.html">Release&nbsp;Notes</a></li>
78
+ <li><a href="samples.html">Samples</a></li>
79
+ <li><a href="license.html">License</a></li>
80
+ </ul>
81
+ </ul>
82
+ </div>
83
+ <!-- End of Submenu -->
84
+
85
+
86
+ <!-- Standard Footer for NUnit.org -->
87
+ <div id="footer">
88
+ Copyright &copy; 2009 Charlie Poole. All Rights Reserved.
89
+ </div>
90
+ <!-- End of Footer -->
91
+
92
+ </body>
93
+ </html>
@@ -1,4 +1,4 @@
1
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
1
+ <!-- saved from url=(0014)about:internet --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
2
2
  <html>
3
3
  <!-- Standard Head Part -->
4
4
  <head>
@@ -35,12 +35,59 @@ consists of a common area and two tabs, as seen in the image below.</p>
35
35
 
36
36
  <h3>Common Area</h3>
37
37
 
38
- <p>The common area of the Project Editor contains a label showing the full path
39
- to the project file. There is an edit box, allowing the user to change
40
- the project AppBase, which defaults to the directory of the project file.
41
- There is also a dropdown combo box permitting selection of the configuration
42
- to be edited and a button, which opens the
43
- <a href="configEditor.html">Configuration Editor</a>.</p>
38
+ <p>The common area of the Project Editor contains information pertaining to
39
+ the project as a whole. Information that applies to a particular configuration
40
+ is displayed in the General and Assemblies tabs.
41
+
42
+ <h4>Project Path</h4>
43
+ <p>This label shows the full path to the project file. In the case of a
44
+ wrapper project, the path is set to the same directory as the assembly
45
+ that was initially opened.
46
+
47
+ <h4>Application Base</h4>
48
+ <p>This TextBox allows the user to change the project AppBase, which defaults to
49
+ the directory of the project file. The button to the right of the TextBox
50
+ allows the user to browse and select a directory.
51
+
52
+ <h4>Process Model</h4>
53
+ <p>This dropdown list allows you to specify how operating system processes are
54
+ used in loading and running the tests in this project. Four settings are
55
+ defined:
56
+ <ul>
57
+ <li>The <b>Default</b> setting refers to the option selected by the user
58
+ on the Assembly Isolation page of the NUnit Settings Dialog.
59
+ <li><b>Single</b> means that tests are run in a test domain in the
60
+ same process as NUnit. This is the way previous versions of NUnit
61
+ ran tests.
62
+ <li><b>Separate</b> means that all the tests are run in a separate process
63
+ that NUnit creates.
64
+ <li><b>Multiple</b> means that NUnit will create a separate process for
65
+ each test assembly in the project and run its tests there.
66
+ </ul>
67
+
68
+ <h4>Domain Usage</h4>
69
+ <p>This dropdown list allows you to specify how tests are loaded into
70
+ AppDomains by NUnit. Three settings are defined:
71
+ <ul>
72
+ <li>The <b>Default</b> setting refers to the option selected by the user
73
+ on the Assembly Isolation page of the NUnit Settings Dialog.
74
+ <li><b>Single</b> means that all tests will run in a single test domain
75
+ created by NUnit. This was the way versions of NUnit prior to 2.4
76
+ ran tests.
77
+ <li><b>Multiple</b> means that each test assembly is loaded into a
78
+ separate AppDomain. This setting is not available when Multiple
79
+ processes are selected in the Process Model dropown.
80
+ </ul>
81
+
82
+ <h4>Configuration</h4>
83
+ <p>This dropdown list allows you to select the particular configuration
84
+ within a project that is displayed in the bottom part of the dialog.
85
+
86
+ <h4>Edit Configs...</h4>
87
+ <p>This button opens the
88
+ <a href="configEditor.html">Configuration Editor</a>,
89
+ which allows you to add, delete or rename configs and set the
90
+ active configuration.
44
91
 
45
92
  <div class="screenshot-left">
46
93
  <img src="img/generalTab.jpg"></div>
@@ -50,6 +97,25 @@ consists of a common area and two tabs, as seen in the image below.</p>
50
97
  <p>The General tab allows setting a number of options pertaining to the selected configuration, all of
51
98
  which will be stored in the NUnit project file as attributes of the <config> xml node.</p>
52
99
 
100
+ <h4>Runtime</h4>
101
+ <p>This dropdown allows you to select a particular runtime framework to be used
102
+ for loading and running tests under the current configuration. Currently,
103
+ only Microsoft .NET and Mono are supported. If <b>Any</b> is selected, the
104
+ tests will be run under the same runtime that NUnit itself is currently using.
105
+
106
+ <h4>Version</h4>
107
+ <p>This TextBox allows you to select the particular version of the runtime framework
108
+ to be used for loading and running tests under the current configuration. It
109
+ may be left blank if any version is acceptable or you may specify a version
110
+ using two, three or four components.
111
+
112
+ <p><b>Note:</b> Running tests under a different runtime or version from the one that NUnit
113
+ is currently using will force them to run in a separate process.
114
+
115
+ <p><b>Note:</b> To conform with normal usage, specifying Mono as the runtime
116
+ with "1.0" as the version results in use of the Mono 1.0 profile, equating
117
+ to version 1.1.4322.
118
+
53
119
  <h4>ApplicationBase</h4>
54
120
  <p>The ApplicationBase defaults to the directory containing the project file. Beginning
55
121
  with NUnit 2.2.3, it may be set to any location that is desired.</p>
@@ -90,10 +156,11 @@ the contents to change the path to the assembly.
90
156
  <!-- Submenu -->
91
157
  <div id="subnav">
92
158
  <ul>
93
- <li><a href="index.html">NUnit 2.4.8</a></li>
159
+ <li><a href="index.html">NUnit 2.5</a></li>
94
160
  <ul>
95
161
  <li><a href="getStarted.html">Getting&nbsp;Started</a></li>
96
162
  <li><a href="assertions.html">Assertions</a></li>
163
+ <li><a href="constraintModel.html">Constraints</a></li>
97
164
  <li><a href="attributes.html">Attributes</a></li>
98
165
  <li><a href="nunit-console.html">Console&nbsp;Runner</a></li>
99
166
  <li><a href="nunit-gui.html">Gui&nbsp;Runner</a></li>
@@ -101,13 +168,17 @@ the contents to change the path to the assembly.
101
168
  <li><a href="guiCommandLine.html">Command-Line</a></li>
102
169
  <li><a href="mainMenu.html">Main&nbsp;Menu</a></li>
103
170
  <li><a href="contextMenu.html">Context&nbsp;Menu</a></li>
104
- <li><a href="optionsDialog.html">Options&nbsp;Dialog</a></li>
171
+ <li><a href="settingsDialog.html">Settings&nbsp;Dialog</a></li>
105
172
  <li><a href="addinsDialog.html">Addins&nbsp;Dialog</a></li>
106
173
  <li><a href="testProperties.html">Test&nbsp;Properties</a></li>
107
174
  <li><a href="configEditor.html">Configuration&nbsp;Editor</a></li>
108
175
  <li id="current"><a href="projectEditor.html">Project&nbsp;Editor</a></li>
109
176
  </ul>
110
- <li><a href="features.html">Other&nbsp;Features</a></li>
177
+ <li><a href="configFiles.html">Configuration&nbsp;Files</a></li>
178
+ <li><a href="pnunit.html">PNUnit</a></li>
179
+ <li><a href="multiAssembly.html">Multiple&nbsp;Assemblies</a></li>
180
+ <li><a href="vsSupport.html">Visual&nbsp;Studio&nbsp;Support</a></li>
181
+ <li><a href="extensibility.html">Extensibility</a></li>
111
182
  <li><a href="releaseNotes.html">Release&nbsp;Notes</a></li>
112
183
  <li><a href="samples.html">Samples</a></li>
113
184
  <li><a href="license.html">License</a></li>
@@ -119,7 +190,7 @@ the contents to change the path to the assembly.
119
190
 
120
191
  <!-- Standard Footer for NUnit.org -->
121
192
  <div id="footer">
122
- Copyright &copy; 2008 Charlie Poole. All Rights Reserved.
193
+ Copyright &copy; 2009 Charlie Poole. All Rights Reserved.
123
194
  </div>
124
195
  <!-- End of Footer -->
125
196
 
@@ -1,4 +1,4 @@
1
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
1
+ <!-- saved from url=(0014)about:internet --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
2
2
  <html>
3
3
  <!-- Standard Head Part -->
4
4
  <head>
@@ -138,7 +138,8 @@ dialog of the gui.</p>
138
138
  attributes that derive from <b>PropertyAttribute</b> and have them
139
139
  recognized by NUnit. PropertyAttribute provides a protected constructor
140
140
  that takes the value of the property and sets the property name to the
141
- name of the derived class.
141
+ name of the derived class. NUnit itself uses this facility: some of
142
+ it's specialized attributes are actually specializations of <b>PropertyAttribute</b>.
142
143
 
143
144
  <p>Here's an example that creates a Severity property. It works
144
145
  just like any other property, but has a simpler syntax and is type-safe.
@@ -167,39 +168,67 @@ public void MyTest()
167
168
  { /*...*/ }
168
169
  </pre></div>
169
170
 
171
+ <p>Beginning with NUnit 2.5, a property attribute is able to contain
172
+ multiple name/value pairs. This capability is not exposed publicly
173
+ but may be used by derived property classes. NUnit uses this
174
+ feature itself for certain attributes. See, for example,
175
+ <a href="requiresThread.html">RequiresThreadAttribute</a>.
170
176
 
171
177
  </div>
172
178
 
173
179
  <!-- Submenu -->
174
180
  <div id="subnav">
175
181
  <ul>
176
- <li><a href="index.html">NUnit 2.4.8</a></li>
182
+ <li><a href="index.html">NUnit 2.5</a></li>
177
183
  <ul>
178
184
  <li><a href="getStarted.html">Getting&nbsp;Started</a></li>
179
185
  <li><a href="assertions.html">Assertions</a></li>
186
+ <li><a href="constraintModel.html">Constraints</a></li>
180
187
  <li><a href="attributes.html">Attributes</a></li>
181
188
  <ul>
182
189
  <li><a href="category.html">Category</a></li>
190
+ <li><a href="combinatorial.html">Combinatorial</a></li>
183
191
  <li><a href="culture.html">Culture</a></li>
192
+ <li><a href="datapoint.html">Datapoint(s)</a></li>
184
193
  <li><a href="description.html">Description</a></li>
185
- <li><a href="exception.html">Expected&nbsp;Exception</a></li>
194
+ <li><a href="exception.html">Exception</a></li>
186
195
  <li><a href="explicit.html">Explicit</a></li>
187
196
  <li><a href="ignore.html">Ignore</a></li>
197
+ <li><a href="maxtime.html">Maxtime</a></li>
198
+ <li><a href="pairwise.html">Pairwise</a></li>
188
199
  <li><a href="platform.html">Platform</a></li>
189
200
  <li id="current"><a href="property.html">Property</a></li>
201
+ <li><a href="random.html">Random</a></li>
202
+ <li><a href="range.html">Range</a></li>
203
+ <li><a href="repeat.html">Repeat</a></li>
204
+ <li><a href="requiredAddin.html">RequiredAddin</a></li>
205
+ <li><a href="requiresMTA.html">Requires&nbsp;MTA</a></li>
206
+ <li><a href="requiresSTA.html">Requires&nbsp;STA</a></li>
207
+ <li><a href="requiresThread.html">Requires&nbsp;Thread</a></li>
208
+ <li><a href="sequential.html">Sequential</a></li>
190
209
  <li><a href="setCulture.html">SetCulture</a></li>
191
210
  <li><a href="setup.html">Setup</a></li>
192
- <li><a href="setupFixture.html">SetUp&nbsp;Fixture</a></li>
211
+ <li><a href="setupFixture.html">SetupFixture</a></li>
193
212
  <li><a href="suite.html">Suite</a></li>
194
213
  <li><a href="teardown.html">Teardown</a></li>
195
214
  <li><a href="test.html">Test</a></li>
196
- <li><a href="testFixture.html">Test&nbsp;Fixture</a></li>
197
- <li><a href="fixtureSetup.html">Test&nbsp;Fixture&nbsp;SetUp</a></li>
198
- <li><a href="fixtureTeardown.html">Test&nbsp;Fixture&nbsp;TearDown</a></li>
215
+ <li><a href="testCase.html">TestCase</a></li>
216
+ <li><a href="testCaseSource.html">TestCaseSource</a></li>
217
+ <li><a href="testFixture.html">TestFixture</a></li>
218
+ <li><a href="fixtureSetup.html">TestFixtureSetUp</a></li>
219
+ <li><a href="fixtureTeardown.html">TestFixtureTearDown</a></li>
220
+ <li><a href="theory.html">Theory</a></li>
221
+ <li><a href="timeout.html">Timeout</a></li>
222
+ <li><a href="values.html">Values</a></li>
223
+ <li><a href="valueSource.html">ValueSource</a></li>
199
224
  </ul>
200
225
  <li><a href="nunit-console.html">Console&nbsp;Runner</a></li>
201
226
  <li><a href="nunit-gui.html">Gui&nbsp;Runner</a></li>
202
- <li><a href="features.html">Other&nbsp;Features</a></li>
227
+ <li><a href="configFiles.html">Configuration&nbsp;Files</a></li>
228
+ <li><a href="pnunit.html">PNUnit</a></li>
229
+ <li><a href="multiAssembly.html">Multiple&nbsp;Assemblies</a></li>
230
+ <li><a href="vsSupport.html">Visual&nbsp;Studio&nbsp;Support</a></li>
231
+ <li><a href="extensibility.html">Extensibility</a></li>
203
232
  <li><a href="releaseNotes.html">Release&nbsp;Notes</a></li>
204
233
  <li><a href="samples.html">Samples</a></li>
205
234
  <li><a href="license.html">License</a></li>
@@ -211,7 +240,7 @@ public void MyTest()
211
240
 
212
241
  <!-- Standard Footer for NUnit.org -->
213
242
  <div id="footer">
214
- Copyright &copy; 2008 Charlie Poole. All Rights Reserved.
243
+ Copyright &copy; 2009 Charlie Poole. All Rights Reserved.
215
244
  </div>
216
245
  <!-- End of Footer -->
217
246
 
@@ -1,4 +1,4 @@
1
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
1
+ <!-- saved from url=(0014)about:internet --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
2
2
  <html>
3
3
  <!-- Standard Head Part -->
4
4
  <head>
@@ -45,31 +45,34 @@ to be applied to the property.
45
45
  <!-- Submenu -->
46
46
  <div id="subnav">
47
47
  <ul>
48
- <li><a href="index.html">NUnit 2.4.8</a></li>
48
+ <li><a href="index.html">NUnit 2.5</a></li>
49
49
  <ul>
50
50
  <li><a href="getStarted.html">Getting&nbsp;Started</a></li>
51
51
  <li><a href="assertions.html">Assertions</a></li>
52
- <ul>
53
- <li><a href="classicModel.html">Classic&nbsp;Model</a></li>
54
- <li><a href="constraintModel.html">Constraint&nbsp;Model</a></li>
52
+ <li><a href="constraintModel.html">Constraints</a></li>
55
53
  <ul>
56
54
  <li><a href="equalConstraint.html">Equal&nbsp;Constraint</a></li>
57
55
  <li><a href="sameasConstraint.html">SameAs&nbsp;Constraint</a></li>
58
56
  <li><a href="conditionConstraints.html">Condition&nbsp;Constraints</a></li>
59
57
  <li><a href="comparisonConstraints.html">Comparison&nbsp;Constrants</a></li>
58
+ <li><a href="pathConstraints.html">Path&nbsp;Constraints</a></li>
60
59
  <li><a href="typeConstraints.html">Type&nbsp;Constraints</a></li>
61
60
  <li><a href="stringConstraints.html">String&nbsp;Constraints</a></li>
62
61
  <li><a href="collectionConstraints.html">Collection&nbsp;Constraints</a></li>
63
62
  <li id="current"><a href="propertyConstraint.html">Property&nbsp;Constraint</a></li>
63
+ <li><a href="throwsConstraint.html">Throws&nbsp;Constraint</a></li>
64
64
  <li><a href="compoundConstraints.html">Compound&nbsp;Constraints</a></li>
65
- <li><a href="customConstraints.html">Custom&nbsp;Constraints</a></li>
65
+ <li><a href="delayedConstraint.html">Delayed&nbsp;Constraint</a></li>
66
66
  <li><a href="listMapper.html">List&nbsp;Mapper</a></li>
67
67
  </ul>
68
- </ul>
69
68
  <li><a href="attributes.html">Attributes</a></li>
70
69
  <li><a href="nunit-console.html">Console&nbsp;Runner</a></li>
71
70
  <li><a href="nunit-gui.html">Gui&nbsp;Runner</a></li>
72
- <li><a href="features.html">Other&nbsp;Features</a></li>
71
+ <li><a href="configFiles.html">Configuration&nbsp;Files</a></li>
72
+ <li><a href="pnunit.html">PNUnit</a></li>
73
+ <li><a href="multiAssembly.html">Multiple&nbsp;Assemblies</a></li>
74
+ <li><a href="vsSupport.html">Visual&nbsp;Studio&nbsp;Support</a></li>
75
+ <li><a href="extensibility.html">Extensibility</a></li>
73
76
  <li><a href="releaseNotes.html">Release&nbsp;Notes</a></li>
74
77
  <li><a href="samples.html">Samples</a></li>
75
78
  <li><a href="license.html">License</a></li>
@@ -81,7 +84,7 @@ to be applied to the property.
81
84
 
82
85
  <!-- Standard Footer for NUnit.org -->
83
86
  <div id="footer">
84
- Copyright &copy; 2008 Charlie Poole. All Rights Reserved.
87
+ Copyright &copy; 2009 Charlie Poole. All Rights Reserved.
85
88
  </div>
86
89
  <!-- End of Footer -->
87
90
 
@@ -1,4 +1,4 @@
1
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
1
+ <!-- saved from url=(0014)about:internet --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
2
2
  <html>
3
3
  <!-- Standard Head Part -->
4
4
  <head>
@@ -283,7 +283,7 @@ public void TransferWithInsufficientFundsAtomicity()
283
283
  <!-- Submenu -->
284
284
  <div id="subnav">
285
285
  <ul>
286
- <li><a href="index.html">NUnit 2.4.8</a></li>
286
+ <li><a href="index.html">NUnit 2.5</a></li>
287
287
  <ul>
288
288
  <li><a href="getStarted.html">Getting&nbsp;Started</a></li>
289
289
  <ul>
@@ -291,10 +291,15 @@ public void TransferWithInsufficientFundsAtomicity()
291
291
  <li><a href="installation.html">Installation</a></li>
292
292
  </ul>
293
293
  <li><a href="assertions.html">Assertions</a></li>
294
+ <li><a href="constraintModel.html">Constraints</a></li>
294
295
  <li><a href="attributes.html">Attributes</a></li>
295
296
  <li><a href="nunit-console.html">Console&nbsp;Runner</a></li>
296
297
  <li><a href="nunit-gui.html">Gui&nbsp;Runner</a></li>
297
- <li><a href="features.html">Other&nbsp;Features</a></li>
298
+ <li><a href="configFiles.html">Configuration&nbsp;Files</a></li>
299
+ <li><a href="pnunit.html">PNUnit</a></li>
300
+ <li><a href="multiAssembly.html">Multiple&nbsp;Assemblies</a></li>
301
+ <li><a href="vsSupport.html">Visual&nbsp;Studio&nbsp;Support</a></li>
302
+ <li><a href="extensibility.html">Extensibility</a></li>
298
303
  <li><a href="releaseNotes.html">Release&nbsp;Notes</a></li>
299
304
  <li><a href="samples.html">Samples</a></li>
300
305
  <li><a href="license.html">License</a></li>
@@ -306,7 +311,7 @@ public void TransferWithInsufficientFundsAtomicity()
306
311
 
307
312
  <!-- Standard Footer for NUnit.org -->
308
313
  <div id="footer">
309
- Copyright &copy; 2008 Charlie Poole. All Rights Reserved.
314
+ Copyright &copy; 2009 Charlie Poole. All Rights Reserved.
310
315
  </div>
311
316
  <!-- End of Footer -->
312
317
 
@@ -0,0 +1,138 @@
1
+ <!-- saved from url=(0014)about:internet --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
2
+ <html>
3
+ <!-- Standard Head Part -->
4
+ <head>
5
+ <title>NUnit - Random</title>
6
+ <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
7
+ <meta http-equiv="Content-Language" content="en-US">
8
+ <link rel="stylesheet" type="text/css" href="nunit.css">
9
+ <link rel="shortcut icon" href="favicon.ico">
10
+ </head>
11
+ <!-- End Standard Head Part -->
12
+
13
+ <body>
14
+
15
+ <!-- Standard Header for NUnit.org -->
16
+ <div id="header">
17
+ <a id="logo" href="http://www.nunit.org"><img src="img/logo.gif" alt="NUnit.org" title="NUnit.org"></a>
18
+ <div id="nav">
19
+ <a href="http://www.nunit.org">NUnit</a>
20
+ <a class="active" href="index.html">Documentation</a>
21
+ </div>
22
+ </div>
23
+ <!-- End of Header -->
24
+
25
+ <div id="content">
26
+
27
+ <h3>RandomAttribute (NUnit 2.5)</h3>
28
+
29
+ <p>The <b>RandomAttribute</b> is used to specify a set of random values to be provided
30
+ for an individual parameter of a parameterized test method. Since
31
+ NUnit combines the data provided for each parameter into a set of
32
+ test cases, data must be provided for all parameters if it is
33
+ provided for any of them.
34
+
35
+ <p>By default, NUnit creates test cases from all possible combinations
36
+ of the datapoints provided on parameters - the combinatorial approach.
37
+ This default may be modified by use of specific attributes on the
38
+ test method itself.
39
+
40
+ <p>RandomAttribute supports the following constructors:
41
+
42
+ <div class="code"><pre>
43
+ public Random( int count );
44
+ public Random( double min, double max, int count );
45
+ public Random( int min, int max, int count );
46
+ </pre></div>
47
+
48
+ <h4>Example</h4>
49
+
50
+ <p>The following test will be executed fifteen times, three times
51
+ for each value of x, each combined with 5 random doubles from -1.0 to +1.0.
52
+
53
+ <div class="code"><pre>
54
+ [Test]
55
+ public void MyTest(
56
+ [Values(1,2,3) int x,
57
+ [Random(-1.0, 1.0, 5)] double d)
58
+ {
59
+ ...
60
+ }
61
+ </pre></div>
62
+
63
+ <h4>See also...</h4>
64
+ <ul>
65
+ <li><a href="values.html">ValuesAttribute</a><li><a href="range.html">RangeAttribute</a><li><a href="sequential.html">SequentialAttribute</a><li><a href="combinatorial.html">CombinatorialAttribute</a><li><a href="pairwise.html">PairwiseAttribute</a></ul>
66
+
67
+ </div>
68
+
69
+ <!-- Submenu -->
70
+ <div id="subnav">
71
+ <ul>
72
+ <li><a href="index.html">NUnit 2.5</a></li>
73
+ <ul>
74
+ <li><a href="getStarted.html">Getting&nbsp;Started</a></li>
75
+ <li><a href="assertions.html">Assertions</a></li>
76
+ <li><a href="constraintModel.html">Constraints</a></li>
77
+ <li><a href="attributes.html">Attributes</a></li>
78
+ <ul>
79
+ <li><a href="category.html">Category</a></li>
80
+ <li><a href="combinatorial.html">Combinatorial</a></li>
81
+ <li><a href="culture.html">Culture</a></li>
82
+ <li><a href="datapoint.html">Datapoint(s)</a></li>
83
+ <li><a href="description.html">Description</a></li>
84
+ <li><a href="exception.html">Exception</a></li>
85
+ <li><a href="explicit.html">Explicit</a></li>
86
+ <li><a href="ignore.html">Ignore</a></li>
87
+ <li><a href="maxtime.html">Maxtime</a></li>
88
+ <li><a href="pairwise.html">Pairwise</a></li>
89
+ <li><a href="platform.html">Platform</a></li>
90
+ <li><a href="property.html">Property</a></li>
91
+ <li id="current"><a href="random.html">Random</a></li>
92
+ <li><a href="range.html">Range</a></li>
93
+ <li><a href="repeat.html">Repeat</a></li>
94
+ <li><a href="requiredAddin.html">RequiredAddin</a></li>
95
+ <li><a href="requiresMTA.html">Requires&nbsp;MTA</a></li>
96
+ <li><a href="requiresSTA.html">Requires&nbsp;STA</a></li>
97
+ <li><a href="requiresThread.html">Requires&nbsp;Thread</a></li>
98
+ <li><a href="sequential.html">Sequential</a></li>
99
+ <li><a href="setCulture.html">SetCulture</a></li>
100
+ <li><a href="setup.html">Setup</a></li>
101
+ <li><a href="setupFixture.html">SetupFixture</a></li>
102
+ <li><a href="suite.html">Suite</a></li>
103
+ <li><a href="teardown.html">Teardown</a></li>
104
+ <li><a href="test.html">Test</a></li>
105
+ <li><a href="testCase.html">TestCase</a></li>
106
+ <li><a href="testCaseSource.html">TestCaseSource</a></li>
107
+ <li><a href="testFixture.html">TestFixture</a></li>
108
+ <li><a href="fixtureSetup.html">TestFixtureSetUp</a></li>
109
+ <li><a href="fixtureTeardown.html">TestFixtureTearDown</a></li>
110
+ <li><a href="theory.html">Theory</a></li>
111
+ <li><a href="timeout.html">Timeout</a></li>
112
+ <li><a href="values.html">Values</a></li>
113
+ <li><a href="valueSource.html">ValueSource</a></li>
114
+ </ul>
115
+ <li><a href="nunit-console.html">Console&nbsp;Runner</a></li>
116
+ <li><a href="nunit-gui.html">Gui&nbsp;Runner</a></li>
117
+ <li><a href="configFiles.html">Configuration&nbsp;Files</a></li>
118
+ <li><a href="pnunit.html">PNUnit</a></li>
119
+ <li><a href="multiAssembly.html">Multiple&nbsp;Assemblies</a></li>
120
+ <li><a href="vsSupport.html">Visual&nbsp;Studio&nbsp;Support</a></li>
121
+ <li><a href="extensibility.html">Extensibility</a></li>
122
+ <li><a href="releaseNotes.html">Release&nbsp;Notes</a></li>
123
+ <li><a href="samples.html">Samples</a></li>
124
+ <li><a href="license.html">License</a></li>
125
+ </ul>
126
+ </ul>
127
+ </div>
128
+ <!-- End of Submenu -->
129
+
130
+
131
+ <!-- Standard Footer for NUnit.org -->
132
+ <div id="footer">
133
+ Copyright &copy; 2009 Charlie Poole. All Rights Reserved.
134
+ </div>
135
+ <!-- End of Footer -->
136
+
137
+ </body>
138
+ </html>