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,117 @@
1
+ <?xml version="1.0" encoding="Windows-1252"?>
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
+ <!--
10
+ Application settings for NUnit-console.exe. Do NOT put settings
11
+ for use by your tests here.
12
+ -->
13
+ <appSettings>
14
+
15
+ <!--
16
+ Specify the location to be used by .NET for the cache
17
+ -->
18
+ <add key="shadowfiles.path" value="%temp%\nunit20\ShadowCopyCache" />
19
+
20
+ </appSettings>
21
+
22
+ <system.diagnostics>
23
+ <switches>
24
+ <add name="NTrace" value="4" />
25
+ </switches>
26
+ <trace autoflush="true" indentsize="4">
27
+ <listeners>
28
+ <add name="NUnitInternalTrace" type="System.Diagnostics.TextWriterTraceListener"
29
+ initializeData="C:\NUnitPrimaryTrace.txt"/>
30
+ </listeners>
31
+ </trace>
32
+ </system.diagnostics>
33
+
34
+ <!--
35
+ The startup section may be used to specify the runtime versions
36
+ supported in the order that they will be used if more than one
37
+ is present. As supplied, this section is commented out, which
38
+ causes nunit-console to use the version of the framework with
39
+ which it was built.
40
+
41
+ Since .NET 1.0 does not recognize the <supportedRuntime> elements,
42
+ a <requiredRuntime> element is used in case it is the only version
43
+ of the framework that is installed.
44
+ -->
45
+ <!--
46
+ <startup>
47
+ <supportedRuntime version="v2.0.50727" />
48
+ <supportedRuntime version="v2.0.50215" />
49
+ <supportedRuntime version="v2.0.40607" />
50
+ <supportedRuntime version="v1.1.4322" />
51
+ <supportedRuntime version="v1.0.3705" />
52
+
53
+ <requiredRuntime version="v1.0.3705" />
54
+ </startup>
55
+ -->
56
+
57
+ <!--
58
+ The following <runtime> section allows running nunit under
59
+ .NET 1.0 by redirecting assemblies. The appliesTo attribute
60
+ causes the section to be ignored except under .NET 1.0version 1
61
+ on a machine with only the .NET version 1.0 runtime installed.
62
+ If application and its tests were built for .NET 1.1 you will
63
+ also need to redirect system assemblies in the test config file.
64
+ -->
65
+
66
+ <runtime>
67
+
68
+ <legacyUnhandledExceptionPolicy enabled="1" />
69
+
70
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"
71
+ appliesTo="v1.0.3705">
72
+
73
+ <dependentAssembly>
74
+ <assemblyIdentity name="System"
75
+ publicKeyToken="b77a5c561934e089"
76
+ culture="neutral"/>
77
+ <bindingRedirect oldVersion="1.0.5000.0"
78
+ newVersion="1.0.3300.0"/>
79
+ </dependentAssembly>
80
+
81
+ <dependentAssembly>
82
+ <assemblyIdentity name="System.Data"
83
+ publicKeyToken="b77a5c561934e089"
84
+ culture="neutral"/>
85
+ <bindingRedirect oldVersion="1.0.5000.0"
86
+ newVersion="1.0.3300.0"/>
87
+ </dependentAssembly>
88
+
89
+ <dependentAssembly>
90
+ <assemblyIdentity name="System.Drawing"
91
+ publicKeyToken="b03f5f7f11d50a3a"
92
+ culture="neutral"/>
93
+ <bindingRedirect oldVersion="1.0.5000.0"
94
+ newVersion="1.0.3300.0"/>
95
+ </dependentAssembly>
96
+
97
+ <dependentAssembly>
98
+ <assemblyIdentity name="System.Windows.Forms"
99
+ publicKeyToken="b77a5c561934e089"
100
+ culture="neutral"/>
101
+ <bindingRedirect oldVersion="1.0.5000.0"
102
+ newVersion="1.0.3300.0"/>
103
+ </dependentAssembly>
104
+
105
+ <dependentAssembly>
106
+ <assemblyIdentity name="System.Xml"
107
+ publicKeyToken="b77a5c561934e089"
108
+ culture="neutral"/>
109
+ <bindingRedirect oldVersion="1.0.5000.0"
110
+ newVersion="1.0.3300.0"/>
111
+ </dependentAssembly>
112
+
113
+ </assemblyBinding>
114
+
115
+ </runtime>
116
+
117
+ </configuration>
@@ -0,0 +1,117 @@
1
+ <?xml version="1.0" encoding="Windows-1252"?>
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
+ <!--
10
+ Application settings for NUnit-console.exe. Do NOT put settings
11
+ for use by your tests here.
12
+ -->
13
+ <appSettings>
14
+
15
+ <!--
16
+ Specify the location to be used by .NET for the cache
17
+ -->
18
+ <add key="shadowfiles.path" value="%temp%\nunit20\ShadowCopyCache" />
19
+
20
+ </appSettings>
21
+
22
+ <system.diagnostics>
23
+ <switches>
24
+ <add name="NTrace" value="4" />
25
+ </switches>
26
+ <trace autoflush="true" indentsize="4">
27
+ <listeners>
28
+ <add name="NUnitInternalTrace" type="System.Diagnostics.TextWriterTraceListener"
29
+ initializeData="C:\NUnitPrimaryTrace.txt"/>
30
+ </listeners>
31
+ </trace>
32
+ </system.diagnostics>
33
+
34
+ <!--
35
+ The startup section may be used to specify the runtime versions
36
+ supported in the order that they will be used if more than one
37
+ is present. As supplied, this section is commented out, which
38
+ causes nunit-console to use the version of the framework with
39
+ which it was built.
40
+
41
+ Since .NET 1.0 does not recognize the <supportedRuntime> elements,
42
+ a <requiredRuntime> element is used in case it is the only version
43
+ of the framework that is installed.
44
+ -->
45
+ <!--
46
+ <startup>
47
+ <supportedRuntime version="v2.0.50727" />
48
+ <supportedRuntime version="v2.0.50215" />
49
+ <supportedRuntime version="v2.0.40607" />
50
+ <supportedRuntime version="v1.1.4322" />
51
+ <supportedRuntime version="v1.0.3705" />
52
+
53
+ <requiredRuntime version="v1.0.3705" />
54
+ </startup>
55
+ -->
56
+
57
+ <!--
58
+ The following <runtime> section allows running nunit under
59
+ .NET 1.0 by redirecting assemblies. The appliesTo attribute
60
+ causes the section to be ignored except under .NET 1.0version 1
61
+ on a machine with only the .NET version 1.0 runtime installed.
62
+ If application and its tests were built for .NET 1.1 you will
63
+ also need to redirect system assemblies in the test config file.
64
+ -->
65
+
66
+ <runtime>
67
+
68
+ <legacyUnhandledExceptionPolicy enabled="1" />
69
+
70
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"
71
+ appliesTo="v1.0.3705">
72
+
73
+ <dependentAssembly>
74
+ <assemblyIdentity name="System"
75
+ publicKeyToken="b77a5c561934e089"
76
+ culture="neutral"/>
77
+ <bindingRedirect oldVersion="1.0.5000.0"
78
+ newVersion="1.0.3300.0"/>
79
+ </dependentAssembly>
80
+
81
+ <dependentAssembly>
82
+ <assemblyIdentity name="System.Data"
83
+ publicKeyToken="b77a5c561934e089"
84
+ culture="neutral"/>
85
+ <bindingRedirect oldVersion="1.0.5000.0"
86
+ newVersion="1.0.3300.0"/>
87
+ </dependentAssembly>
88
+
89
+ <dependentAssembly>
90
+ <assemblyIdentity name="System.Drawing"
91
+ publicKeyToken="b03f5f7f11d50a3a"
92
+ culture="neutral"/>
93
+ <bindingRedirect oldVersion="1.0.5000.0"
94
+ newVersion="1.0.3300.0"/>
95
+ </dependentAssembly>
96
+
97
+ <dependentAssembly>
98
+ <assemblyIdentity name="System.Windows.Forms"
99
+ publicKeyToken="b77a5c561934e089"
100
+ culture="neutral"/>
101
+ <bindingRedirect oldVersion="1.0.5000.0"
102
+ newVersion="1.0.3300.0"/>
103
+ </dependentAssembly>
104
+
105
+ <dependentAssembly>
106
+ <assemblyIdentity name="System.Xml"
107
+ publicKeyToken="b77a5c561934e089"
108
+ culture="neutral"/>
109
+ <bindingRedirect oldVersion="1.0.5000.0"
110
+ newVersion="1.0.3300.0"/>
111
+ </dependentAssembly>
112
+
113
+ </assemblyBinding>
114
+
115
+ </runtime>
116
+
117
+ </configuration>
Binary file
@@ -0,0 +1,121 @@
1
+ <?xml version="1.0" encoding="Windows-1252"?>
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
+ <!--
10
+ Application settings for NUnit-gui.exe. Do NOT put settings
11
+ for use by your tests here.
12
+ -->
13
+ <appSettings>
14
+
15
+ <!--
16
+ Specify the location to be used by .NET for the cache
17
+ -->
18
+ <add key="shadowfiles.path" value="%temp%\nunit20\ShadowCopyCache" />
19
+
20
+ <!--
21
+ Uncomment to specify the url to be used for help. If not used, the
22
+ default value is something like
23
+ file://localhost/C:/Program Files/NUnit 2.2/doc/index.html
24
+ This setting is provided in case your default browser doesn't
25
+ support this format.
26
+ -->
27
+ <!-- <add key="helpUrl" value="http://www.nunit.org" /> -->
28
+
29
+ </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
+
53
+ </startup>
54
+ -->
55
+
56
+ <!--
57
+ The following <runtime> section allows running nunit under
58
+ .NET 1.0 by redirecting assemblies. The appliesTo attribute
59
+ causes the section to be ignored except under .NET 1.0
60
+ on a machine with only the .NET version 1.0 runtime installed.
61
+ 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.
64
+ -->
65
+
66
+ <runtime>
67
+
68
+ <legacyUnhandledExceptionPolicy enabled="1" />
69
+
70
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
71
+ <probing privatePath="addins"/>
72
+ </assemblyBinding>
73
+
74
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"
75
+ appliesTo="v1.0.3705">
76
+
77
+ <dependentAssembly>
78
+ <assemblyIdentity name="System"
79
+ publicKeyToken="b77a5c561934e089"
80
+ culture="neutral"/>
81
+ <bindingRedirect oldVersion="1.0.5000.0"
82
+ newVersion="1.0.3300.0"/>
83
+ </dependentAssembly>
84
+
85
+ <dependentAssembly>
86
+ <assemblyIdentity name="System.Data"
87
+ publicKeyToken="b77a5c561934e089"
88
+ culture="neutral"/>
89
+ <bindingRedirect oldVersion="1.0.5000.0"
90
+ newVersion="1.0.3300.0"/>
91
+ </dependentAssembly>
92
+
93
+ <dependentAssembly>
94
+ <assemblyIdentity name="System.Drawing"
95
+ publicKeyToken="b03f5f7f11d50a3a"
96
+ culture="neutral"/>
97
+ <bindingRedirect oldVersion="1.0.5000.0"
98
+ newVersion="1.0.3300.0"/>
99
+ </dependentAssembly>
100
+
101
+ <dependentAssembly>
102
+ <assemblyIdentity name="System.Windows.Forms"
103
+ publicKeyToken="b77a5c561934e089"
104
+ culture="neutral"/>
105
+ <bindingRedirect oldVersion="1.0.5000.0"
106
+ newVersion="1.0.3300.0"/>
107
+ </dependentAssembly>
108
+
109
+ <dependentAssembly>
110
+ <assemblyIdentity name="System.Xml"
111
+ publicKeyToken="b77a5c561934e089"
112
+ culture="neutral"/>
113
+ <bindingRedirect oldVersion="1.0.5000.0"
114
+ newVersion="1.0.3300.0"/>
115
+ </dependentAssembly>
116
+
117
+ </assemblyBinding>
118
+
119
+ </runtime>
120
+
121
+ </configuration>
Binary file
@@ -0,0 +1,121 @@
1
+ <?xml version="1.0" encoding="Windows-1252"?>
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
+ <!--
10
+ Application settings for NUnit-gui.exe. Do NOT put settings
11
+ for use by your tests here.
12
+ -->
13
+ <appSettings>
14
+
15
+ <!--
16
+ Specify the location to be used by .NET for the cache
17
+ -->
18
+ <add key="shadowfiles.path" value="%temp%\nunit20\ShadowCopyCache" />
19
+
20
+ <!--
21
+ Uncomment to specify the url to be used for help. If not used, the
22
+ default value is something like
23
+ file://localhost/C:/Program Files/NUnit 2.2/doc/index.html
24
+ This setting is provided in case your default browser doesn't
25
+ support this format.
26
+ -->
27
+ <!-- <add key="helpUrl" value="http://www.nunit.org" /> -->
28
+
29
+ </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
+
53
+ </startup>
54
+ -->
55
+
56
+ <!--
57
+ The following <runtime> section allows running nunit under
58
+ .NET 1.0 by redirecting assemblies. The appliesTo attribute
59
+ causes the section to be ignored except under .NET 1.0
60
+ on a machine with only the .NET version 1.0 runtime installed.
61
+ 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.
64
+ -->
65
+
66
+ <runtime>
67
+
68
+ <legacyUnhandledExceptionPolicy enabled="1" />
69
+
70
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
71
+ <probing privatePath="addins"/>
72
+ </assemblyBinding>
73
+
74
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"
75
+ appliesTo="v1.0.3705">
76
+
77
+ <dependentAssembly>
78
+ <assemblyIdentity name="System"
79
+ publicKeyToken="b77a5c561934e089"
80
+ culture="neutral"/>
81
+ <bindingRedirect oldVersion="1.0.5000.0"
82
+ newVersion="1.0.3300.0"/>
83
+ </dependentAssembly>
84
+
85
+ <dependentAssembly>
86
+ <assemblyIdentity name="System.Data"
87
+ publicKeyToken="b77a5c561934e089"
88
+ culture="neutral"/>
89
+ <bindingRedirect oldVersion="1.0.5000.0"
90
+ newVersion="1.0.3300.0"/>
91
+ </dependentAssembly>
92
+
93
+ <dependentAssembly>
94
+ <assemblyIdentity name="System.Drawing"
95
+ publicKeyToken="b03f5f7f11d50a3a"
96
+ culture="neutral"/>
97
+ <bindingRedirect oldVersion="1.0.5000.0"
98
+ newVersion="1.0.3300.0"/>
99
+ </dependentAssembly>
100
+
101
+ <dependentAssembly>
102
+ <assemblyIdentity name="System.Windows.Forms"
103
+ publicKeyToken="b77a5c561934e089"
104
+ culture="neutral"/>
105
+ <bindingRedirect oldVersion="1.0.5000.0"
106
+ newVersion="1.0.3300.0"/>
107
+ </dependentAssembly>
108
+
109
+ <dependentAssembly>
110
+ <assemblyIdentity name="System.Xml"
111
+ publicKeyToken="b77a5c561934e089"
112
+ culture="neutral"/>
113
+ <bindingRedirect oldVersion="1.0.5000.0"
114
+ newVersion="1.0.3300.0"/>
115
+ </dependentAssembly>
116
+
117
+ </assemblyBinding>
118
+
119
+ </runtime>
120
+
121
+ </configuration>