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
Binary file
@@ -1,22 +1,14 @@
1
1
  <?xml version="1.0" encoding="Windows-1252"?>
2
2
  <configuration>
3
-
4
- <!-- Do not remove. Sets up configsectionhandler section for log4net -->
5
- <configSections>
6
- <section name="log4net" type="System.Configuration.IgnoreSectionHandler" />
7
- </configSections>
8
-
9
- <!--
3
+ <!--
10
4
  Application settings for NUnit-gui.exe. Do NOT put settings
11
5
  for use by your tests here.
12
6
  -->
13
- <appSettings>
14
-
15
- <!--
7
+ <appSettings>
8
+ <!--
16
9
  Specify the location to be used by .NET for the cache
17
10
  -->
18
11
  <add key="shadowfiles.path" value="%temp%\nunit20\ShadowCopyCache" />
19
-
20
12
  <!--
21
13
  Uncomment to specify the url to be used for help. If not used, the
22
14
  default value is something like
@@ -24,98 +16,80 @@
24
16
  This setting is provided in case your default browser doesn't
25
17
  support this format.
26
18
  -->
27
- <!-- <add key="helpUrl" value="http://www.nunit.org" /> -->
28
-
19
+ <!-- <add key="helpUrl" value="http://www.nunit.org" /> -->
29
20
  </appSettings>
30
-
31
-
32
- <!--
33
- The startup section may be used to specify the runtime versions
34
- supported in the order that they will be used if more than one
35
- is present. As supplied, this section is commented out, which
36
- causes nunit-console to use the version of the framework with
37
- which it was built.
38
-
39
- Since .NET 1.0 does not recognize the <supportedRuntime> elements,
40
- a <requiredRuntime> element is used in case it is the only version
41
- of the framework that is installed.
42
- -->
43
- <!--
44
- <startup>
45
- <supportedRuntime version="v2.0.50727" />
46
- <supportedRuntime version="v2.0.50215" />
47
- <supportedRuntime version="v2.0.40607" />
48
- <supportedRuntime version="v1.1.4322" />
49
- <supportedRuntime version="v1.0.3705" />
50
-
51
- <requiredRuntime version="v1.0.3705" />
52
21
 
53
- </startup>
54
- -->
22
+ <!-- Set the level for tracing NUnit itself -->
23
+ <!-- 0=Off 1=Error 2=Warning 3=Info 4=Debug -->
24
+ <system.diagnostics>
25
+ <switches>
26
+ <add name="NTrace" value="0" />
27
+ </switches>
28
+ </system.diagnostics>
29
+
30
+ <runtime>
31
+ <!-- We need this so test exceptions don't crash NUnit -->
32
+ <legacyUnhandledExceptionPolicy enabled="1" />
33
+
34
+ <!-- Look for addins in the addins directory for now -->
35
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
36
+ <probing privatePath="lib;addins" />
37
+ </assemblyBinding>
55
38
 
56
- <!--
57
- The following <runtime> section allows running nunit under
39
+ <!--
40
+ The following <assemblyBinding> section allows running nunit under
58
41
  .NET 1.0 by redirecting assemblies. The appliesTo attribute
59
42
  causes the section to be ignored except under .NET 1.0
60
43
  on a machine with only the .NET version 1.0 runtime installed.
61
44
  If application and its tests were built for .NET 1.1 you will
62
- also need to redirect system assemblies in the test config file
63
- just as we do for nunit.tests.dll.
45
+ also need to redirect system assemblies in the test config file,
46
+ which controls loading of the tests.
64
47
  -->
65
-
66
- <runtime>
67
-
68
- <legacyUnhandledExceptionPolicy enabled="1" />
69
-
70
- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
71
- <probing privatePath="addins"/>
72
- </assemblyBinding>
48
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"
49
+ appliesTo="v1.0.3705">
73
50
 
74
- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"
75
- appliesTo="v1.0.3705">
76
-
77
- <dependentAssembly>
78
- <assemblyIdentity name="System"
79
- publicKeyToken="b77a5c561934e089"
51
+ <dependentAssembly>
52
+ <assemblyIdentity name="System"
53
+ publicKeyToken="b77a5c561934e089"
80
54
  culture="neutral"/>
81
- <bindingRedirect oldVersion="1.0.5000.0"
55
+ <bindingRedirect oldVersion="1.0.5000.0"
82
56
  newVersion="1.0.3300.0"/>
83
57
  </dependentAssembly>
84
58
 
85
- <dependentAssembly>
86
- <assemblyIdentity name="System.Data"
87
- publicKeyToken="b77a5c561934e089"
59
+ <dependentAssembly>
60
+ <assemblyIdentity name="System.Data"
61
+ publicKeyToken="b77a5c561934e089"
88
62
  culture="neutral"/>
89
- <bindingRedirect oldVersion="1.0.5000.0"
63
+ <bindingRedirect oldVersion="1.0.5000.0"
90
64
  newVersion="1.0.3300.0"/>
91
65
  </dependentAssembly>
92
66
 
93
- <dependentAssembly>
94
- <assemblyIdentity name="System.Drawing"
95
- publicKeyToken="b03f5f7f11d50a3a"
67
+ <dependentAssembly>
68
+ <assemblyIdentity name="System.Drawing"
69
+ publicKeyToken="b03f5f7f11d50a3a"
96
70
  culture="neutral"/>
97
- <bindingRedirect oldVersion="1.0.5000.0"
71
+ <bindingRedirect oldVersion="1.0.5000.0"
98
72
  newVersion="1.0.3300.0"/>
99
73
  </dependentAssembly>
100
74
 
101
- <dependentAssembly>
102
- <assemblyIdentity name="System.Windows.Forms"
103
- publicKeyToken="b77a5c561934e089"
75
+ <dependentAssembly>
76
+ <assemblyIdentity name="System.Windows.Forms"
77
+ publicKeyToken="b77a5c561934e089"
104
78
  culture="neutral"/>
105
- <bindingRedirect oldVersion="1.0.5000.0"
79
+ <bindingRedirect oldVersion="1.0.5000.0"
106
80
  newVersion="1.0.3300.0"/>
107
81
  </dependentAssembly>
108
82
 
109
- <dependentAssembly>
110
- <assemblyIdentity name="System.Xml"
111
- publicKeyToken="b77a5c561934e089"
83
+ <dependentAssembly>
84
+ <assemblyIdentity name="System.Xml"
85
+ publicKeyToken="b77a5c561934e089"
112
86
  culture="neutral"/>
113
- <bindingRedirect oldVersion="1.0.5000.0"
87
+ <bindingRedirect oldVersion="1.0.5000.0"
114
88
  newVersion="1.0.3300.0"/>
115
89
  </dependentAssembly>
116
90
 
117
91
  </assemblyBinding>
118
-
92
+
119
93
  </runtime>
120
-
94
+
121
95
  </configuration>
@@ -0,0 +1,87 @@
1
+ <?xml version="1.0" encoding="Windows-1252"?>
2
+ <configuration>
3
+ <!--
4
+ Application settings for pnunit-agent.exe. Do NOT put settings
5
+ for use by your tests here.
6
+ -->
7
+ <appSettings>
8
+ <!--
9
+ Specify the location to be used by .NET for the cache
10
+ -->
11
+ <add key="shadowfiles.path" value="%temp%\nunit20\ShadowCopyCache" />
12
+ </appSettings>
13
+
14
+ <!-- Set the level for tracing NUnit itself -->
15
+ <!-- 0=Off 1=Error 2=Warning 3=Info 4=Debug -->
16
+ <system.diagnostics>
17
+ <switches>
18
+ <add name="NTrace" value="0" />
19
+ </switches>
20
+ </system.diagnostics>
21
+
22
+ <runtime>
23
+ <!-- We need this so test exceptions don't crash NUnit -->
24
+ <legacyUnhandledExceptionPolicy enabled="1" />
25
+
26
+ <!-- Look for addins in the addins directory for now -->
27
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
28
+ <probing privatePath="framework;lib;addins"/>
29
+ </assemblyBinding>
30
+
31
+ <!--
32
+ The following <assemblyBinding> section allows running nunit under
33
+ .NET 1.0 by redirecting assemblies. The appliesTo attribute
34
+ causes the section to be ignored except under .NET 1.0
35
+ on a machine with only the .NET version 1.0 runtime installed.
36
+ If application and its tests were built for .NET 1.1 you will
37
+ also need to redirect system assemblies in the test config file,
38
+ which controls loading of the tests.
39
+ -->
40
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"
41
+ appliesTo="v1.0.3705">
42
+
43
+ <dependentAssembly>
44
+ <assemblyIdentity name="System"
45
+ publicKeyToken="b77a5c561934e089"
46
+ culture="neutral"/>
47
+ <bindingRedirect oldVersion="1.0.5000.0"
48
+ newVersion="1.0.3300.0"/>
49
+ </dependentAssembly>
50
+
51
+ <dependentAssembly>
52
+ <assemblyIdentity name="System.Data"
53
+ publicKeyToken="b77a5c561934e089"
54
+ culture="neutral"/>
55
+ <bindingRedirect oldVersion="1.0.5000.0"
56
+ newVersion="1.0.3300.0"/>
57
+ </dependentAssembly>
58
+
59
+ <dependentAssembly>
60
+ <assemblyIdentity name="System.Drawing"
61
+ publicKeyToken="b03f5f7f11d50a3a"
62
+ culture="neutral"/>
63
+ <bindingRedirect oldVersion="1.0.5000.0"
64
+ newVersion="1.0.3300.0"/>
65
+ </dependentAssembly>
66
+
67
+ <dependentAssembly>
68
+ <assemblyIdentity name="System.Windows.Forms"
69
+ publicKeyToken="b77a5c561934e089"
70
+ culture="neutral"/>
71
+ <bindingRedirect oldVersion="1.0.5000.0"
72
+ newVersion="1.0.3300.0"/>
73
+ </dependentAssembly>
74
+
75
+ <dependentAssembly>
76
+ <assemblyIdentity name="System.Xml"
77
+ publicKeyToken="b77a5c561934e089"
78
+ culture="neutral"/>
79
+ <bindingRedirect oldVersion="1.0.5000.0"
80
+ newVersion="1.0.3300.0"/>
81
+ </dependentAssembly>
82
+
83
+ </assemblyBinding>
84
+
85
+ </runtime>
86
+
87
+ </configuration>
@@ -0,0 +1,87 @@
1
+ <?xml version="1.0" encoding="Windows-1252"?>
2
+ <configuration>
3
+ <!--
4
+ Application settings for pnunit-launch.exe. Do NOT put settings
5
+ for use by your tests here.
6
+ -->
7
+ <appSettings>
8
+ <!--
9
+ Specify the location to be used by .NET for the cache
10
+ -->
11
+ <add key="shadowfiles.path" value="%temp%\nunit20\ShadowCopyCache" />
12
+ </appSettings>
13
+
14
+ <!-- Set the level for tracing NUnit itself -->
15
+ <!-- 0=Off 1=Error 2=Warning 3=Info 4=Debug -->
16
+ <system.diagnostics>
17
+ <switches>
18
+ <add name="NTrace" value="0" />
19
+ </switches>
20
+ </system.diagnostics>
21
+
22
+ <runtime>
23
+ <!-- We need this so test exceptions don't crash NUnit -->
24
+ <legacyUnhandledExceptionPolicy enabled="1" />
25
+
26
+ <!-- Look for addins in the addins directory for now -->
27
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
28
+ <probing privatePath="framework;lib;addins"/>
29
+ </assemblyBinding>
30
+
31
+ <!--
32
+ The following <assemblyBinding> section allows running nunit under
33
+ .NET 1.0 by redirecting assemblies. The appliesTo attribute
34
+ causes the section to be ignored except under .NET 1.0
35
+ on a machine with only the .NET version 1.0 runtime installed.
36
+ If application and its tests were built for .NET 1.1 you will
37
+ also need to redirect system assemblies in the test config file,
38
+ which controls loading of the tests.
39
+ -->
40
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"
41
+ appliesTo="v1.0.3705">
42
+
43
+ <dependentAssembly>
44
+ <assemblyIdentity name="System"
45
+ publicKeyToken="b77a5c561934e089"
46
+ culture="neutral"/>
47
+ <bindingRedirect oldVersion="1.0.5000.0"
48
+ newVersion="1.0.3300.0"/>
49
+ </dependentAssembly>
50
+
51
+ <dependentAssembly>
52
+ <assemblyIdentity name="System.Data"
53
+ publicKeyToken="b77a5c561934e089"
54
+ culture="neutral"/>
55
+ <bindingRedirect oldVersion="1.0.5000.0"
56
+ newVersion="1.0.3300.0"/>
57
+ </dependentAssembly>
58
+
59
+ <dependentAssembly>
60
+ <assemblyIdentity name="System.Drawing"
61
+ publicKeyToken="b03f5f7f11d50a3a"
62
+ culture="neutral"/>
63
+ <bindingRedirect oldVersion="1.0.5000.0"
64
+ newVersion="1.0.3300.0"/>
65
+ </dependentAssembly>
66
+
67
+ <dependentAssembly>
68
+ <assemblyIdentity name="System.Windows.Forms"
69
+ publicKeyToken="b77a5c561934e089"
70
+ culture="neutral"/>
71
+ <bindingRedirect oldVersion="1.0.5000.0"
72
+ newVersion="1.0.3300.0"/>
73
+ </dependentAssembly>
74
+
75
+ <dependentAssembly>
76
+ <assemblyIdentity name="System.Xml"
77
+ publicKeyToken="b77a5c561934e089"
78
+ culture="neutral"/>
79
+ <bindingRedirect oldVersion="1.0.5000.0"
80
+ newVersion="1.0.3300.0"/>
81
+ </dependentAssembly>
82
+
83
+ </assemblyBinding>
84
+
85
+ </runtime>
86
+
87
+ </configuration>
@@ -0,0 +1,2 @@
1
+ start pnunit-agent agent.conf
2
+ pnunit-launcher test.conf
@@ -0,0 +1,24 @@
1
+ <TestGroup>
2
+ <ParallelTests>
3
+
4
+ <ParallelTest>
5
+ <Name>Testing</Name>
6
+ <Tests>
7
+ <TestConf>
8
+ <Name>Testing</Name>
9
+ <Assembly>pnunit.tests.dll</Assembly>
10
+ <TestToRun>TestLibraries.Testing.EqualTo19</TestToRun>
11
+ <Machine>localhost:8080</Machine>
12
+ <TestParams>
13
+ <string>..\server</string> <!-- server dir -->
14
+ <string></string> <!-- database server -->
15
+ <string></string><!-- conn string -->
16
+ </TestParams>
17
+ </TestConf>
18
+
19
+ </Tests>
20
+ </ParallelTest>
21
+
22
+
23
+ </ParallelTests>
24
+ </TestGroup>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nunit
3
3
  version: !ruby/object:Gem::Version
4
- hash: 111
4
+ hash: 18179
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
- - 4
9
- - 8
8
+ - 5
10
9
  - 0
11
- version: 2.4.8.0
10
+ - 9122
11
+ version: 2.5.0.9122
12
12
  platform: ruby
13
13
  authors:
14
14
  - Charlie Poole
@@ -33,102 +33,122 @@ extensions: []
33
33
  extra_rdoc_files: []
34
34
 
35
35
  files:
36
+ - lib/net-1.1/agent.conf
37
+ - lib/net-1.1/agent.log.conf
36
38
  - lib/net-1.1/clr.bat
37
- - lib/net-1.1/Failure.jpg
38
- - lib/net-1.1/fit.dll
39
- - lib/net-1.1/Ignored.jpg
40
- - lib/net-1.1/loadtest-assembly.dll
41
- - lib/net-1.1/mock-assembly.dll
42
- - lib/net-1.1/nonamespace-assembly.dll
43
- - lib/net-1.1/notestfixtures-assembly.dll
44
- - lib/net-1.1/nunit-console-runner.dll
39
+ - lib/net-1.1/framework/nunit.framework.dll
40
+ - lib/net-1.1/framework/nunit.framework.xml
41
+ - lib/net-1.1/framework/nunit.mocks.dll
42
+ - lib/net-1.1/framework/pnunit.framework.dll
43
+ - lib/net-1.1/launcher.log.conf
44
+ - lib/net-1.1/lib/fit.dll
45
+ - lib/net-1.1/lib/log4net.dll
46
+ - lib/net-1.1/lib/nunit-console-runner.dll
47
+ - lib/net-1.1/lib/nunit.core.dll
48
+ - lib/net-1.1/lib/nunit.core.interfaces.dll
49
+ - lib/net-1.1/lib/nunit.fixtures.dll
50
+ - lib/net-1.1/lib/nunit.util.dll
51
+ - lib/net-1.1/nunit-agent.exe
52
+ - lib/net-1.1/nunit-agent.exe.config
45
53
  - lib/net-1.1/nunit-console.exe
46
54
  - lib/net-1.1/nunit-console.exe.config
47
- - lib/net-1.1/nunit-console.tests.dll
48
- - lib/net-1.1/nunit-gui-runner.dll
49
- - lib/net-1.1/nunit-gui.tests.dll
50
- - lib/net-1.1/nunit.core.dll
51
- - lib/net-1.1/nunit.core.extensions.dll
52
- - lib/net-1.1/nunit.core.interfaces.dll
53
- - lib/net-1.1/nunit.core.tests.dll
54
- - lib/net-1.1/nunit.exe
55
- - lib/net-1.1/nunit.exe.config
56
- - lib/net-1.1/nunit.extensions.tests.dll
57
- - lib/net-1.1/nunit.fixtures.dll
58
- - lib/net-1.1/nunit.fixtures.tests.dll
59
55
  - lib/net-1.1/nunit.framework.dll
60
- - lib/net-1.1/nunit.framework.extensions.dll
61
- - lib/net-1.1/nunit.framework.tests.dll
62
- - lib/net-1.1/nunit.framework.xml
63
- - lib/net-1.1/nunit.mocks.dll
64
- - lib/net-1.1/nunit.mocks.tests.dll
65
- - lib/net-1.1/nunit.uikit.dll
66
- - lib/net-1.1/nunit.uikit.tests.dll
67
- - lib/net-1.1/nunit.util.dll
68
- - lib/net-1.1/nunit.util.tests.dll
69
56
  - lib/net-1.1/NUnitFitTests.html
70
57
  - lib/net-1.1/NUnitTests.config
71
58
  - lib/net-1.1/NUnitTests.nunit
59
+ - lib/net-1.1/pnunit-agent.exe
60
+ - lib/net-1.1/pnunit-agent.exe.config
61
+ - lib/net-1.1/pnunit-launcher.exe
62
+ - lib/net-1.1/pnunit-launcher.exe.config
63
+ - lib/net-1.1/pnunit.framework.dll
64
+ - lib/net-1.1/pnunit.tests.dll
72
65
  - lib/net-1.1/runFile.exe
73
66
  - lib/net-1.1/runFile.exe.config
74
- - lib/net-1.1/Success.jpg
75
- - lib/net-1.1/test-assembly.dll
76
- - lib/net-1.1/test-utilities.dll
77
- - lib/net-1.1/timing-tests.dll
67
+ - lib/net-1.1/runpnunit.bat
68
+ - lib/net-1.1/test.conf
69
+ - lib/net-1.1/tests/loadtest-assembly.dll
70
+ - lib/net-1.1/tests/mock-assembly.dll
71
+ - lib/net-1.1/tests/nonamespace-assembly.dll
72
+ - lib/net-1.1/tests/nunit-console.tests.dll
73
+ - lib/net-1.1/tests/nunit.core.tests.dll
74
+ - lib/net-1.1/tests/nunit.fixtures.tests.dll
75
+ - lib/net-1.1/tests/nunit.framework.dll
76
+ - lib/net-1.1/tests/nunit.framework.tests.dll
77
+ - lib/net-1.1/tests/nunit.mocks.tests.dll
78
+ - lib/net-1.1/tests/nunit.util.tests.dll
79
+ - lib/net-1.1/tests/test-assembly.dll
80
+ - lib/net-1.1/tests/test-utilities.dll
81
+ - lib/net-1.1/tests/timing-tests.dll
82
+ - lib/net-2.0/agent.conf
83
+ - lib/net-2.0/agent.log.conf
78
84
  - lib/net-2.0/clr.bat
79
- - lib/net-2.0/Failure.jpg
80
- - lib/net-2.0/fit.dll
81
- - lib/net-2.0/Ignored.jpg
82
- - lib/net-2.0/loadtest-assembly.dll
83
- - lib/net-2.0/mock-assembly.dll
84
- - lib/net-2.0/nonamespace-assembly.dll
85
- - lib/net-2.0/notestfixtures-assembly.dll
86
- - lib/net-2.0/nunit-console-runner.dll
85
+ - lib/net-2.0/framework/nunit.framework.dll
86
+ - lib/net-2.0/framework/nunit.framework.xml
87
+ - lib/net-2.0/framework/nunit.mocks.dll
88
+ - lib/net-2.0/framework/pnunit.framework.dll
89
+ - lib/net-2.0/launcher.log.conf
90
+ - lib/net-2.0/lib/Failure.jpg
91
+ - lib/net-2.0/lib/fit.dll
92
+ - lib/net-2.0/lib/Gray.jpg
93
+ - lib/net-2.0/lib/Ignored.jpg
94
+ - lib/net-2.0/lib/log4net.dll
95
+ - lib/net-2.0/lib/nunit-console-runner.dll
96
+ - lib/net-2.0/lib/nunit-gui-runner.dll
97
+ - lib/net-2.0/lib/nunit.core.dll
98
+ - lib/net-2.0/lib/nunit.core.interfaces.dll
99
+ - lib/net-2.0/lib/nunit.fixtures.dll
100
+ - lib/net-2.0/lib/nunit.uiexception.dll
101
+ - lib/net-2.0/lib/nunit.uikit.dll
102
+ - lib/net-2.0/lib/nunit.util.dll
103
+ - lib/net-2.0/lib/Success.jpg
104
+ - lib/net-2.0/nunit-agent.exe
105
+ - lib/net-2.0/nunit-agent.exe.config
87
106
  - lib/net-2.0/nunit-console-x86.exe
88
107
  - lib/net-2.0/nunit-console-x86.exe.config
89
108
  - lib/net-2.0/nunit-console.exe
90
109
  - lib/net-2.0/nunit-console.exe.config
91
- - lib/net-2.0/nunit-console.tests.dll
92
- - lib/net-2.0/nunit-gui-runner.dll
93
- - lib/net-2.0/nunit-gui.tests.dll
94
110
  - lib/net-2.0/nunit-x86.exe
95
111
  - lib/net-2.0/nunit-x86.exe.config
96
- - lib/net-2.0/nunit.core.dll
97
- - lib/net-2.0/nunit.core.extensions.dll
98
- - lib/net-2.0/nunit.core.interfaces.dll
99
- - lib/net-2.0/nunit.core.tests.dll
100
112
  - lib/net-2.0/nunit.exe
101
113
  - lib/net-2.0/nunit.exe.config
102
- - lib/net-2.0/nunit.extensions.tests.dll
103
- - lib/net-2.0/nunit.fixtures.dll
104
- - lib/net-2.0/nunit.fixtures.tests.dll
105
114
  - lib/net-2.0/nunit.framework.dll
106
- - lib/net-2.0/nunit.framework.extensions.dll
107
- - lib/net-2.0/nunit.framework.tests.dll
108
- - lib/net-2.0/nunit.framework.xml
109
- - lib/net-2.0/nunit.mocks.dll
110
- - lib/net-2.0/nunit.mocks.tests.dll
111
- - lib/net-2.0/nunit.uikit.dll
112
- - lib/net-2.0/nunit.uikit.tests.dll
113
- - lib/net-2.0/nunit.util.dll
114
- - lib/net-2.0/nunit.util.tests.dll
115
115
  - lib/net-2.0/NUnitFitTests.html
116
116
  - lib/net-2.0/NUnitTests.config
117
117
  - lib/net-2.0/NUnitTests.nunit
118
+ - lib/net-2.0/pnunit-agent.exe
119
+ - lib/net-2.0/pnunit-agent.exe.config
120
+ - lib/net-2.0/pnunit-launcher.exe
121
+ - lib/net-2.0/pnunit-launcher.exe.config
122
+ - lib/net-2.0/pnunit.framework.dll
123
+ - lib/net-2.0/pnunit.tests.dll
118
124
  - lib/net-2.0/runFile.exe
119
125
  - lib/net-2.0/runFile.exe.config
120
- - lib/net-2.0/Success.jpg
121
- - lib/net-2.0/test-assembly.dll
122
- - lib/net-2.0/test-utilities.dll
123
- - lib/net-2.0/timing-tests.dll
126
+ - lib/net-2.0/runpnunit.bat
127
+ - lib/net-2.0/test.conf
128
+ - lib/net-2.0/tests/loadtest-assembly.dll
129
+ - lib/net-2.0/tests/mock-assembly.dll
130
+ - lib/net-2.0/tests/nonamespace-assembly.dll
131
+ - lib/net-2.0/tests/nunit-console.tests.dll
132
+ - lib/net-2.0/tests/nunit-gui.tests.dll
133
+ - lib/net-2.0/tests/nunit.core.tests.dll
134
+ - lib/net-2.0/tests/nunit.fixtures.tests.dll
135
+ - lib/net-2.0/tests/nunit.framework.dll
136
+ - lib/net-2.0/tests/nunit.framework.tests.dll
137
+ - lib/net-2.0/tests/nunit.mocks.tests.dll
138
+ - lib/net-2.0/tests/nunit.uiexception.tests.dll
139
+ - lib/net-2.0/tests/nunit.uikit.tests.dll
140
+ - lib/net-2.0/tests/nunit.util.tests.dll
141
+ - lib/net-2.0/tests/test-assembly.dll
142
+ - lib/net-2.0/tests/test-utilities.dll
143
+ - lib/net-2.0/tests/timing-tests.dll
124
144
  - docs/addinsDialog.html
125
145
  - docs/assertions.html
126
146
  - docs/attributes.html
127
147
  - docs/category.html
128
- - docs/classicModel.html
129
148
  - docs/codeFuncs.js
130
149
  - docs/collectionAssert.html
131
150
  - docs/collectionConstraints.html
151
+ - docs/combinatorial.html
132
152
  - docs/comparisonAsserts.html
133
153
  - docs/comparisonConstraints.html
134
154
  - docs/compoundConstraints.html
@@ -140,23 +160,27 @@ files:
140
160
  - docs/constraintModel.html
141
161
  - docs/contextMenu.html
142
162
  - docs/culture.html
143
- - docs/customAsserts.html
144
163
  - docs/customConstraints.html
164
+ - docs/datapoint.html
165
+ - docs/datapointProviders.html
166
+ - docs/delayedConstraint.html
145
167
  - docs/description.html
168
+ - docs/directoryAssert.html
146
169
  - docs/equalConstraint.html
147
170
  - docs/equalityAsserts.html
171
+ - docs/eventListeners.html
148
172
  - docs/exception.html
173
+ - docs/exceptionAsserts.html
149
174
  - docs/explicit.html
150
175
  - docs/extensibility.html
176
+ - docs/extensionTips.html
151
177
  - docs/favicon.ico
152
- - docs/features.html
153
178
  - docs/fileAssert.html
154
179
  - docs/files/QuickStart.doc
155
180
  - docs/files/QuickStart.Spanish.doc
156
181
  - docs/files/Results.xsd
157
182
  - docs/files/Summary.xslt
158
183
  - docs/files/TestResult.xml
159
- - docs/files/Thumbs.db
160
184
  - docs/fixtureSetup.html
161
185
  - docs/fixtureTeardown.html
162
186
  - docs/getStarted.html
@@ -164,14 +188,17 @@ files:
164
188
  - docs/identityAsserts.html
165
189
  - docs/ignore.html
166
190
  - docs/img/addinsDialog.JPG
191
+ - docs/img/advancedSettings.jpg
167
192
  - docs/img/assembliesTab.jpg
168
193
  - docs/img/assemblyReloadOptions.JPG
194
+ - docs/img/assemblyReloadSettings.JPG
169
195
  - docs/img/bulletOff.gif
170
196
  - docs/img/bulletOn.gif
171
197
  - docs/img/configEditor.jpg
172
198
  - docs/img/console-mock.jpg
173
199
  - docs/img/displayTab.jpg
174
200
  - docs/img/generalOptions.jpg
201
+ - docs/img/generalSettings.jpg
175
202
  - docs/img/generalTab.jpg
176
203
  - docs/img/gui-screenshot.jpg
177
204
  - docs/img/gui-verify.jpg
@@ -181,48 +208,78 @@ files:
181
208
  - docs/img/optionsDialog.jpg
182
209
  - docs/img/resultTab.jpg
183
210
  - docs/img/testLoadOptions.jpg
211
+ - docs/img/testLoadSettings.jpg
184
212
  - docs/img/testOutputOptions.jpg
213
+ - docs/img/testOutputSettings.jpg
185
214
  - docs/img/testProperties.jpg
186
215
  - docs/img/testResultOptions.JPG
216
+ - docs/img/testResultSettings.JPG
187
217
  - docs/img/testsTab.JPG
188
218
  - docs/img/testTab.jpg
189
219
  - docs/img/textOutputOptions.jpg
220
+ - docs/img/textOutputSettings.jpg
190
221
  - docs/img/treeDisplayOptions.JPG
222
+ - docs/img/treeDisplaySettings.jpg
191
223
  - docs/img/visualStudioOptions.JPG
224
+ - docs/img/visualStudioSettings.jpg
192
225
  - docs/index.html
193
226
  - docs/installation.html
194
227
  - docs/license.html
195
228
  - docs/listMapper.html
196
229
  - docs/mainMenu.html
230
+ - docs/maxtime.html
197
231
  - docs/multiAssembly.html
198
232
  - docs/nunit-console.html
199
233
  - docs/nunit-gui.html
200
234
  - docs/nunit.css
201
235
  - docs/nunitAddins.html
202
- - docs/optionsDialog.html
236
+ - docs/pairwise.html
237
+ - docs/parameterizedTests.html
238
+ - docs/pathConstraints.html
203
239
  - docs/platform.html
204
- - docs/platformSupport.html
240
+ - docs/pnunit.html
205
241
  - docs/projectEditor.html
206
242
  - docs/property.html
207
243
  - docs/propertyConstraint.html
208
244
  - docs/quickStart.html
245
+ - docs/random.html
246
+ - docs/range.html
247
+ - docs/releaseDetail.html
209
248
  - docs/releaseNotes.html
249
+ - docs/repeat.html
250
+ - docs/requiredAddin.html
251
+ - docs/requiresMTA.html
252
+ - docs/requiresSTA.html
253
+ - docs/requiresThread.html
210
254
  - docs/sameasConstraint.html
211
255
  - docs/samples.html
256
+ - docs/sequential.html
212
257
  - docs/setCulture.html
258
+ - docs/settingsDialog.html
213
259
  - docs/setup.html
214
260
  - docs/setupFixture.html
215
261
  - docs/stringAssert.html
216
262
  - docs/stringConstraints.html
217
263
  - docs/suite.html
264
+ - docs/suiteBuilders.html
218
265
  - docs/teardown.html
219
266
  - docs/test.html
267
+ - docs/testCase.html
268
+ - docs/testcaseBuilders.html
269
+ - docs/testcaseProviders.html
270
+ - docs/testCaseSource.html
271
+ - docs/testDecorators.html
220
272
  - docs/testFixture.html
221
273
  - docs/testProperties.html
274
+ - docs/theory.html
275
+ - docs/throwsConstraint.html
276
+ - docs/timeout.html
222
277
  - docs/typeAsserts.html
223
278
  - docs/typeConstraints.html
224
279
  - docs/upgrade.html
225
280
  - docs/utilityAsserts.html
281
+ - docs/values.html
282
+ - docs/valueSource.html
226
283
  - docs/vsSupport.html
227
284
  has_rdoc: true
228
285
  homepage: http://nunit.org