Merge lp://staging/~adam-rpconnelly/nunit-3.0/bug-459219 into lp://staging/nunit-3.0
- bug-459219
- Merge into trunk
Status: | Merged |
---|---|
Approved by: | Charlie Poole |
Approved revision: | not available |
Merged at revision: | not available |
Proposed branch: | lp://staging/~adam-rpconnelly/nunit-3.0/bug-459219 |
Merge into: | lp://staging/nunit-3.0 |
Diff against target: |
2605 lines (+1172/-1205) 8 files modified
solutions/vs2010/nunit.framework.tests/nunit.framework.tests.csproj (+230/-248) solutions/vs2010/nunit.framework/nunit.framework.csproj (+573/-634) solutions/vs2010/nunitlite.tests/nunitlite.tests.csproj (+131/-134) solutions/vs2010/nunitlite/nunitlite.csproj (+185/-186) solutions/vs2010/test-runner/test-runner.csproj (+3/-3) src/framework/Internal/TestContext.cs (+22/-0) src/test-assembly/TestFixtureData.cs (+12/-0) src/tests/NUnit/Core/CallContextTests.cs (+16/-0) |
To merge this branch: | bzr merge lp://staging/~adam-rpconnelly/nunit-3.0/bug-459219 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Charlie Poole | Approve | ||
Review via email: mp+16650@code.staging.launchpad.net |
Commit message
Description of the change
Adam Connelly (adam-rpconnelly) wrote : | # |
Charlie Poole (charlie.poole) wrote : | # |
It only matters in that the branches will have to be merged
in that order. No big deal.
> -----Original Message-----
> From: <email address hidden> [mailto:<email address hidden>] On
> Behalf Of Adam Connelly
> Sent: Tuesday, December 29, 2009 9:20 AM
> To: <email address hidden>
> Subject: [Merge] lp:~adam-rpconnelly/nunit-3.0/bug-459219
> into lp:nunit-3.0
>
> Adam Connelly has proposed merging
> lp:~adam-rpconnelly/nunit-3.0/bug-459219 into lp:nunit-3.0.
>
> Requested reviews:
> NUnit Core Developers (nunit-core)
> Related bugs:
> #459219 Changes to thread princpal cause failures under .NET 4.0
> https:/
>
>
> I started from my branch for bug 501352
> (https:/
> 352). I'm not sure if that matters.
> --
> https:/
> 19/+merge/16650
> You are subscribed to branch lp:nunit-3.0.
>
Charlie Poole (charlie.poole) : | # |
Preview Diff
1 | === modified file 'solutions/vs2010/nunit.framework.tests/nunit.framework.tests.csproj' |
2 | --- solutions/vs2010/nunit.framework.tests/nunit.framework.tests.csproj 2009-11-09 06:44:15 +0000 |
3 | +++ solutions/vs2010/nunit.framework.tests/nunit.framework.tests.csproj 2009-12-29 17:20:26 +0000 |
4 | @@ -44,15 +44,150 @@ |
5 | <Compile Include="..\..\..\src\CommonAssemblyInfo.cs"> |
6 | <Link>CommonAssemblyInfo.cs</Link> |
7 | </Compile> |
8 | + <Compile Include="..\..\..\src\tests\AlwaysEqualComparer.cs"> |
9 | + <Link>AlwaysEqualComparer.cs</Link> |
10 | + </Compile> |
11 | + <Compile Include="..\..\..\src\tests\ArrayEqualsFailureMessageFixture.cs"> |
12 | + <Link>ArrayEqualsFailureMessageFixture.cs</Link> |
13 | + </Compile> |
14 | + <Compile Include="..\..\..\src\tests\ArrayEqualsFixture.cs"> |
15 | + <Link>ArrayEqualsFixture.cs</Link> |
16 | + </Compile> |
17 | + <Compile Include="..\..\..\src\tests\ArrayNotEqualFixture.cs"> |
18 | + <Link>ArrayNotEqualFixture.cs</Link> |
19 | + </Compile> |
20 | + <Compile Include="..\..\..\src\tests\AssertTests\AssertFailTests.cs"> |
21 | + <Link>AssertTests\AssertFailTests.cs</Link> |
22 | + </Compile> |
23 | + <Compile Include="..\..\..\src\tests\AssertTests\AssertInconclusiveTests.cs"> |
24 | + <Link>AssertTests\AssertInconclusiveTests.cs</Link> |
25 | + </Compile> |
26 | + <Compile Include="..\..\..\src\tests\AssertTests\AssertPassTests.cs"> |
27 | + <Link>AssertTests\AssertPassTests.cs</Link> |
28 | + </Compile> |
29 | + <Compile Include="..\..\..\src\tests\AssertThrowsTests.cs"> |
30 | + <Link>AssertThrowsTests.cs</Link> |
31 | + </Compile> |
32 | + <Compile Include="..\..\..\src\tests\AssumeThatTests.cs"> |
33 | + <Link>AssumeThatTests.cs</Link> |
34 | + </Compile> |
35 | + <Compile Include="..\..\..\src\tests\CollectionAdapter.cs"> |
36 | + <Link>CollectionAdapter.cs</Link> |
37 | + </Compile> |
38 | + <Compile Include="..\..\..\src\tests\CollectionAssertTest.cs"> |
39 | + <Link>CollectionAssertTest.cs</Link> |
40 | + </Compile> |
41 | + <Compile Include="..\..\..\src\tests\ConditionAssertTests.cs"> |
42 | + <Link>ConditionAssertTests.cs</Link> |
43 | + </Compile> |
44 | + <Compile Include="..\..\..\src\tests\Constraints\AfterConstraintTests.cs"> |
45 | + <Link>Constraints\AfterConstraintTests.cs</Link> |
46 | + </Compile> |
47 | + <Compile Include="..\..\..\src\tests\Constraints\AndTest.cs"> |
48 | + <Link>Constraints\AndTest.cs</Link> |
49 | + </Compile> |
50 | + <Compile Include="..\..\..\src\tests\Constraints\BasicConstraintTests.cs"> |
51 | + <Link>Constraints\BasicConstraintTests.cs</Link> |
52 | + </Compile> |
53 | + <Compile Include="..\..\..\src\tests\Constraints\BinarySerializableTest.cs"> |
54 | + <Link>Constraints\BinarySerializableTest.cs</Link> |
55 | + </Compile> |
56 | + <Compile Include="..\..\..\src\tests\Constraints\CollectionConstraintTests.cs"> |
57 | + <Link>Constraints\CollectionConstraintTests.cs</Link> |
58 | + </Compile> |
59 | + <Compile Include="..\..\..\src\tests\Constraints\ComparerTests.cs"> |
60 | + <Link>Constraints\ComparerTests.cs</Link> |
61 | + </Compile> |
62 | + <Compile Include="..\..\..\src\tests\Constraints\ComparisonConstraintTests.cs"> |
63 | + <Link>Constraints\ComparisonConstraintTests.cs</Link> |
64 | + </Compile> |
65 | + <Compile Include="..\..\..\src\tests\Constraints\ConstraintTestBase.cs"> |
66 | + <Link>Constraints\ConstraintTestBase.cs</Link> |
67 | + </Compile> |
68 | + <Compile Include="..\..\..\src\tests\Constraints\EmptyConstraintTest.cs"> |
69 | + <Link>Constraints\EmptyConstraintTest.cs</Link> |
70 | + </Compile> |
71 | + <Compile Include="..\..\..\src\tests\Constraints\EqualTest.cs"> |
72 | + <Link>Constraints\EqualTest.cs</Link> |
73 | + </Compile> |
74 | + <Compile Include="..\..\..\src\tests\Constraints\FloatingPointNumericsTest.cs"> |
75 | + <Link>Constraints\FloatingPointNumericsTest.cs</Link> |
76 | + </Compile> |
77 | + <Compile Include="..\..\..\src\tests\Constraints\MsgUtilTests.cs"> |
78 | + <Link>Constraints\MsgUtilTests.cs</Link> |
79 | + </Compile> |
80 | + <Compile Include="..\..\..\src\tests\Constraints\NotTest.cs"> |
81 | + <Link>Constraints\NotTest.cs</Link> |
82 | + </Compile> |
83 | + <Compile Include="..\..\..\src\tests\Constraints\NumericsTest.cs"> |
84 | + <Link>Constraints\NumericsTest.cs</Link> |
85 | + </Compile> |
86 | + <Compile Include="..\..\..\src\tests\Constraints\OrTest.cs"> |
87 | + <Link>Constraints\OrTest.cs</Link> |
88 | + </Compile> |
89 | + <Compile Include="..\..\..\src\tests\Constraints\PathConstraintTests.cs"> |
90 | + <Link>Constraints\PathConstraintTests.cs</Link> |
91 | + </Compile> |
92 | + <Compile Include="..\..\..\src\tests\Constraints\PropertyTests.cs"> |
93 | + <Link>Constraints\PropertyTests.cs</Link> |
94 | + </Compile> |
95 | + <Compile Include="..\..\..\src\tests\Constraints\SameAsTest.cs"> |
96 | + <Link>Constraints\SameAsTest.cs</Link> |
97 | + </Compile> |
98 | + <Compile Include="..\..\..\src\tests\Constraints\StringConstraintTests.cs"> |
99 | + <Link>Constraints\StringConstraintTests.cs</Link> |
100 | + </Compile> |
101 | + <Compile Include="..\..\..\src\tests\Constraints\ThrowsConstraintTests.cs"> |
102 | + <Link>Constraints\ThrowsConstraintTests.cs</Link> |
103 | + </Compile> |
104 | + <Compile Include="..\..\..\src\tests\Constraints\TypeConstraintTests.cs"> |
105 | + <Link>Constraints\TypeConstraintTests.cs</Link> |
106 | + </Compile> |
107 | + <Compile Include="..\..\..\src\tests\Constraints\XmlSerializableTest.cs"> |
108 | + <Link>Constraints\XmlSerializableTest.cs</Link> |
109 | + </Compile> |
110 | + <Compile Include="..\..\..\src\tests\DirectoryAssertTests.cs"> |
111 | + <Link>DirectoryAssertTests.cs</Link> |
112 | + </Compile> |
113 | + <Compile Include="..\..\..\src\tests\EqualsFixture.cs"> |
114 | + <Link>EqualsFixture.cs</Link> |
115 | + </Compile> |
116 | + <Compile Include="..\..\..\src\tests\FileAssertTests.cs"> |
117 | + <Link>FileAssertTests.cs</Link> |
118 | + </Compile> |
119 | + <Compile Include="..\..\..\src\tests\GreaterEqualFixture.cs"> |
120 | + <Link>GreaterEqualFixture.cs</Link> |
121 | + </Compile> |
122 | + <Compile Include="..\..\..\src\tests\GreaterFixture.cs"> |
123 | + <Link>GreaterFixture.cs</Link> |
124 | + </Compile> |
125 | + <Compile Include="..\..\..\src\tests\LessEqualFixture.cs"> |
126 | + <Link>LessEqualFixture.cs</Link> |
127 | + </Compile> |
128 | + <Compile Include="..\..\..\src\tests\LessFixture.cs"> |
129 | + <Link>LessFixture.cs</Link> |
130 | + </Compile> |
131 | + <Compile Include="..\..\..\src\tests\ListContentsTests.cs"> |
132 | + <Link>ListContentsTests.cs</Link> |
133 | + </Compile> |
134 | + <Compile Include="..\..\..\src\tests\MessageChecker.cs"> |
135 | + <Link>MessageChecker.cs</Link> |
136 | + </Compile> |
137 | + <Compile Include="..\..\..\src\tests\NotEqualFixture.cs"> |
138 | + <Link>NotEqualFixture.cs</Link> |
139 | + </Compile> |
140 | + <Compile Include="..\..\..\src\tests\NotSameFixture.cs"> |
141 | + <Link>NotSameFixture.cs</Link> |
142 | + </Compile> |
143 | + <Compile Include="..\..\..\src\tests\NullableTypesTests.cs"> |
144 | + <Link>NullableTypesTests.cs</Link> |
145 | + </Compile> |
146 | <Compile Include="..\..\..\src\tests\NUnit\Core\AssemblyReaderTests.cs"> |
147 | <Link>NUnit\Core\AssemblyReaderTests.cs</Link> |
148 | </Compile> |
149 | <Compile Include="..\..\..\src\tests\NUnit\Core\AssertFailTests.cs"> |
150 | <Link>NUnit\Core\AssertFailTests.cs</Link> |
151 | </Compile> |
152 | - <Compile Include="..\..\..\src\tests\NUnit\Core\AssertIgnoreTests.cs"> |
153 | - <Link>NUnit\Core\AssertIgnoreTests.cs</Link> |
154 | - </Compile> |
155 | <Compile Include="..\..\..\src\tests\NUnit\Core\AssertInconclusiveTests.cs"> |
156 | <Link>NUnit\Core\AssertInconclusiveTests.cs</Link> |
157 | </Compile> |
158 | @@ -83,9 +218,6 @@ |
159 | <Compile Include="..\..\..\src\tests\NUnit\Core\DirectorySwapperTests.cs"> |
160 | <Link>NUnit\Core\DirectorySwapperTests.cs</Link> |
161 | </Compile> |
162 | - <Compile Include="..\..\..\src\tests\NUnit\Core\EventQueueTests.cs"> |
163 | - <Link>NUnit\Core\EventQueueTests.cs</Link> |
164 | - </Compile> |
165 | <Compile Include="..\..\..\src\tests\NUnit\Core\ExpectedExceptionTests.cs"> |
166 | <Link>NUnit\Core\ExpectedExceptionTests.cs</Link> |
167 | </Compile> |
168 | @@ -137,15 +269,9 @@ |
169 | <Compile Include="..\..\..\src\tests\NUnit\Core\SetCultureAttributeTests.cs"> |
170 | <Link>NUnit\Core\SetCultureAttributeTests.cs</Link> |
171 | </Compile> |
172 | - <Compile Include="..\..\..\src\tests\NUnit\Core\SetUpFixtureTests.cs"> |
173 | - <Link>NUnit\Core\SetUpFixtureTests.cs</Link> |
174 | - </Compile> |
175 | <Compile Include="..\..\..\src\tests\NUnit\Core\SetUpTest.cs"> |
176 | <Link>NUnit\Core\SetUpTest.cs</Link> |
177 | </Compile> |
178 | - <Compile Include="..\..\..\src\tests\NUnit\Core\SuiteBuilderTests.cs"> |
179 | - <Link>NUnit\Core\SuiteBuilderTests.cs</Link> |
180 | - </Compile> |
181 | <Compile Include="..\..\..\src\tests\NUnit\Core\TestCaseAttributeTests.cs"> |
182 | <Link>NUnit\Core\TestCaseAttributeTests.cs</Link> |
183 | </Compile> |
184 | @@ -155,15 +281,9 @@ |
185 | <Compile Include="..\..\..\src\tests\NUnit\Core\TestFixtureBuilderTests.cs"> |
186 | <Link>NUnit\Core\TestFixtureBuilderTests.cs</Link> |
187 | </Compile> |
188 | - <Compile Include="..\..\..\src\tests\NUnit\Core\TestFixtureExtensionTests.cs"> |
189 | - <Link>NUnit\Core\TestFixtureExtensionTests.cs</Link> |
190 | - </Compile> |
191 | <Compile Include="..\..\..\src\tests\NUnit\Core\TestFixtureTests.cs"> |
192 | <Link>NUnit\Core\TestFixtureTests.cs</Link> |
193 | </Compile> |
194 | - <Compile Include="..\..\..\src\tests\NUnit\Core\TestFrameworkTests.cs"> |
195 | - <Link>NUnit\Core\TestFrameworkTests.cs</Link> |
196 | - </Compile> |
197 | <Compile Include="..\..\..\src\tests\NUnit\Core\TestIDTests.cs"> |
198 | <Link>NUnit\Core\TestIDTests.cs</Link> |
199 | </Compile> |
200 | @@ -185,236 +305,98 @@ |
201 | <Compile Include="..\..\..\src\tests\NUnit\Core\UnhandledExceptionTests.cs"> |
202 | <Link>NUnit\Core\UnhandledExceptionTests.cs</Link> |
203 | </Compile> |
204 | - <Compile Include="..\..\..\src\tests\NUnit\Framework\AssertTests\AssertInconclusiveTests.cs"> |
205 | - <Link>NUnit\Framework\AssertTests\AssertInconclusiveTests.cs</Link> |
206 | - </Compile> |
207 | - <Compile Include="..\..\..\src\tests\NUnit\Framework\AssertTests\AssertPassTests.cs"> |
208 | - <Link>NUnit\Framework\AssertTests\AssertPassTests.cs</Link> |
209 | - </Compile> |
210 | - <Compile Include="..\..\..\src\tests\NUnit\Framework\AssertThrowsTests.cs"> |
211 | - <Link>NUnit\Framework\AssertThrowsTests.cs</Link> |
212 | - </Compile> |
213 | - <Compile Include="..\..\..\src\tests\NUnit\Framework\AssumeThatTests.cs"> |
214 | - <Link>NUnit\Framework\AssumeThatTests.cs</Link> |
215 | - </Compile> |
216 | - <Compile Include="..\..\..\src\tests\NUnit\Framework\CollectionAssertTest.cs"> |
217 | - <Link>NUnit\Framework\CollectionAssertTest.cs</Link> |
218 | - </Compile> |
219 | - <Compile Include="..\..\..\src\tests\NUnit\Framework\ConditionAssertTests.cs"> |
220 | - <Link>NUnit\Framework\ConditionAssertTests.cs</Link> |
221 | - </Compile> |
222 | - <Compile Include="..\..\..\src\tests\NUnit\Framework\Constraints\AfterConstraintTests.cs"> |
223 | - <Link>NUnit\Framework\Constraints\AfterConstraintTests.cs</Link> |
224 | - </Compile> |
225 | - <Compile Include="..\..\..\src\tests\NUnit\Framework\DirectoryAssertTests.cs"> |
226 | - <Link>NUnit\Framework\DirectoryAssertTests.cs</Link> |
227 | - </Compile> |
228 | - <Compile Include="..\..\..\src\tests\NUnit\Framework\EqualsFixture.cs"> |
229 | - <Link>NUnit\Framework\EqualsFixture.cs</Link> |
230 | - </Compile> |
231 | - <Compile Include="..\..\..\src\tests\NUnit\Framework\FileAssertTests.cs"> |
232 | - <Link>NUnit\Framework\FileAssertTests.cs</Link> |
233 | - </Compile> |
234 | - <Compile Include="..\..\..\src\tests\NUnit\Framework\GreaterEqualFixture.cs"> |
235 | - <Link>NUnit\Framework\GreaterEqualFixture.cs</Link> |
236 | - </Compile> |
237 | - <Compile Include="..\..\..\src\tests\NUnit\Framework\GreaterFixture.cs"> |
238 | - <Link>NUnit\Framework\GreaterFixture.cs</Link> |
239 | - </Compile> |
240 | - <Compile Include="..\..\..\src\tests\NUnit\Framework\LessEqualFixture.cs"> |
241 | - <Link>NUnit\Framework\LessEqualFixture.cs</Link> |
242 | - </Compile> |
243 | - <Compile Include="..\..\..\src\tests\NUnit\Framework\LessFixture.cs"> |
244 | - <Link>NUnit\Framework\LessFixture.cs</Link> |
245 | - </Compile> |
246 | - <Compile Include="..\..\..\src\tests\NUnit\Framework\ListContentsTests.cs"> |
247 | - <Link>NUnit\Framework\ListContentsTests.cs</Link> |
248 | - </Compile> |
249 | - <Compile Include="..\..\..\src\tests\NUnit\Framework\NotEqualFixture.cs"> |
250 | - <Link>NUnit\Framework\NotEqualFixture.cs</Link> |
251 | - </Compile> |
252 | - <Compile Include="..\..\..\src\tests\NUnit\Framework\NotSameFixture.cs"> |
253 | - <Link>NUnit\Framework\NotSameFixture.cs</Link> |
254 | - </Compile> |
255 | - <Compile Include="..\..\..\src\tests\NUnit\Framework\NullableTypesTests.cs"> |
256 | - <Link>NUnit\Framework\NullableTypesTests.cs</Link> |
257 | - </Compile> |
258 | - <Compile Include="..\..\..\src\tests\NUnit\Framework\RandomizerTests.cs"> |
259 | - <Link>NUnit\Framework\RandomizerTests.cs</Link> |
260 | - </Compile> |
261 | - <Compile Include="..\..\..\src\tests\NUnit\Framework\RangeTests.cs"> |
262 | - <Link>NUnit\Framework\RangeTests.cs</Link> |
263 | - </Compile> |
264 | - <Compile Include="..\..\..\src\tests\NUnit\Framework\SameFixture.cs"> |
265 | - <Link>NUnit\Framework\SameFixture.cs</Link> |
266 | - </Compile> |
267 | - <Compile Include="..\..\..\src\tests\NUnit\Framework\StringAssertTests.cs"> |
268 | - <Link>NUnit\Framework\StringAssertTests.cs</Link> |
269 | - </Compile> |
270 | - <Compile Include="..\..\..\src\tests\NUnit\Framework\Syntax\AfterTests.cs"> |
271 | - <Link>NUnit\Framework\Syntax\AfterTests.cs</Link> |
272 | - </Compile> |
273 | - <Compile Include="..\..\..\src\tests\NUnit\Framework\Syntax\ArbitraryConstraintMatching.cs"> |
274 | - <Link>NUnit\Framework\Syntax\ArbitraryConstraintMatching.cs</Link> |
275 | - </Compile> |
276 | - <Compile Include="..\..\..\src\tests\NUnit\Framework\Syntax\InvalidCodeTests.cs"> |
277 | - <Link>NUnit\Framework\Syntax\InvalidCodeTests.cs</Link> |
278 | - </Compile> |
279 | - <Compile Include="..\..\..\src\tests\NUnit\Framework\Syntax\TestCompiler.cs"> |
280 | - <Link>NUnit\Framework\Syntax\TestCompiler.cs</Link> |
281 | - </Compile> |
282 | - <Compile Include="..\..\..\src\tests\NUnit\Framework\TypeAssertTest.cs"> |
283 | - <Link>NUnit\Framework\TypeAssertTest.cs</Link> |
284 | - </Compile> |
285 | - <Compile Include="..\..\..\src\tests\NUnit\Framework\ValuesAttributeTests.cs"> |
286 | - <Link>NUnit\Framework\ValuesAttributeTests.cs</Link> |
287 | - </Compile> |
288 | - <Compile Include="..\..\..\src\tests\NUnit\TestUtilities\ResultSummary.cs"> |
289 | - <Link>NUnit\TestUtilities\ResultSummary.cs</Link> |
290 | - </Compile> |
291 | - <Compile Include="..\..\..\src\tests\NUnit\TestUtilities\TestAssert.cs"> |
292 | - <Link>NUnit\TestUtilities\TestAssert.cs</Link> |
293 | - </Compile> |
294 | - <Compile Include="..\..\..\src\tests\NUnit\TestUtilities\TestBuilder.cs"> |
295 | - <Link>NUnit\TestUtilities\TestBuilder.cs</Link> |
296 | - </Compile> |
297 | - <Compile Include="..\..\..\src\tests\NUnit\TestUtilities\TestFinder.cs"> |
298 | - <Link>NUnit\TestUtilities\TestFinder.cs</Link> |
299 | - </Compile> |
300 | - <Compile Include="..\..\..\src\tests\Shared\Framework\AlwaysEqualComparer.cs"> |
301 | - <Link>Shared\Framework\AlwaysEqualComparer.cs</Link> |
302 | - </Compile> |
303 | - <Compile Include="..\..\..\src\tests\Shared\Framework\ArrayEqualsFailureMessageFixture.cs"> |
304 | - <Link>Shared\Framework\ArrayEqualsFailureMessageFixture.cs</Link> |
305 | - </Compile> |
306 | - <Compile Include="..\..\..\src\tests\Shared\Framework\ArrayEqualsFixture.cs"> |
307 | - <Link>Shared\Framework\ArrayEqualsFixture.cs</Link> |
308 | - </Compile> |
309 | - <Compile Include="..\..\..\src\tests\Shared\Framework\ArrayNotEqualFixture.cs"> |
310 | - <Link>Shared\Framework\ArrayNotEqualFixture.cs</Link> |
311 | - </Compile> |
312 | - <Compile Include="..\..\..\src\tests\Shared\Framework\AssertTests\AssertFailTests.cs"> |
313 | - <Link>Shared\Framework\AssertTests\AssertFailTests.cs</Link> |
314 | - </Compile> |
315 | - <Compile Include="..\..\..\src\tests\Shared\Framework\CollectionAdapter.cs"> |
316 | - <Link>Shared\Framework\CollectionAdapter.cs</Link> |
317 | - </Compile> |
318 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\AndTest.cs"> |
319 | - <Link>Shared\Framework\Constraints\AndTest.cs</Link> |
320 | - </Compile> |
321 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\BasicConstraintTests.cs"> |
322 | - <Link>Shared\Framework\Constraints\BasicConstraintTests.cs</Link> |
323 | - </Compile> |
324 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\BinarySerializableTest.cs"> |
325 | - <Link>Shared\Framework\Constraints\BinarySerializableTest.cs</Link> |
326 | - </Compile> |
327 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\CollectionConstraintTests.cs"> |
328 | - <Link>Shared\Framework\Constraints\CollectionConstraintTests.cs</Link> |
329 | - </Compile> |
330 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ComparerTests.cs"> |
331 | - <Link>Shared\Framework\Constraints\ComparerTests.cs</Link> |
332 | - </Compile> |
333 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ComparisonConstraintTests.cs"> |
334 | - <Link>Shared\Framework\Constraints\ComparisonConstraintTests.cs</Link> |
335 | - </Compile> |
336 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ConstraintTestBase.cs"> |
337 | - <Link>Shared\Framework\Constraints\ConstraintTestBase.cs</Link> |
338 | - </Compile> |
339 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\EmptyConstraintTest.cs"> |
340 | - <Link>Shared\Framework\Constraints\EmptyConstraintTest.cs</Link> |
341 | - </Compile> |
342 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\EqualTest.cs"> |
343 | - <Link>Shared\Framework\Constraints\EqualTest.cs</Link> |
344 | - </Compile> |
345 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\FloatingPointNumericsTest.cs"> |
346 | - <Link>Shared\Framework\Constraints\FloatingPointNumericsTest.cs</Link> |
347 | - </Compile> |
348 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\MsgUtilTests.cs"> |
349 | - <Link>Shared\Framework\Constraints\MsgUtilTests.cs</Link> |
350 | - </Compile> |
351 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\NotTest.cs"> |
352 | - <Link>Shared\Framework\Constraints\NotTest.cs</Link> |
353 | - </Compile> |
354 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\NumericsTest.cs"> |
355 | - <Link>Shared\Framework\Constraints\NumericsTest.cs</Link> |
356 | - </Compile> |
357 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\OrTest.cs"> |
358 | - <Link>Shared\Framework\Constraints\OrTest.cs</Link> |
359 | - </Compile> |
360 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\PathConstraintTests.cs"> |
361 | - <Link>Shared\Framework\Constraints\PathConstraintTests.cs</Link> |
362 | - </Compile> |
363 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\PropertyTests.cs"> |
364 | - <Link>Shared\Framework\Constraints\PropertyTests.cs</Link> |
365 | - </Compile> |
366 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\SameAsTest.cs"> |
367 | - <Link>Shared\Framework\Constraints\SameAsTest.cs</Link> |
368 | - </Compile> |
369 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\StringConstraintTests.cs"> |
370 | - <Link>Shared\Framework\Constraints\StringConstraintTests.cs</Link> |
371 | - </Compile> |
372 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ThrowsConstraintTests.cs"> |
373 | - <Link>Shared\Framework\Constraints\ThrowsConstraintTests.cs</Link> |
374 | - </Compile> |
375 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\TypeConstraintTests.cs"> |
376 | - <Link>Shared\Framework\Constraints\TypeConstraintTests.cs</Link> |
377 | - </Compile> |
378 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\XmlSerializableTest.cs"> |
379 | - <Link>Shared\Framework\Constraints\XmlSerializableTest.cs</Link> |
380 | - </Compile> |
381 | - <Compile Include="..\..\..\src\tests\Shared\Framework\MessageChecker.cs"> |
382 | - <Link>Shared\Framework\MessageChecker.cs</Link> |
383 | - </Compile> |
384 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\CollectionTests.cs"> |
385 | - <Link>Shared\Framework\Syntax\CollectionTests.cs</Link> |
386 | - </Compile> |
387 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\ComparisonTests.cs"> |
388 | - <Link>Shared\Framework\Syntax\ComparisonTests.cs</Link> |
389 | - </Compile> |
390 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\EqualityTests.cs"> |
391 | - <Link>Shared\Framework\Syntax\EqualityTests.cs</Link> |
392 | - </Compile> |
393 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\OperatorOverrides.cs"> |
394 | - <Link>Shared\Framework\Syntax\OperatorOverrides.cs</Link> |
395 | - </Compile> |
396 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\OperatorTests.cs"> |
397 | - <Link>Shared\Framework\Syntax\OperatorTests.cs</Link> |
398 | - </Compile> |
399 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\PathConstraintTests.cs"> |
400 | - <Link>Shared\Framework\Syntax\PathConstraintTests.cs</Link> |
401 | - </Compile> |
402 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\PropertyTests.cs"> |
403 | - <Link>Shared\Framework\Syntax\PropertyTests.cs</Link> |
404 | - </Compile> |
405 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\SerializableConstraints.cs"> |
406 | - <Link>Shared\Framework\Syntax\SerializableConstraints.cs</Link> |
407 | - </Compile> |
408 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\SimpleConstraints.cs"> |
409 | - <Link>Shared\Framework\Syntax\SimpleConstraints.cs</Link> |
410 | - </Compile> |
411 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\StringConstraints.cs"> |
412 | - <Link>Shared\Framework\Syntax\StringConstraints.cs</Link> |
413 | - </Compile> |
414 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\SyntaxTest.cs"> |
415 | - <Link>Shared\Framework\Syntax\SyntaxTest.cs</Link> |
416 | - </Compile> |
417 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\ThrowsTests.cs"> |
418 | - <Link>Shared\Framework\Syntax\ThrowsTests.cs</Link> |
419 | - </Compile> |
420 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\TypeConstraints.cs"> |
421 | - <Link>Shared\Framework\Syntax\TypeConstraints.cs</Link> |
422 | - </Compile> |
423 | - <Compile Include="..\..\..\src\tests\Shared\Framework\TestComparer.cs"> |
424 | - <Link>Shared\Framework\TestComparer.cs</Link> |
425 | - </Compile> |
426 | - <Compile Include="..\..\..\src\tests\Shared\Framework\TestDelegates.cs"> |
427 | - <Link>Shared\Framework\TestDelegates.cs</Link> |
428 | - </Compile> |
429 | - <Compile Include="..\..\..\src\tests\Shared\Framework\TestFixtureAttributeTests.cs"> |
430 | - <Link>Shared\Framework\TestFixtureAttributeTests.cs</Link> |
431 | - </Compile> |
432 | - <Compile Include="..\..\..\src\tests\Shared\Framework\TextMessageWriterTests.cs"> |
433 | - <Link>Shared\Framework\TextMessageWriterTests.cs</Link> |
434 | + <Compile Include="..\..\..\src\tests\RandomizerTests.cs"> |
435 | + <Link>RandomizerTests.cs</Link> |
436 | + </Compile> |
437 | + <Compile Include="..\..\..\src\tests\RangeTests.cs"> |
438 | + <Link>RangeTests.cs</Link> |
439 | + </Compile> |
440 | + <Compile Include="..\..\..\src\tests\SameFixture.cs"> |
441 | + <Link>SameFixture.cs</Link> |
442 | + </Compile> |
443 | + <Compile Include="..\..\..\src\tests\StringAssertTests.cs"> |
444 | + <Link>StringAssertTests.cs</Link> |
445 | + </Compile> |
446 | + <Compile Include="..\..\..\src\tests\Syntax\AfterTests.cs"> |
447 | + <Link>Syntax\AfterTests.cs</Link> |
448 | + </Compile> |
449 | + <Compile Include="..\..\..\src\tests\Syntax\ArbitraryConstraintMatching.cs"> |
450 | + <Link>Syntax\ArbitraryConstraintMatching.cs</Link> |
451 | + </Compile> |
452 | + <Compile Include="..\..\..\src\tests\Syntax\CollectionTests.cs"> |
453 | + <Link>Syntax\CollectionTests.cs</Link> |
454 | + </Compile> |
455 | + <Compile Include="..\..\..\src\tests\Syntax\ComparisonTests.cs"> |
456 | + <Link>Syntax\ComparisonTests.cs</Link> |
457 | + </Compile> |
458 | + <Compile Include="..\..\..\src\tests\Syntax\EqualityTests.cs"> |
459 | + <Link>Syntax\EqualityTests.cs</Link> |
460 | + </Compile> |
461 | + <Compile Include="..\..\..\src\tests\Syntax\InvalidCodeTests.cs"> |
462 | + <Link>Syntax\InvalidCodeTests.cs</Link> |
463 | + </Compile> |
464 | + <Compile Include="..\..\..\src\tests\Syntax\OperatorOverrides.cs"> |
465 | + <Link>Syntax\OperatorOverrides.cs</Link> |
466 | + </Compile> |
467 | + <Compile Include="..\..\..\src\tests\Syntax\OperatorTests.cs"> |
468 | + <Link>Syntax\OperatorTests.cs</Link> |
469 | + </Compile> |
470 | + <Compile Include="..\..\..\src\tests\Syntax\PathConstraintTests.cs"> |
471 | + <Link>Syntax\PathConstraintTests.cs</Link> |
472 | + </Compile> |
473 | + <Compile Include="..\..\..\src\tests\Syntax\PropertyTests.cs"> |
474 | + <Link>Syntax\PropertyTests.cs</Link> |
475 | + </Compile> |
476 | + <Compile Include="..\..\..\src\tests\Syntax\SerializableConstraints.cs"> |
477 | + <Link>Syntax\SerializableConstraints.cs</Link> |
478 | + </Compile> |
479 | + <Compile Include="..\..\..\src\tests\Syntax\SimpleConstraints.cs"> |
480 | + <Link>Syntax\SimpleConstraints.cs</Link> |
481 | + </Compile> |
482 | + <Compile Include="..\..\..\src\tests\Syntax\StringConstraints.cs"> |
483 | + <Link>Syntax\StringConstraints.cs</Link> |
484 | + </Compile> |
485 | + <Compile Include="..\..\..\src\tests\Syntax\SyntaxTest.cs"> |
486 | + <Link>Syntax\SyntaxTest.cs</Link> |
487 | + </Compile> |
488 | + <Compile Include="..\..\..\src\tests\Syntax\TestCompiler.cs"> |
489 | + <Link>Syntax\TestCompiler.cs</Link> |
490 | + </Compile> |
491 | + <Compile Include="..\..\..\src\tests\Syntax\ThrowsTests.cs"> |
492 | + <Link>Syntax\ThrowsTests.cs</Link> |
493 | + </Compile> |
494 | + <Compile Include="..\..\..\src\tests\Syntax\TypeConstraints.cs"> |
495 | + <Link>Syntax\TypeConstraints.cs</Link> |
496 | + </Compile> |
497 | + <Compile Include="..\..\..\src\tests\TestComparer.cs"> |
498 | + <Link>TestComparer.cs</Link> |
499 | + </Compile> |
500 | + <Compile Include="..\..\..\src\tests\TestDelegates.cs"> |
501 | + <Link>TestDelegates.cs</Link> |
502 | + </Compile> |
503 | + <Compile Include="..\..\..\src\tests\TestFixtureAttributeTests.cs"> |
504 | + <Link>TestFixtureAttributeTests.cs</Link> |
505 | + </Compile> |
506 | + <Compile Include="..\..\..\src\tests\TestUtilities\ResultSummary.cs"> |
507 | + <Link>TestUtilities\ResultSummary.cs</Link> |
508 | + </Compile> |
509 | + <Compile Include="..\..\..\src\tests\TestUtilities\TestAssert.cs"> |
510 | + <Link>TestUtilities\TestAssert.cs</Link> |
511 | + </Compile> |
512 | + <Compile Include="..\..\..\src\tests\TestUtilities\TestBuilder.cs"> |
513 | + <Link>TestUtilities\TestBuilder.cs</Link> |
514 | + </Compile> |
515 | + <Compile Include="..\..\..\src\tests\TestUtilities\TestFinder.cs"> |
516 | + <Link>TestUtilities\TestFinder.cs</Link> |
517 | + </Compile> |
518 | + <Compile Include="..\..\..\src\tests\TextMessageWriterTests.cs"> |
519 | + <Link>TextMessageWriterTests.cs</Link> |
520 | + </Compile> |
521 | + <Compile Include="..\..\..\src\tests\TypeAssertTest.cs"> |
522 | + <Link>TypeAssertTest.cs</Link> |
523 | + </Compile> |
524 | + <Compile Include="..\..\..\src\tests\ValuesAttributeTests.cs"> |
525 | + <Link>ValuesAttributeTests.cs</Link> |
526 | </Compile> |
527 | </ItemGroup> |
528 | <ItemGroup> |
529 | |
530 | === modified file 'solutions/vs2010/nunit.framework/nunit.framework.csproj' |
531 | --- solutions/vs2010/nunit.framework/nunit.framework.csproj 2009-11-10 00:50:25 +0000 |
532 | +++ solutions/vs2010/nunit.framework/nunit.framework.csproj 2009-12-29 17:20:26 +0000 |
533 | @@ -48,642 +48,585 @@ |
534 | <Compile Include="..\..\..\src\CommonAssemblyInfo.cs"> |
535 | <Link>CommonAssemblyInfo.cs</Link> |
536 | </Compile> |
537 | + <Compile Include="..\..\..\src\framework\Api\DefaultTestAssemblyBuilder.cs"> |
538 | + <Link>Api\DefaultTestAssemblyBuilder.cs</Link> |
539 | + </Compile> |
540 | + <Compile Include="..\..\..\src\framework\Api\DefaultTestAssemblyRunner.cs"> |
541 | + <Link>Api\DefaultTestAssemblyRunner.cs</Link> |
542 | + </Compile> |
543 | + <Compile Include="..\..\..\src\framework\Api\ITest.cs"> |
544 | + <Link>Api\ITest.cs</Link> |
545 | + </Compile> |
546 | + <Compile Include="..\..\..\src\framework\Api\ITestAssemblyBuilder.cs"> |
547 | + <Link>Api\ITestAssemblyBuilder.cs</Link> |
548 | + </Compile> |
549 | + <Compile Include="..\..\..\src\framework\Api\ITestAssemblyRunner.cs"> |
550 | + <Link>Api\ITestAssemblyRunner.cs</Link> |
551 | + </Compile> |
552 | + <Compile Include="..\..\..\src\framework\Api\ITestListener.cs"> |
553 | + <Link>Api\ITestListener.cs</Link> |
554 | + </Compile> |
555 | + <Compile Include="..\..\..\src\framework\Api\ResultState.cs"> |
556 | + <Link>Api\ResultState.cs</Link> |
557 | + </Compile> |
558 | + <Compile Include="..\..\..\src\framework\Api\RunState.cs"> |
559 | + <Link>Api\RunState.cs</Link> |
560 | + </Compile> |
561 | + <Compile Include="..\..\..\src\framework\Api\RuntimeFramework.cs"> |
562 | + <Link>Api\RuntimeFramework.cs</Link> |
563 | + </Compile> |
564 | + <Compile Include="..\..\..\src\framework\Api\Test.cs"> |
565 | + <Link>Api\Test.cs</Link> |
566 | + </Compile> |
567 | + <Compile Include="..\..\..\src\framework\Api\TestAssemblyInfo.cs"> |
568 | + <Link>Api\TestAssemblyInfo.cs</Link> |
569 | + </Compile> |
570 | + <Compile Include="..\..\..\src\framework\Api\TestController.cs"> |
571 | + <Link>Api\TestController.cs</Link> |
572 | + </Compile> |
573 | + <Compile Include="..\..\..\src\framework\Api\TestFilter.cs"> |
574 | + <Link>Api\TestFilter.cs</Link> |
575 | + </Compile> |
576 | + <Compile Include="..\..\..\src\framework\Api\TestID.cs"> |
577 | + <Link>Api\TestID.cs</Link> |
578 | + </Compile> |
579 | + <Compile Include="..\..\..\src\framework\Api\TestInfo.cs"> |
580 | + <Link>Api\TestInfo.cs</Link> |
581 | + </Compile> |
582 | + <Compile Include="..\..\..\src\framework\Api\TestName.cs"> |
583 | + <Link>Api\TestName.cs</Link> |
584 | + </Compile> |
585 | + <Compile Include="..\..\..\src\framework\Api\TestOutput.cs"> |
586 | + <Link>Api\TestOutput.cs</Link> |
587 | + </Compile> |
588 | + <Compile Include="..\..\..\src\framework\Api\TestPackage.cs"> |
589 | + <Link>Api\TestPackage.cs</Link> |
590 | + </Compile> |
591 | + <Compile Include="..\..\..\src\framework\Api\TestResult.cs"> |
592 | + <Link>Api\TestResult.cs</Link> |
593 | + </Compile> |
594 | + <Compile Include="..\..\..\src\framework\Api\TestRunner.cs"> |
595 | + <Link>Api\TestRunner.cs</Link> |
596 | + </Compile> |
597 | <Compile Include="..\..\..\src\framework\AssemblyInfo.cs"> |
598 | <Link>AssemblyInfo.cs</Link> |
599 | </Compile> |
600 | + <Compile Include="..\..\..\src\framework\Assert.cs"> |
601 | + <Link>Assert.cs</Link> |
602 | + </Compile> |
603 | + <Compile Include="..\..\..\src\framework\AssertionHelper.cs"> |
604 | + <Link>AssertionHelper.cs</Link> |
605 | + </Compile> |
606 | + <Compile Include="..\..\..\src\framework\Assume.cs"> |
607 | + <Link>Assume.cs</Link> |
608 | + </Compile> |
609 | + <Compile Include="..\..\..\src\framework\Attributes\CategoryAttribute.cs"> |
610 | + <Link>Attributes\CategoryAttribute.cs</Link> |
611 | + </Compile> |
612 | + <Compile Include="..\..\..\src\framework\Attributes\DatapointAttributes.cs"> |
613 | + <Link>Attributes\DatapointAttributes.cs</Link> |
614 | + </Compile> |
615 | + <Compile Include="..\..\..\src\framework\Attributes\DescriptionAttribute.cs"> |
616 | + <Link>Attributes\DescriptionAttribute.cs</Link> |
617 | + </Compile> |
618 | + <Compile Include="..\..\..\src\framework\Attributes\ExpectedExceptionAttribute.cs"> |
619 | + <Link>Attributes\ExpectedExceptionAttribute.cs</Link> |
620 | + </Compile> |
621 | + <Compile Include="..\..\..\src\framework\Attributes\ExplicitAttribute.cs"> |
622 | + <Link>Attributes\ExplicitAttribute.cs</Link> |
623 | + </Compile> |
624 | + <Compile Include="..\..\..\src\framework\Attributes\IgnoreAttribute.cs"> |
625 | + <Link>Attributes\IgnoreAttribute.cs</Link> |
626 | + </Compile> |
627 | + <Compile Include="..\..\..\src\framework\Attributes\IncludeExcludeAttributes.cs"> |
628 | + <Link>Attributes\IncludeExcludeAttributes.cs</Link> |
629 | + </Compile> |
630 | + <Compile Include="..\..\..\src\framework\Attributes\JoinTypeAttributes.cs"> |
631 | + <Link>Attributes\JoinTypeAttributes.cs</Link> |
632 | + </Compile> |
633 | + <Compile Include="..\..\..\src\framework\Attributes\MaxTimeAttribute.cs"> |
634 | + <Link>Attributes\MaxTimeAttribute.cs</Link> |
635 | + </Compile> |
636 | + <Compile Include="..\..\..\src\framework\Attributes\PropertyAttribute.cs"> |
637 | + <Link>Attributes\PropertyAttribute.cs</Link> |
638 | + </Compile> |
639 | + <Compile Include="..\..\..\src\framework\Attributes\RandomAttribute.cs"> |
640 | + <Link>Attributes\RandomAttribute.cs</Link> |
641 | + </Compile> |
642 | + <Compile Include="..\..\..\src\framework\Attributes\RangeAttribute.cs"> |
643 | + <Link>Attributes\RangeAttribute.cs</Link> |
644 | + </Compile> |
645 | + <Compile Include="..\..\..\src\framework\Attributes\RepeatAttribute.cs"> |
646 | + <Link>Attributes\RepeatAttribute.cs</Link> |
647 | + </Compile> |
648 | + <Compile Include="..\..\..\src\framework\Attributes\RequiredAddinAttribute.cs"> |
649 | + <Link>Attributes\RequiredAddinAttribute.cs</Link> |
650 | + </Compile> |
651 | + <Compile Include="..\..\..\src\framework\Attributes\SetCultureAttribute.cs"> |
652 | + <Link>Attributes\SetCultureAttribute.cs</Link> |
653 | + </Compile> |
654 | + <Compile Include="..\..\..\src\framework\Attributes\SetUICultureAttribute.cs"> |
655 | + <Link>Attributes\SetUICultureAttribute.cs</Link> |
656 | + </Compile> |
657 | + <Compile Include="..\..\..\src\framework\Attributes\SetUpAttribute.cs"> |
658 | + <Link>Attributes\SetUpAttribute.cs</Link> |
659 | + </Compile> |
660 | + <Compile Include="..\..\..\src\framework\Attributes\SetUpFixtureAttribute.cs"> |
661 | + <Link>Attributes\SetUpFixtureAttribute.cs</Link> |
662 | + </Compile> |
663 | + <Compile Include="..\..\..\src\framework\Attributes\SuiteAttribute.cs"> |
664 | + <Link>Attributes\SuiteAttribute.cs</Link> |
665 | + </Compile> |
666 | + <Compile Include="..\..\..\src\framework\Attributes\TearDownAttribute.cs"> |
667 | + <Link>Attributes\TearDownAttribute.cs</Link> |
668 | + </Compile> |
669 | + <Compile Include="..\..\..\src\framework\Attributes\TestAttribute.cs"> |
670 | + <Link>Attributes\TestAttribute.cs</Link> |
671 | + </Compile> |
672 | + <Compile Include="..\..\..\src\framework\Attributes\TestCaseAttribute.cs"> |
673 | + <Link>Attributes\TestCaseAttribute.cs</Link> |
674 | + </Compile> |
675 | + <Compile Include="..\..\..\src\framework\Attributes\TestCaseSourceAttribute.cs"> |
676 | + <Link>Attributes\TestCaseSourceAttribute.cs</Link> |
677 | + </Compile> |
678 | + <Compile Include="..\..\..\src\framework\Attributes\TestFixtureAttribute.cs"> |
679 | + <Link>Attributes\TestFixtureAttribute.cs</Link> |
680 | + </Compile> |
681 | + <Compile Include="..\..\..\src\framework\Attributes\TestFixtureSetUpAttribute.cs"> |
682 | + <Link>Attributes\TestFixtureSetUpAttribute.cs</Link> |
683 | + </Compile> |
684 | + <Compile Include="..\..\..\src\framework\Attributes\TestFixtureTearDownAttribute.cs"> |
685 | + <Link>Attributes\TestFixtureTearDownAttribute.cs</Link> |
686 | + </Compile> |
687 | + <Compile Include="..\..\..\src\framework\Attributes\TheoryAttribute.cs"> |
688 | + <Link>Attributes\TheoryAttribute.cs</Link> |
689 | + </Compile> |
690 | + <Compile Include="..\..\..\src\framework\Attributes\ThreadingAttributes.cs"> |
691 | + <Link>Attributes\ThreadingAttributes.cs</Link> |
692 | + </Compile> |
693 | + <Compile Include="..\..\..\src\framework\Attributes\ValuesAttribute.cs"> |
694 | + <Link>Attributes\ValuesAttribute.cs</Link> |
695 | + </Compile> |
696 | + <Compile Include="..\..\..\src\framework\Attributes\ValueSourceAttribute.cs"> |
697 | + <Link>Attributes\ValueSourceAttribute.cs</Link> |
698 | + </Compile> |
699 | + <Compile Include="..\..\..\src\framework\CollectionAssert.cs"> |
700 | + <Link>CollectionAssert.cs</Link> |
701 | + </Compile> |
702 | <Compile Include="..\..\..\src\framework\CompatibleCollections.cs"> |
703 | <Link>CompatibleCollections.cs</Link> |
704 | </Compile> |
705 | - <Compile Include="..\..\..\src\framework\Env.cs"> |
706 | - <Link>Env.cs</Link> |
707 | - </Compile> |
708 | - <Compile Include="..\..\..\src\framework\NUnit\Core\AssemblyHelper.cs"> |
709 | - <Link>NUnit\Core\AssemblyHelper.cs</Link> |
710 | - </Compile> |
711 | - <Compile Include="..\..\..\src\framework\NUnit\Core\AssemblyReader.cs"> |
712 | - <Link>NUnit\Core\AssemblyReader.cs</Link> |
713 | - </Compile> |
714 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Builders\CombinatorialStrategy.cs"> |
715 | - <Link>NUnit\Core\Builders\CombinatorialStrategy.cs</Link> |
716 | - </Compile> |
717 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Builders\CombinatorialTestCaseProvider.cs"> |
718 | - <Link>NUnit\Core\Builders\CombinatorialTestCaseProvider.cs</Link> |
719 | - </Compile> |
720 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Builders\CombiningStrategy.cs"> |
721 | - <Link>NUnit\Core\Builders\CombiningStrategy.cs</Link> |
722 | - </Compile> |
723 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Builders\DatapointProvider.cs"> |
724 | - <Link>NUnit\Core\Builders\DatapointProvider.cs</Link> |
725 | - </Compile> |
726 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Builders\InlineDataPointProvider.cs"> |
727 | - <Link>NUnit\Core\Builders\InlineDataPointProvider.cs</Link> |
728 | - </Compile> |
729 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Builders\LegacySuiteBuilder.cs"> |
730 | - <Link>NUnit\Core\Builders\LegacySuiteBuilder.cs</Link> |
731 | - </Compile> |
732 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Builders\NUnitTestCaseBuilder.cs"> |
733 | - <Link>NUnit\Core\Builders\NUnitTestCaseBuilder.cs</Link> |
734 | - </Compile> |
735 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Builders\NUnitTestFixtureBuilder.cs"> |
736 | - <Link>NUnit\Core\Builders\NUnitTestFixtureBuilder.cs</Link> |
737 | - </Compile> |
738 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Builders\PairwiseStrategy.cs"> |
739 | - <Link>NUnit\Core\Builders\PairwiseStrategy.cs</Link> |
740 | - </Compile> |
741 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Builders\ProviderCache.cs"> |
742 | - <Link>NUnit\Core\Builders\ProviderCache.cs</Link> |
743 | - </Compile> |
744 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Builders\ProviderInfo.cs"> |
745 | - <Link>NUnit\Core\Builders\ProviderInfo.cs</Link> |
746 | - </Compile> |
747 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Builders\SequentialStrategy.cs"> |
748 | - <Link>NUnit\Core\Builders\SequentialStrategy.cs</Link> |
749 | - </Compile> |
750 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Builders\SetUpFixtureBuilder.cs"> |
751 | - <Link>NUnit\Core\Builders\SetUpFixtureBuilder.cs</Link> |
752 | - </Compile> |
753 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Builders\TestAssemblyBuilder.cs"> |
754 | - <Link>NUnit\Core\Builders\TestAssemblyBuilder.cs</Link> |
755 | - </Compile> |
756 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Builders\TestCaseParameterProvider.cs"> |
757 | - <Link>NUnit\Core\Builders\TestCaseParameterProvider.cs</Link> |
758 | - </Compile> |
759 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Builders\TestCaseSourceProvider.cs"> |
760 | - <Link>NUnit\Core\Builders\TestCaseSourceProvider.cs</Link> |
761 | - </Compile> |
762 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Builders\ValueSourceProvider.cs"> |
763 | - <Link>NUnit\Core\Builders\ValueSourceProvider.cs</Link> |
764 | - </Compile> |
765 | - <Compile Include="..\..\..\src\framework\NUnit\Core\CoreExtensions.cs"> |
766 | - <Link>NUnit\Core\CoreExtensions.cs</Link> |
767 | - </Compile> |
768 | - <Compile Include="..\..\..\src\framework\NUnit\Core\CultureDetector.cs"> |
769 | - <Link>NUnit\Core\CultureDetector.cs</Link> |
770 | - </Compile> |
771 | - <Compile Include="..\..\..\src\framework\NUnit\Core\DirectorySwapper.cs"> |
772 | - <Link>NUnit\Core\DirectorySwapper.cs</Link> |
773 | - </Compile> |
774 | - <Compile Include="..\..\..\src\framework\NUnit\Core\EventListenerTextWriter.cs"> |
775 | - <Link>NUnit\Core\EventListenerTextWriter.cs</Link> |
776 | - </Compile> |
777 | - <Compile Include="..\..\..\src\framework\NUnit\Core\EventPump.cs"> |
778 | - <Link>NUnit\Core\EventPump.cs</Link> |
779 | - </Compile> |
780 | - <Compile Include="..\..\..\src\framework\NUnit\Core\EventQueue.cs"> |
781 | - <Link>NUnit\Core\EventQueue.cs</Link> |
782 | - </Compile> |
783 | - <Compile Include="..\..\..\src\framework\NUnit\Core\ExpectedExceptionProcessor.cs"> |
784 | - <Link>NUnit\Core\ExpectedExceptionProcessor.cs</Link> |
785 | - </Compile> |
786 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Extensibility\DataPointProviders.cs"> |
787 | - <Link>NUnit\Core\Extensibility\DataPointProviders.cs</Link> |
788 | - </Compile> |
789 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Extensibility\EventListenerCollection.cs"> |
790 | - <Link>NUnit\Core\Extensibility\EventListenerCollection.cs</Link> |
791 | - </Compile> |
792 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Extensibility\ExtensionHost.cs"> |
793 | - <Link>NUnit\Core\Extensibility\ExtensionHost.cs</Link> |
794 | - </Compile> |
795 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Extensibility\ExtensionPoint.cs"> |
796 | - <Link>NUnit\Core\Extensibility\ExtensionPoint.cs</Link> |
797 | - </Compile> |
798 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Extensibility\ExtensionsCollection.cs"> |
799 | - <Link>NUnit\Core\Extensibility\ExtensionsCollection.cs</Link> |
800 | - </Compile> |
801 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Extensibility\FrameworkRegistry.cs"> |
802 | - <Link>NUnit\Core\Extensibility\FrameworkRegistry.cs</Link> |
803 | - </Compile> |
804 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Extensibility\ParameterSet.cs"> |
805 | - <Link>NUnit\Core\Extensibility\ParameterSet.cs</Link> |
806 | - </Compile> |
807 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Extensibility\SuiteBuilderCollection.cs"> |
808 | - <Link>NUnit\Core\Extensibility\SuiteBuilderCollection.cs</Link> |
809 | - </Compile> |
810 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Extensibility\TestCaseBuilderCollection.cs"> |
811 | - <Link>NUnit\Core\Extensibility\TestCaseBuilderCollection.cs</Link> |
812 | - </Compile> |
813 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Extensibility\TestCaseProviders.cs"> |
814 | - <Link>NUnit\Core\Extensibility\TestCaseProviders.cs</Link> |
815 | - </Compile> |
816 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Extensibility\TestDecoratorCollection.cs"> |
817 | - <Link>NUnit\Core\Extensibility\TestDecoratorCollection.cs</Link> |
818 | - </Compile> |
819 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Interfaces\Extensibility\Addin.cs"> |
820 | - <Link>NUnit\Core\Interfaces\Extensibility\Addin.cs</Link> |
821 | - </Compile> |
822 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Interfaces\Extensibility\AddinStatus.cs"> |
823 | - <Link>NUnit\Core\Interfaces\Extensibility\AddinStatus.cs</Link> |
824 | - </Compile> |
825 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Interfaces\Extensibility\ExtensionType.cs"> |
826 | - <Link>NUnit\Core\Interfaces\Extensibility\ExtensionType.cs</Link> |
827 | - </Compile> |
828 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Interfaces\Extensibility\IAddin.cs"> |
829 | - <Link>NUnit\Core\Interfaces\Extensibility\IAddin.cs</Link> |
830 | - </Compile> |
831 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Interfaces\Extensibility\IAddinRegistry.cs"> |
832 | - <Link>NUnit\Core\Interfaces\Extensibility\IAddinRegistry.cs</Link> |
833 | - </Compile> |
834 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Interfaces\Extensibility\IDataPointProvider.cs"> |
835 | - <Link>NUnit\Core\Interfaces\Extensibility\IDataPointProvider.cs</Link> |
836 | - </Compile> |
837 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Interfaces\Extensibility\IExtensionHost.cs"> |
838 | - <Link>NUnit\Core\Interfaces\Extensibility\IExtensionHost.cs</Link> |
839 | - </Compile> |
840 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Interfaces\Extensibility\IExtensionPoint.cs"> |
841 | - <Link>NUnit\Core\Interfaces\Extensibility\IExtensionPoint.cs</Link> |
842 | - </Compile> |
843 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Interfaces\Extensibility\IFrameworkRegistry.cs"> |
844 | - <Link>NUnit\Core\Interfaces\Extensibility\IFrameworkRegistry.cs</Link> |
845 | - </Compile> |
846 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Interfaces\Extensibility\ISuiteBuilder.cs"> |
847 | - <Link>NUnit\Core\Interfaces\Extensibility\ISuiteBuilder.cs</Link> |
848 | - </Compile> |
849 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Interfaces\Extensibility\ITestCaseBuilder.cs"> |
850 | - <Link>NUnit\Core\Interfaces\Extensibility\ITestCaseBuilder.cs</Link> |
851 | - </Compile> |
852 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Interfaces\Extensibility\ITestCaseProvider.cs"> |
853 | - <Link>NUnit\Core\Interfaces\Extensibility\ITestCaseProvider.cs</Link> |
854 | - </Compile> |
855 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Interfaces\Extensibility\ITestDecorator.cs"> |
856 | - <Link>NUnit\Core\Interfaces\Extensibility\ITestDecorator.cs</Link> |
857 | - </Compile> |
858 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Interfaces\Extensibility\NUnitAddinAttribute.cs"> |
859 | - <Link>NUnit\Core\Interfaces\Extensibility\NUnitAddinAttribute.cs</Link> |
860 | - </Compile> |
861 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Interfaces\Extensibility\TestFramework.cs"> |
862 | - <Link>NUnit\Core\Interfaces\Extensibility\TestFramework.cs</Link> |
863 | - </Compile> |
864 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Interfaces\Filters\AndFilter.cs"> |
865 | - <Link>NUnit\Core\Interfaces\Filters\AndFilter.cs</Link> |
866 | - </Compile> |
867 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Interfaces\Filters\CategoryFilter.cs"> |
868 | - <Link>NUnit\Core\Interfaces\Filters\CategoryFilter.cs</Link> |
869 | - </Compile> |
870 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Interfaces\Filters\NameFilter.cs"> |
871 | - <Link>NUnit\Core\Interfaces\Filters\NameFilter.cs</Link> |
872 | - </Compile> |
873 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Interfaces\Filters\NotFilter.cs"> |
874 | - <Link>NUnit\Core\Interfaces\Filters\NotFilter.cs</Link> |
875 | - </Compile> |
876 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Interfaces\Filters\OrFilter.cs"> |
877 | - <Link>NUnit\Core\Interfaces\Filters\OrFilter.cs</Link> |
878 | - </Compile> |
879 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Interfaces\Filters\SimpleNameFilter.cs"> |
880 | - <Link>NUnit\Core\Interfaces\Filters\SimpleNameFilter.cs</Link> |
881 | - </Compile> |
882 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Interfaces\IService.cs"> |
883 | - <Link>NUnit\Core\Interfaces\IService.cs</Link> |
884 | - </Compile> |
885 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Interfaces\ITest.cs"> |
886 | - <Link>NUnit\Core\Interfaces\ITest.cs</Link> |
887 | - </Compile> |
888 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Interfaces\ITestListener.cs"> |
889 | - <Link>NUnit\Core\Interfaces\ITestListener.cs</Link> |
890 | - </Compile> |
891 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Interfaces\ResultState.cs"> |
892 | - <Link>NUnit\Core\Interfaces\ResultState.cs</Link> |
893 | - </Compile> |
894 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Interfaces\RunState.cs"> |
895 | - <Link>NUnit\Core\Interfaces\RunState.cs</Link> |
896 | - </Compile> |
897 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Interfaces\RuntimeFramework.cs"> |
898 | - <Link>NUnit\Core\Interfaces\RuntimeFramework.cs</Link> |
899 | - </Compile> |
900 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Interfaces\Test.cs"> |
901 | - <Link>NUnit\Core\Interfaces\Test.cs</Link> |
902 | - </Compile> |
903 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Interfaces\TestAssemblyInfo.cs"> |
904 | - <Link>NUnit\Core\Interfaces\TestAssemblyInfo.cs</Link> |
905 | - </Compile> |
906 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Interfaces\TestFilter.cs"> |
907 | - <Link>NUnit\Core\Interfaces\TestFilter.cs</Link> |
908 | - </Compile> |
909 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Interfaces\TestID.cs"> |
910 | - <Link>NUnit\Core\Interfaces\TestID.cs</Link> |
911 | - </Compile> |
912 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Interfaces\TestInfo.cs"> |
913 | - <Link>NUnit\Core\Interfaces\TestInfo.cs</Link> |
914 | - </Compile> |
915 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Interfaces\TestName.cs"> |
916 | - <Link>NUnit\Core\Interfaces\TestName.cs</Link> |
917 | - </Compile> |
918 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Interfaces\TestNode.cs"> |
919 | - <Link>NUnit\Core\Interfaces\TestNode.cs</Link> |
920 | - </Compile> |
921 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Interfaces\TestOutput.cs"> |
922 | - <Link>NUnit\Core\Interfaces\TestOutput.cs</Link> |
923 | - </Compile> |
924 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Interfaces\TestPackage.cs"> |
925 | - <Link>NUnit\Core\Interfaces\TestPackage.cs</Link> |
926 | - </Compile> |
927 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Interfaces\TestResult.cs"> |
928 | - <Link>NUnit\Core\Interfaces\TestResult.cs</Link> |
929 | - </Compile> |
930 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Interfaces\TestRunner.cs"> |
931 | - <Link>NUnit\Core\Interfaces\TestRunner.cs</Link> |
932 | - </Compile> |
933 | - <Compile Include="..\..\..\src\framework\NUnit\Core\InternalTrace.cs"> |
934 | - <Link>NUnit\Core\InternalTrace.cs</Link> |
935 | - </Compile> |
936 | - <Compile Include="..\..\..\src\framework\NUnit\Core\InternalTraceWriter.cs"> |
937 | - <Link>NUnit\Core\InternalTraceWriter.cs</Link> |
938 | - </Compile> |
939 | - <Compile Include="..\..\..\src\framework\NUnit\Core\InvalidTestFixtureException.cs"> |
940 | - <Link>NUnit\Core\InvalidTestFixtureException.cs</Link> |
941 | - </Compile> |
942 | - <Compile Include="..\..\..\src\framework\NUnit\Core\LegacySuite.cs"> |
943 | - <Link>NUnit\Core\LegacySuite.cs</Link> |
944 | - </Compile> |
945 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Log4NetCapture.cs"> |
946 | - <Link>NUnit\Core\Log4NetCapture.cs</Link> |
947 | - </Compile> |
948 | - <Compile Include="..\..\..\src\framework\NUnit\Core\LogCapture.cs"> |
949 | - <Link>NUnit\Core\LogCapture.cs</Link> |
950 | - </Compile> |
951 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Logger.cs"> |
952 | - <Link>NUnit\Core\Logger.cs</Link> |
953 | - </Compile> |
954 | - <Compile Include="..\..\..\src\framework\NUnit\Core\MethodHelper.cs"> |
955 | - <Link>NUnit\Core\MethodHelper.cs</Link> |
956 | - </Compile> |
957 | - <Compile Include="..\..\..\src\framework\NUnit\Core\NamespaceTreeBuilder.cs"> |
958 | - <Link>NUnit\Core\NamespaceTreeBuilder.cs</Link> |
959 | - </Compile> |
960 | - <Compile Include="..\..\..\src\framework\NUnit\Core\NUnitConfiguration.cs"> |
961 | - <Link>NUnit\Core\NUnitConfiguration.cs</Link> |
962 | - </Compile> |
963 | - <Compile Include="..\..\..\src\framework\NUnit\Core\NUnitException.cs"> |
964 | - <Link>NUnit\Core\NUnitException.cs</Link> |
965 | - </Compile> |
966 | - <Compile Include="..\..\..\src\framework\NUnit\Core\NUnitFramework.cs"> |
967 | - <Link>NUnit\Core\NUnitFramework.cs</Link> |
968 | - </Compile> |
969 | - <Compile Include="..\..\..\src\framework\NUnit\Core\NUnitTestFixture.cs"> |
970 | - <Link>NUnit\Core\NUnitTestFixture.cs</Link> |
971 | - </Compile> |
972 | - <Compile Include="..\..\..\src\framework\NUnit\Core\NUnitTestMethod.cs"> |
973 | - <Link>NUnit\Core\NUnitTestMethod.cs</Link> |
974 | - </Compile> |
975 | - <Compile Include="..\..\..\src\framework\NUnit\Core\OSPlatform.cs"> |
976 | - <Link>NUnit\Core\OSPlatform.cs</Link> |
977 | - </Compile> |
978 | - <Compile Include="..\..\..\src\framework\NUnit\Core\ParameterizedTestMethodSuite.cs"> |
979 | - <Link>NUnit\Core\ParameterizedTestMethodSuite.cs</Link> |
980 | - </Compile> |
981 | - <Compile Include="..\..\..\src\framework\NUnit\Core\PlatformHelper.cs"> |
982 | - <Link>NUnit\Core\PlatformHelper.cs</Link> |
983 | - </Compile> |
984 | - <Compile Include="..\..\..\src\framework\NUnit\Core\ProxyTestRunner.cs"> |
985 | - <Link>NUnit\Core\ProxyTestRunner.cs</Link> |
986 | - </Compile> |
987 | - <Compile Include="..\..\..\src\framework\NUnit\Core\QueuingEventListener.cs"> |
988 | - <Link>NUnit\Core\QueuingEventListener.cs</Link> |
989 | - </Compile> |
990 | - <Compile Include="..\..\..\src\framework\NUnit\Core\Reflect.cs"> |
991 | - <Link>NUnit\Core\Reflect.cs</Link> |
992 | - </Compile> |
993 | - <Compile Include="..\..\..\src\framework\NUnit\Core\RemoteTestRunner.cs"> |
994 | - <Link>NUnit\Core\RemoteTestRunner.cs</Link> |
995 | - </Compile> |
996 | - <Compile Include="..\..\..\src\framework\NUnit\Core\SetUpFixture.cs"> |
997 | - <Link>NUnit\Core\SetUpFixture.cs</Link> |
998 | - </Compile> |
999 | - <Compile Include="..\..\..\src\framework\NUnit\Core\SimpleTestRunner.cs"> |
1000 | - <Link>NUnit\Core\SimpleTestRunner.cs</Link> |
1001 | - </Compile> |
1002 | - <Compile Include="..\..\..\src\framework\NUnit\Core\SuiteBuilderAttribute.cs"> |
1003 | - <Link>NUnit\Core\SuiteBuilderAttribute.cs</Link> |
1004 | - </Compile> |
1005 | - <Compile Include="..\..\..\src\framework\NUnit\Core\TestCaseBuilderAttribute.cs"> |
1006 | - <Link>NUnit\Core\TestCaseBuilderAttribute.cs</Link> |
1007 | - </Compile> |
1008 | - <Compile Include="..\..\..\src\framework\NUnit\Core\TestContext.cs"> |
1009 | - <Link>NUnit\Core\TestContext.cs</Link> |
1010 | - </Compile> |
1011 | - <Compile Include="..\..\..\src\framework\NUnit\Core\TestDecoratorAttribute.cs"> |
1012 | - <Link>NUnit\Core\TestDecoratorAttribute.cs</Link> |
1013 | - </Compile> |
1014 | - <Compile Include="..\..\..\src\framework\NUnit\Core\TestDriver.cs"> |
1015 | - <Link>NUnit\Core\TestDriver.cs</Link> |
1016 | - </Compile> |
1017 | - <Compile Include="..\..\..\src\framework\NUnit\Core\TestFixture.cs"> |
1018 | - <Link>NUnit\Core\TestFixture.cs</Link> |
1019 | - </Compile> |
1020 | - <Compile Include="..\..\..\src\framework\NUnit\Core\TestFixtureBuilder.cs"> |
1021 | - <Link>NUnit\Core\TestFixtureBuilder.cs</Link> |
1022 | - </Compile> |
1023 | - <Compile Include="..\..\..\src\framework\NUnit\Core\TestListener.cs"> |
1024 | - <Link>NUnit\Core\TestListener.cs</Link> |
1025 | - </Compile> |
1026 | - <Compile Include="..\..\..\src\framework\NUnit\Core\TestMethod.cs"> |
1027 | - <Link>NUnit\Core\TestMethod.cs</Link> |
1028 | - </Compile> |
1029 | - <Compile Include="..\..\..\src\framework\NUnit\Core\TestRunnerThread.cs"> |
1030 | - <Link>NUnit\Core\TestRunnerThread.cs</Link> |
1031 | - </Compile> |
1032 | - <Compile Include="..\..\..\src\framework\NUnit\Core\TestSuite.cs"> |
1033 | - <Link>NUnit\Core\TestSuite.cs</Link> |
1034 | - </Compile> |
1035 | - <Compile Include="..\..\..\src\framework\NUnit\Core\TestSuiteBuilder.cs"> |
1036 | - <Link>NUnit\Core\TestSuiteBuilder.cs</Link> |
1037 | - </Compile> |
1038 | - <Compile Include="..\..\..\src\framework\NUnit\Core\TestThread.cs"> |
1039 | - <Link>NUnit\Core\TestThread.cs</Link> |
1040 | - </Compile> |
1041 | - <Compile Include="..\..\..\src\framework\NUnit\Core\TextCapture.cs"> |
1042 | - <Link>NUnit\Core\TextCapture.cs</Link> |
1043 | - </Compile> |
1044 | - <Compile Include="..\..\..\src\framework\NUnit\Core\ThreadedTestRunner.cs"> |
1045 | - <Link>NUnit\Core\ThreadedTestRunner.cs</Link> |
1046 | - </Compile> |
1047 | - <Compile Include="..\..\..\src\framework\NUnit\Core\TypeHelper.cs"> |
1048 | - <Link>NUnit\Core\TypeHelper.cs</Link> |
1049 | - </Compile> |
1050 | - <Compile Include="..\..\..\src\framework\NUnit\Framework\Assume.cs"> |
1051 | - <Link>NUnit\Framework\Assume.cs</Link> |
1052 | - </Compile> |
1053 | - <Compile Include="..\..\..\src\framework\NUnit\Framework\CategoryAttribute.cs"> |
1054 | - <Link>NUnit\Framework\CategoryAttribute.cs</Link> |
1055 | - </Compile> |
1056 | - <Compile Include="..\..\..\src\framework\NUnit\Framework\CollectionAssert.cs"> |
1057 | - <Link>NUnit\Framework\CollectionAssert.cs</Link> |
1058 | - </Compile> |
1059 | - <Compile Include="..\..\..\src\framework\NUnit\Framework\Constraints\DelayedConstraint.cs"> |
1060 | - <Link>NUnit\Framework\Constraints\DelayedConstraint.cs</Link> |
1061 | - </Compile> |
1062 | - <Compile Include="..\..\..\src\framework\NUnit\Framework\Constraints\DirectoryConstraints.cs"> |
1063 | - <Link>NUnit\Framework\Constraints\DirectoryConstraints.cs</Link> |
1064 | - </Compile> |
1065 | - <Compile Include="..\..\..\src\framework\NUnit\Framework\Constraints\PredicateConstraint.cs"> |
1066 | - <Link>NUnit\Framework\Constraints\PredicateConstraint.cs</Link> |
1067 | - </Compile> |
1068 | - <Compile Include="..\..\..\src\framework\NUnit\Framework\DatapointAttributes.cs"> |
1069 | - <Link>NUnit\Framework\DatapointAttributes.cs</Link> |
1070 | - </Compile> |
1071 | - <Compile Include="..\..\..\src\framework\NUnit\Framework\DirectoryAssert.cs"> |
1072 | - <Link>NUnit\Framework\DirectoryAssert.cs</Link> |
1073 | - </Compile> |
1074 | - <Compile Include="..\..\..\src\framework\NUnit\Framework\ExplicitAttribute.cs"> |
1075 | - <Link>NUnit\Framework\ExplicitAttribute.cs</Link> |
1076 | - </Compile> |
1077 | - <Compile Include="..\..\..\src\framework\NUnit\Framework\FileAssert.cs"> |
1078 | - <Link>NUnit\Framework\FileAssert.cs</Link> |
1079 | - </Compile> |
1080 | - <Compile Include="..\..\..\src\framework\NUnit\Framework\IgnoreException.cs"> |
1081 | - <Link>NUnit\Framework\IgnoreException.cs</Link> |
1082 | - </Compile> |
1083 | - <Compile Include="..\..\..\src\framework\NUnit\Framework\IncludeExcludeAttributes.cs"> |
1084 | - <Link>NUnit\Framework\IncludeExcludeAttributes.cs</Link> |
1085 | - </Compile> |
1086 | - <Compile Include="..\..\..\src\framework\NUnit\Framework\InconclusiveException.cs"> |
1087 | - <Link>NUnit\Framework\InconclusiveException.cs</Link> |
1088 | - </Compile> |
1089 | - <Compile Include="..\..\..\src\framework\NUnit\Framework\Iz.cs"> |
1090 | - <Link>NUnit\Framework\Iz.cs</Link> |
1091 | - </Compile> |
1092 | - <Compile Include="..\..\..\src\framework\NUnit\Framework\JoinTypeAttributes.cs"> |
1093 | - <Link>NUnit\Framework\JoinTypeAttributes.cs</Link> |
1094 | - </Compile> |
1095 | - <Compile Include="..\..\..\src\framework\NUnit\Framework\List.cs"> |
1096 | - <Link>NUnit\Framework\List.cs</Link> |
1097 | - </Compile> |
1098 | - <Compile Include="..\..\..\src\framework\NUnit\Framework\MaxTimeAttribute.cs"> |
1099 | - <Link>NUnit\Framework\MaxTimeAttribute.cs</Link> |
1100 | - </Compile> |
1101 | - <Compile Include="..\..\..\src\framework\NUnit\Framework\RandomAttribute.cs"> |
1102 | - <Link>NUnit\Framework\RandomAttribute.cs</Link> |
1103 | - </Compile> |
1104 | - <Compile Include="..\..\..\src\framework\NUnit\Framework\Randomizer.cs"> |
1105 | - <Link>NUnit\Framework\Randomizer.cs</Link> |
1106 | - </Compile> |
1107 | - <Compile Include="..\..\..\src\framework\NUnit\Framework\RangeAttribute.cs"> |
1108 | - <Link>NUnit\Framework\RangeAttribute.cs</Link> |
1109 | - </Compile> |
1110 | - <Compile Include="..\..\..\src\framework\NUnit\Framework\RepeatAttribute.cs"> |
1111 | - <Link>NUnit\Framework\RepeatAttribute.cs</Link> |
1112 | - </Compile> |
1113 | - <Compile Include="..\..\..\src\framework\NUnit\Framework\RequiredAddinAttribute.cs"> |
1114 | - <Link>NUnit\Framework\RequiredAddinAttribute.cs</Link> |
1115 | - </Compile> |
1116 | - <Compile Include="..\..\..\src\framework\NUnit\Framework\SetCultureAttribute.cs"> |
1117 | - <Link>NUnit\Framework\SetCultureAttribute.cs</Link> |
1118 | - </Compile> |
1119 | - <Compile Include="..\..\..\src\framework\NUnit\Framework\SetUICultureAttribute.cs"> |
1120 | - <Link>NUnit\Framework\SetUICultureAttribute.cs</Link> |
1121 | - </Compile> |
1122 | - <Compile Include="..\..\..\src\framework\NUnit\Framework\SetUpFixtureAttribute.cs"> |
1123 | - <Link>NUnit\Framework\SetUpFixtureAttribute.cs</Link> |
1124 | - </Compile> |
1125 | - <Compile Include="..\..\..\src\framework\NUnit\Framework\StringAssert.cs"> |
1126 | - <Link>NUnit\Framework\StringAssert.cs</Link> |
1127 | - </Compile> |
1128 | - <Compile Include="..\..\..\src\framework\NUnit\Framework\SuccessException.cs"> |
1129 | - <Link>NUnit\Framework\SuccessException.cs</Link> |
1130 | - </Compile> |
1131 | - <Compile Include="..\..\..\src\framework\NUnit\Framework\SuiteAttribute.cs"> |
1132 | - <Link>NUnit\Framework\SuiteAttribute.cs</Link> |
1133 | - </Compile> |
1134 | - <Compile Include="..\..\..\src\framework\NUnit\Framework\TestFixtureSetUpAttribute.cs"> |
1135 | - <Link>NUnit\Framework\TestFixtureSetUpAttribute.cs</Link> |
1136 | - </Compile> |
1137 | - <Compile Include="..\..\..\src\framework\NUnit\Framework\TestFixtureTearDownAttribute.cs"> |
1138 | - <Link>NUnit\Framework\TestFixtureTearDownAttribute.cs</Link> |
1139 | - </Compile> |
1140 | - <Compile Include="..\..\..\src\framework\NUnit\Framework\Text.cs"> |
1141 | - <Link>NUnit\Framework\Text.cs</Link> |
1142 | - </Compile> |
1143 | - <Compile Include="..\..\..\src\framework\NUnit\Framework\TheoryAttribute.cs"> |
1144 | - <Link>NUnit\Framework\TheoryAttribute.cs</Link> |
1145 | - </Compile> |
1146 | - <Compile Include="..\..\..\src\framework\NUnit\Framework\ThreadingAttributes.cs"> |
1147 | - <Link>NUnit\Framework\ThreadingAttributes.cs</Link> |
1148 | - </Compile> |
1149 | - <Compile Include="..\..\..\src\framework\NUnit\Framework\ValuesAttribute.cs"> |
1150 | - <Link>NUnit\Framework\ValuesAttribute.cs</Link> |
1151 | - </Compile> |
1152 | - <Compile Include="..\..\..\src\framework\NUnit\Framework\ValueSourceAttribute.cs"> |
1153 | - <Link>NUnit\Framework\ValueSourceAttribute.cs</Link> |
1154 | - </Compile> |
1155 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Assert.cs"> |
1156 | - <Link>Shared\Framework\Assert.cs</Link> |
1157 | - </Compile> |
1158 | - <Compile Include="..\..\..\src\framework\Shared\Framework\AssertionException.cs"> |
1159 | - <Link>Shared\Framework\AssertionException.cs</Link> |
1160 | - </Compile> |
1161 | - <Compile Include="..\..\..\src\framework\Shared\Framework\AssertionHelper.cs"> |
1162 | - <Link>Shared\Framework\AssertionHelper.cs</Link> |
1163 | - </Compile> |
1164 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\AttributeConstraints.cs"> |
1165 | - <Link>Shared\Framework\Constraints\AttributeConstraints.cs</Link> |
1166 | - </Compile> |
1167 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\BasicConstraints.cs"> |
1168 | - <Link>Shared\Framework\Constraints\BasicConstraints.cs</Link> |
1169 | - </Compile> |
1170 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\BinaryOperations.cs"> |
1171 | - <Link>Shared\Framework\Constraints\BinaryOperations.cs</Link> |
1172 | - </Compile> |
1173 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\BinarySerializableConstraint.cs"> |
1174 | - <Link>Shared\Framework\Constraints\BinarySerializableConstraint.cs</Link> |
1175 | - </Compile> |
1176 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\CollectionConstraints.cs"> |
1177 | - <Link>Shared\Framework\Constraints\CollectionConstraints.cs</Link> |
1178 | - </Compile> |
1179 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ComparisonAdapter.cs"> |
1180 | - <Link>Shared\Framework\Constraints\ComparisonAdapter.cs</Link> |
1181 | - </Compile> |
1182 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ComparisonConstraints.cs"> |
1183 | - <Link>Shared\Framework\Constraints\ComparisonConstraints.cs</Link> |
1184 | - </Compile> |
1185 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\Constraint.cs"> |
1186 | - <Link>Shared\Framework\Constraints\Constraint.cs</Link> |
1187 | - </Compile> |
1188 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintBuilder.cs"> |
1189 | - <Link>Shared\Framework\Constraints\ConstraintBuilder.cs</Link> |
1190 | - </Compile> |
1191 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintExpression.cs"> |
1192 | - <Link>Shared\Framework\Constraints\ConstraintExpression.cs</Link> |
1193 | - </Compile> |
1194 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintExpressionBase.cs"> |
1195 | - <Link>Shared\Framework\Constraints\ConstraintExpressionBase.cs</Link> |
1196 | - </Compile> |
1197 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintFactory.cs"> |
1198 | - <Link>Shared\Framework\Constraints\ConstraintFactory.cs</Link> |
1199 | - </Compile> |
1200 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintOperators.cs"> |
1201 | - <Link>Shared\Framework\Constraints\ConstraintOperators.cs</Link> |
1202 | - </Compile> |
1203 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ContainsConstraint.cs"> |
1204 | - <Link>Shared\Framework\Constraints\ContainsConstraint.cs</Link> |
1205 | - </Compile> |
1206 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\EmptyConstraint.cs"> |
1207 | - <Link>Shared\Framework\Constraints\EmptyConstraint.cs</Link> |
1208 | - </Compile> |
1209 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\EqualConstraint.cs"> |
1210 | - <Link>Shared\Framework\Constraints\EqualConstraint.cs</Link> |
1211 | - </Compile> |
1212 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\EqualityAdapter.cs"> |
1213 | - <Link>Shared\Framework\Constraints\EqualityAdapter.cs</Link> |
1214 | - </Compile> |
1215 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\FloatingPointNumerics.cs"> |
1216 | - <Link>Shared\Framework\Constraints\FloatingPointNumerics.cs</Link> |
1217 | - </Compile> |
1218 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\IResolveConstraint.cs"> |
1219 | - <Link>Shared\Framework\Constraints\IResolveConstraint.cs</Link> |
1220 | - </Compile> |
1221 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\MessageWriter.cs"> |
1222 | - <Link>Shared\Framework\Constraints\MessageWriter.cs</Link> |
1223 | - </Compile> |
1224 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\MsgUtils.cs"> |
1225 | - <Link>Shared\Framework\Constraints\MsgUtils.cs</Link> |
1226 | - </Compile> |
1227 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\Numerics.cs"> |
1228 | - <Link>Shared\Framework\Constraints\Numerics.cs</Link> |
1229 | - </Compile> |
1230 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\NUnitComparer.cs"> |
1231 | - <Link>Shared\Framework\Constraints\NUnitComparer.cs</Link> |
1232 | - </Compile> |
1233 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\NUnitEqualityComparer.cs"> |
1234 | - <Link>Shared\Framework\Constraints\NUnitEqualityComparer.cs</Link> |
1235 | - </Compile> |
1236 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\PathConstraints.cs"> |
1237 | - <Link>Shared\Framework\Constraints\PathConstraints.cs</Link> |
1238 | - </Compile> |
1239 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\PrefixConstraints.cs"> |
1240 | - <Link>Shared\Framework\Constraints\PrefixConstraints.cs</Link> |
1241 | - </Compile> |
1242 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\PropertyConstraint.cs"> |
1243 | - <Link>Shared\Framework\Constraints\PropertyConstraint.cs</Link> |
1244 | - </Compile> |
1245 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\RangeConstraint.cs"> |
1246 | - <Link>Shared\Framework\Constraints\RangeConstraint.cs</Link> |
1247 | - </Compile> |
1248 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ResolvableConstraintExpression.cs"> |
1249 | - <Link>Shared\Framework\Constraints\ResolvableConstraintExpression.cs</Link> |
1250 | - </Compile> |
1251 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\SameAsConstraint.cs"> |
1252 | - <Link>Shared\Framework\Constraints\SameAsConstraint.cs</Link> |
1253 | - </Compile> |
1254 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\StringConstraints.cs"> |
1255 | - <Link>Shared\Framework\Constraints\StringConstraints.cs</Link> |
1256 | - </Compile> |
1257 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ThrowsConstraint.cs"> |
1258 | - <Link>Shared\Framework\Constraints\ThrowsConstraint.cs</Link> |
1259 | - </Compile> |
1260 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\Tolerance.cs"> |
1261 | - <Link>Shared\Framework\Constraints\Tolerance.cs</Link> |
1262 | - </Compile> |
1263 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\TypeConstraints.cs"> |
1264 | - <Link>Shared\Framework\Constraints\TypeConstraints.cs</Link> |
1265 | - </Compile> |
1266 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\XmlSerializableConstraint.cs"> |
1267 | - <Link>Shared\Framework\Constraints\XmlSerializableConstraint.cs</Link> |
1268 | - </Compile> |
1269 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Contains.cs"> |
1270 | - <Link>Shared\Framework\Contains.cs</Link> |
1271 | - </Compile> |
1272 | - <Compile Include="..\..\..\src\framework\Shared\Framework\DescriptionAttribute.cs"> |
1273 | - <Link>Shared\Framework\DescriptionAttribute.cs</Link> |
1274 | - </Compile> |
1275 | - <Compile Include="..\..\..\src\framework\Shared\Framework\ExpectedExceptionAttribute.cs"> |
1276 | - <Link>Shared\Framework\ExpectedExceptionAttribute.cs</Link> |
1277 | - </Compile> |
1278 | - <Compile Include="..\..\..\src\framework\Shared\Framework\GlobalSettings.cs"> |
1279 | - <Link>Shared\Framework\GlobalSettings.cs</Link> |
1280 | - </Compile> |
1281 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Has.cs"> |
1282 | - <Link>Shared\Framework\Has.cs</Link> |
1283 | - </Compile> |
1284 | - <Compile Include="..\..\..\src\framework\Shared\Framework\IExpectException.cs"> |
1285 | - <Link>Shared\Framework\IExpectException.cs</Link> |
1286 | - </Compile> |
1287 | - <Compile Include="..\..\..\src\framework\Shared\Framework\IgnoreAttribute.cs"> |
1288 | - <Link>Shared\Framework\IgnoreAttribute.cs</Link> |
1289 | - </Compile> |
1290 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Is.cs"> |
1291 | - <Link>Shared\Framework\Is.cs</Link> |
1292 | - </Compile> |
1293 | - <Compile Include="..\..\..\src\framework\Shared\Framework\ITestCaseData.cs"> |
1294 | - <Link>Shared\Framework\ITestCaseData.cs</Link> |
1295 | - </Compile> |
1296 | - <Compile Include="..\..\..\src\framework\Shared\Framework\ListMapper.cs"> |
1297 | - <Link>Shared\Framework\ListMapper.cs</Link> |
1298 | - </Compile> |
1299 | - <Compile Include="..\..\..\src\framework\Shared\Framework\MessageMatch.cs"> |
1300 | - <Link>Shared\Framework\MessageMatch.cs</Link> |
1301 | - </Compile> |
1302 | - <Compile Include="..\..\..\src\framework\Shared\Framework\PropertyAttribute.cs"> |
1303 | - <Link>Shared\Framework\PropertyAttribute.cs</Link> |
1304 | - </Compile> |
1305 | - <Compile Include="..\..\..\src\framework\Shared\Framework\SetUpAttribute.cs"> |
1306 | - <Link>Shared\Framework\SetUpAttribute.cs</Link> |
1307 | - </Compile> |
1308 | - <Compile Include="..\..\..\src\framework\Shared\Framework\SpecialValue.cs"> |
1309 | - <Link>Shared\Framework\SpecialValue.cs</Link> |
1310 | - </Compile> |
1311 | - <Compile Include="..\..\..\src\framework\Shared\Framework\TearDownAttribute.cs"> |
1312 | - <Link>Shared\Framework\TearDownAttribute.cs</Link> |
1313 | - </Compile> |
1314 | - <Compile Include="..\..\..\src\framework\Shared\Framework\TestAttribute.cs"> |
1315 | - <Link>Shared\Framework\TestAttribute.cs</Link> |
1316 | - </Compile> |
1317 | - <Compile Include="..\..\..\src\framework\Shared\Framework\TestCaseAttribute.cs"> |
1318 | - <Link>Shared\Framework\TestCaseAttribute.cs</Link> |
1319 | - </Compile> |
1320 | - <Compile Include="..\..\..\src\framework\Shared\Framework\TestCaseData.cs"> |
1321 | - <Link>Shared\Framework\TestCaseData.cs</Link> |
1322 | - </Compile> |
1323 | - <Compile Include="..\..\..\src\framework\Shared\Framework\TestCaseSourceAttribute.cs"> |
1324 | - <Link>Shared\Framework\TestCaseSourceAttribute.cs</Link> |
1325 | - </Compile> |
1326 | - <Compile Include="..\..\..\src\framework\Shared\Framework\TestFixtureAttribute.cs"> |
1327 | - <Link>Shared\Framework\TestFixtureAttribute.cs</Link> |
1328 | - </Compile> |
1329 | - <Compile Include="..\..\..\src\framework\Shared\Framework\TextMessageWriter.cs"> |
1330 | - <Link>Shared\Framework\TextMessageWriter.cs</Link> |
1331 | - </Compile> |
1332 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Throws.cs"> |
1333 | - <Link>Shared\Framework\Throws.cs</Link> |
1334 | - </Compile> |
1335 | + <Compile Include="..\..\..\src\framework\Constraints\AttributeConstraints.cs"> |
1336 | + <Link>Constraints\AttributeConstraints.cs</Link> |
1337 | + </Compile> |
1338 | + <Compile Include="..\..\..\src\framework\Constraints\BasicConstraints.cs"> |
1339 | + <Link>Constraints\BasicConstraints.cs</Link> |
1340 | + </Compile> |
1341 | + <Compile Include="..\..\..\src\framework\Constraints\BinaryOperations.cs"> |
1342 | + <Link>Constraints\BinaryOperations.cs</Link> |
1343 | + </Compile> |
1344 | + <Compile Include="..\..\..\src\framework\Constraints\BinarySerializableConstraint.cs"> |
1345 | + <Link>Constraints\BinarySerializableConstraint.cs</Link> |
1346 | + </Compile> |
1347 | + <Compile Include="..\..\..\src\framework\Constraints\CollectionConstraints.cs"> |
1348 | + <Link>Constraints\CollectionConstraints.cs</Link> |
1349 | + </Compile> |
1350 | + <Compile Include="..\..\..\src\framework\Constraints\ComparisonAdapter.cs"> |
1351 | + <Link>Constraints\ComparisonAdapter.cs</Link> |
1352 | + </Compile> |
1353 | + <Compile Include="..\..\..\src\framework\Constraints\ComparisonConstraints.cs"> |
1354 | + <Link>Constraints\ComparisonConstraints.cs</Link> |
1355 | + </Compile> |
1356 | + <Compile Include="..\..\..\src\framework\Constraints\Constraint.cs"> |
1357 | + <Link>Constraints\Constraint.cs</Link> |
1358 | + </Compile> |
1359 | + <Compile Include="..\..\..\src\framework\Constraints\ConstraintBuilder.cs"> |
1360 | + <Link>Constraints\ConstraintBuilder.cs</Link> |
1361 | + </Compile> |
1362 | + <Compile Include="..\..\..\src\framework\Constraints\ConstraintExpression.cs"> |
1363 | + <Link>Constraints\ConstraintExpression.cs</Link> |
1364 | + </Compile> |
1365 | + <Compile Include="..\..\..\src\framework\Constraints\ConstraintExpressionBase.cs"> |
1366 | + <Link>Constraints\ConstraintExpressionBase.cs</Link> |
1367 | + </Compile> |
1368 | + <Compile Include="..\..\..\src\framework\Constraints\ConstraintFactory.cs"> |
1369 | + <Link>Constraints\ConstraintFactory.cs</Link> |
1370 | + </Compile> |
1371 | + <Compile Include="..\..\..\src\framework\Constraints\ConstraintOperators.cs"> |
1372 | + <Link>Constraints\ConstraintOperators.cs</Link> |
1373 | + </Compile> |
1374 | + <Compile Include="..\..\..\src\framework\Constraints\ContainsConstraint.cs"> |
1375 | + <Link>Constraints\ContainsConstraint.cs</Link> |
1376 | + </Compile> |
1377 | + <Compile Include="..\..\..\src\framework\Constraints\DelayedConstraint.cs"> |
1378 | + <Link>Constraints\DelayedConstraint.cs</Link> |
1379 | + </Compile> |
1380 | + <Compile Include="..\..\..\src\framework\Constraints\DirectoryConstraints.cs"> |
1381 | + <Link>Constraints\DirectoryConstraints.cs</Link> |
1382 | + </Compile> |
1383 | + <Compile Include="..\..\..\src\framework\Constraints\EmptyConstraint.cs"> |
1384 | + <Link>Constraints\EmptyConstraint.cs</Link> |
1385 | + </Compile> |
1386 | + <Compile Include="..\..\..\src\framework\Constraints\EqualConstraint.cs"> |
1387 | + <Link>Constraints\EqualConstraint.cs</Link> |
1388 | + </Compile> |
1389 | + <Compile Include="..\..\..\src\framework\Constraints\EqualityAdapter.cs"> |
1390 | + <Link>Constraints\EqualityAdapter.cs</Link> |
1391 | + </Compile> |
1392 | + <Compile Include="..\..\..\src\framework\Constraints\FloatingPointNumerics.cs"> |
1393 | + <Link>Constraints\FloatingPointNumerics.cs</Link> |
1394 | + </Compile> |
1395 | + <Compile Include="..\..\..\src\framework\Constraints\IResolveConstraint.cs"> |
1396 | + <Link>Constraints\IResolveConstraint.cs</Link> |
1397 | + </Compile> |
1398 | + <Compile Include="..\..\..\src\framework\Constraints\MessageWriter.cs"> |
1399 | + <Link>Constraints\MessageWriter.cs</Link> |
1400 | + </Compile> |
1401 | + <Compile Include="..\..\..\src\framework\Constraints\MsgUtils.cs"> |
1402 | + <Link>Constraints\MsgUtils.cs</Link> |
1403 | + </Compile> |
1404 | + <Compile Include="..\..\..\src\framework\Constraints\Numerics.cs"> |
1405 | + <Link>Constraints\Numerics.cs</Link> |
1406 | + </Compile> |
1407 | + <Compile Include="..\..\..\src\framework\Constraints\NUnitComparer.cs"> |
1408 | + <Link>Constraints\NUnitComparer.cs</Link> |
1409 | + </Compile> |
1410 | + <Compile Include="..\..\..\src\framework\Constraints\NUnitEqualityComparer.cs"> |
1411 | + <Link>Constraints\NUnitEqualityComparer.cs</Link> |
1412 | + </Compile> |
1413 | + <Compile Include="..\..\..\src\framework\Constraints\PathConstraints.cs"> |
1414 | + <Link>Constraints\PathConstraints.cs</Link> |
1415 | + </Compile> |
1416 | + <Compile Include="..\..\..\src\framework\Constraints\PredicateConstraint.cs"> |
1417 | + <Link>Constraints\PredicateConstraint.cs</Link> |
1418 | + </Compile> |
1419 | + <Compile Include="..\..\..\src\framework\Constraints\PrefixConstraints.cs"> |
1420 | + <Link>Constraints\PrefixConstraints.cs</Link> |
1421 | + </Compile> |
1422 | + <Compile Include="..\..\..\src\framework\Constraints\PropertyConstraint.cs"> |
1423 | + <Link>Constraints\PropertyConstraint.cs</Link> |
1424 | + </Compile> |
1425 | + <Compile Include="..\..\..\src\framework\Constraints\RangeConstraint.cs"> |
1426 | + <Link>Constraints\RangeConstraint.cs</Link> |
1427 | + </Compile> |
1428 | + <Compile Include="..\..\..\src\framework\Constraints\ResolvableConstraintExpression.cs"> |
1429 | + <Link>Constraints\ResolvableConstraintExpression.cs</Link> |
1430 | + </Compile> |
1431 | + <Compile Include="..\..\..\src\framework\Constraints\SameAsConstraint.cs"> |
1432 | + <Link>Constraints\SameAsConstraint.cs</Link> |
1433 | + </Compile> |
1434 | + <Compile Include="..\..\..\src\framework\Constraints\StringConstraints.cs"> |
1435 | + <Link>Constraints\StringConstraints.cs</Link> |
1436 | + </Compile> |
1437 | + <Compile Include="..\..\..\src\framework\Constraints\ThrowsConstraint.cs"> |
1438 | + <Link>Constraints\ThrowsConstraint.cs</Link> |
1439 | + </Compile> |
1440 | + <Compile Include="..\..\..\src\framework\Constraints\Tolerance.cs"> |
1441 | + <Link>Constraints\Tolerance.cs</Link> |
1442 | + </Compile> |
1443 | + <Compile Include="..\..\..\src\framework\Constraints\TypeConstraints.cs"> |
1444 | + <Link>Constraints\TypeConstraints.cs</Link> |
1445 | + </Compile> |
1446 | + <Compile Include="..\..\..\src\framework\Constraints\XmlSerializableConstraint.cs"> |
1447 | + <Link>Constraints\XmlSerializableConstraint.cs</Link> |
1448 | + </Compile> |
1449 | + <Compile Include="..\..\..\src\framework\Contains.cs"> |
1450 | + <Link>Contains.cs</Link> |
1451 | + </Compile> |
1452 | + <Compile Include="..\..\..\src\framework\DirectoryAssert.cs"> |
1453 | + <Link>DirectoryAssert.cs</Link> |
1454 | + </Compile> |
1455 | + <Compile Include="..\..\..\src\framework\Exceptions\AssertionException.cs"> |
1456 | + <Link>Exceptions\AssertionException.cs</Link> |
1457 | + </Compile> |
1458 | + <Compile Include="..\..\..\src\framework\Exceptions\IgnoreException.cs"> |
1459 | + <Link>Exceptions\IgnoreException.cs</Link> |
1460 | + </Compile> |
1461 | + <Compile Include="..\..\..\src\framework\Exceptions\InconclusiveException.cs"> |
1462 | + <Link>Exceptions\InconclusiveException.cs</Link> |
1463 | + </Compile> |
1464 | + <Compile Include="..\..\..\src\framework\Exceptions\SuccessException.cs"> |
1465 | + <Link>Exceptions\SuccessException.cs</Link> |
1466 | + </Compile> |
1467 | + <Compile Include="..\..\..\src\framework\Extensibility\Addin.cs"> |
1468 | + <Link>Extensibility\Addin.cs</Link> |
1469 | + </Compile> |
1470 | + <Compile Include="..\..\..\src\framework\Extensibility\AddinStatus.cs"> |
1471 | + <Link>Extensibility\AddinStatus.cs</Link> |
1472 | + </Compile> |
1473 | + <Compile Include="..\..\..\src\framework\Extensibility\ExtensionType.cs"> |
1474 | + <Link>Extensibility\ExtensionType.cs</Link> |
1475 | + </Compile> |
1476 | + <Compile Include="..\..\..\src\framework\Extensibility\IAddin.cs"> |
1477 | + <Link>Extensibility\IAddin.cs</Link> |
1478 | + </Compile> |
1479 | + <Compile Include="..\..\..\src\framework\Extensibility\IAddinRegistry.cs"> |
1480 | + <Link>Extensibility\IAddinRegistry.cs</Link> |
1481 | + </Compile> |
1482 | + <Compile Include="..\..\..\src\framework\Extensibility\IDataPointProvider.cs"> |
1483 | + <Link>Extensibility\IDataPointProvider.cs</Link> |
1484 | + </Compile> |
1485 | + <Compile Include="..\..\..\src\framework\Extensibility\IExtensionHost.cs"> |
1486 | + <Link>Extensibility\IExtensionHost.cs</Link> |
1487 | + </Compile> |
1488 | + <Compile Include="..\..\..\src\framework\Extensibility\IExtensionPoint.cs"> |
1489 | + <Link>Extensibility\IExtensionPoint.cs</Link> |
1490 | + </Compile> |
1491 | + <Compile Include="..\..\..\src\framework\Extensibility\ISuiteBuilder.cs"> |
1492 | + <Link>Extensibility\ISuiteBuilder.cs</Link> |
1493 | + </Compile> |
1494 | + <Compile Include="..\..\..\src\framework\Extensibility\ITestCaseBuilder.cs"> |
1495 | + <Link>Extensibility\ITestCaseBuilder.cs</Link> |
1496 | + </Compile> |
1497 | + <Compile Include="..\..\..\src\framework\Extensibility\ITestCaseProvider.cs"> |
1498 | + <Link>Extensibility\ITestCaseProvider.cs</Link> |
1499 | + </Compile> |
1500 | + <Compile Include="..\..\..\src\framework\Extensibility\ITestDecorator.cs"> |
1501 | + <Link>Extensibility\ITestDecorator.cs</Link> |
1502 | + </Compile> |
1503 | + <Compile Include="..\..\..\src\framework\Extensibility\NUnitAddinAttribute.cs"> |
1504 | + <Link>Extensibility\NUnitAddinAttribute.cs</Link> |
1505 | + </Compile> |
1506 | + <Compile Include="..\..\..\src\framework\Extensibility\TestFramework.cs"> |
1507 | + <Link>Extensibility\TestFramework.cs</Link> |
1508 | + </Compile> |
1509 | + <Compile Include="..\..\..\src\framework\FileAssert.cs"> |
1510 | + <Link>FileAssert.cs</Link> |
1511 | + </Compile> |
1512 | + <Compile Include="..\..\..\src\framework\GlobalSettings.cs"> |
1513 | + <Link>GlobalSettings.cs</Link> |
1514 | + </Compile> |
1515 | + <Compile Include="..\..\..\src\framework\Has.cs"> |
1516 | + <Link>Has.cs</Link> |
1517 | + </Compile> |
1518 | + <Compile Include="..\..\..\src\framework\IExpectException.cs"> |
1519 | + <Link>IExpectException.cs</Link> |
1520 | + </Compile> |
1521 | + <Compile Include="..\..\..\src\framework\Internal\AssemblyHelper.cs"> |
1522 | + <Link>Internal\AssemblyHelper.cs</Link> |
1523 | + </Compile> |
1524 | + <Compile Include="..\..\..\src\framework\Internal\AssemblyReader.cs"> |
1525 | + <Link>Internal\AssemblyReader.cs</Link> |
1526 | + </Compile> |
1527 | + <Compile Include="..\..\..\src\framework\Internal\CoreExtensions.cs"> |
1528 | + <Link>Internal\CoreExtensions.cs</Link> |
1529 | + </Compile> |
1530 | + <Compile Include="..\..\..\src\framework\Internal\CultureDetector.cs"> |
1531 | + <Link>Internal\CultureDetector.cs</Link> |
1532 | + </Compile> |
1533 | + <Compile Include="..\..\..\src\framework\Internal\DirectorySwapper.cs"> |
1534 | + <Link>Internal\DirectorySwapper.cs</Link> |
1535 | + </Compile> |
1536 | + <Compile Include="..\..\..\src\framework\Internal\Env.cs"> |
1537 | + <Link>Internal\Env.cs</Link> |
1538 | + </Compile> |
1539 | + <Compile Include="..\..\..\src\framework\Internal\ExpectedExceptionProcessor.cs"> |
1540 | + <Link>Internal\ExpectedExceptionProcessor.cs</Link> |
1541 | + </Compile> |
1542 | + <Compile Include="..\..\..\src\framework\Internal\Extensibility\DataPointProviders.cs"> |
1543 | + <Link>Internal\Extensibility\DataPointProviders.cs</Link> |
1544 | + </Compile> |
1545 | + <Compile Include="..\..\..\src\framework\Internal\Extensibility\EventListenerCollection.cs"> |
1546 | + <Link>Internal\Extensibility\EventListenerCollection.cs</Link> |
1547 | + </Compile> |
1548 | + <Compile Include="..\..\..\src\framework\Internal\Extensibility\ExtensionHost.cs"> |
1549 | + <Link>Internal\Extensibility\ExtensionHost.cs</Link> |
1550 | + </Compile> |
1551 | + <Compile Include="..\..\..\src\framework\Internal\Extensibility\ExtensionPoint.cs"> |
1552 | + <Link>Internal\Extensibility\ExtensionPoint.cs</Link> |
1553 | + </Compile> |
1554 | + <Compile Include="..\..\..\src\framework\Internal\Extensibility\ExtensionsCollection.cs"> |
1555 | + <Link>Internal\Extensibility\ExtensionsCollection.cs</Link> |
1556 | + </Compile> |
1557 | + <Compile Include="..\..\..\src\framework\Internal\Extensibility\ParameterSet.cs"> |
1558 | + <Link>Internal\Extensibility\ParameterSet.cs</Link> |
1559 | + </Compile> |
1560 | + <Compile Include="..\..\..\src\framework\Internal\Extensibility\SuiteBuilderCollection.cs"> |
1561 | + <Link>Internal\Extensibility\SuiteBuilderCollection.cs</Link> |
1562 | + </Compile> |
1563 | + <Compile Include="..\..\..\src\framework\Internal\Extensibility\TestCaseBuilderCollection.cs"> |
1564 | + <Link>Internal\Extensibility\TestCaseBuilderCollection.cs</Link> |
1565 | + </Compile> |
1566 | + <Compile Include="..\..\..\src\framework\Internal\Extensibility\TestCaseProviders.cs"> |
1567 | + <Link>Internal\Extensibility\TestCaseProviders.cs</Link> |
1568 | + </Compile> |
1569 | + <Compile Include="..\..\..\src\framework\Internal\Extensibility\TestDecoratorCollection.cs"> |
1570 | + <Link>Internal\Extensibility\TestDecoratorCollection.cs</Link> |
1571 | + </Compile> |
1572 | + <Compile Include="..\..\..\src\framework\Internal\Extensions\CombinatorialStrategy.cs"> |
1573 | + <Link>Internal\Extensions\CombinatorialStrategy.cs</Link> |
1574 | + </Compile> |
1575 | + <Compile Include="..\..\..\src\framework\Internal\Extensions\CombinatorialTestCaseProvider.cs"> |
1576 | + <Link>Internal\Extensions\CombinatorialTestCaseProvider.cs</Link> |
1577 | + </Compile> |
1578 | + <Compile Include="..\..\..\src\framework\Internal\Extensions\CombiningStrategy.cs"> |
1579 | + <Link>Internal\Extensions\CombiningStrategy.cs</Link> |
1580 | + </Compile> |
1581 | + <Compile Include="..\..\..\src\framework\Internal\Extensions\DatapointProvider.cs"> |
1582 | + <Link>Internal\Extensions\DatapointProvider.cs</Link> |
1583 | + </Compile> |
1584 | + <Compile Include="..\..\..\src\framework\Internal\Extensions\InlineDataPointProvider.cs"> |
1585 | + <Link>Internal\Extensions\InlineDataPointProvider.cs</Link> |
1586 | + </Compile> |
1587 | + <Compile Include="..\..\..\src\framework\Internal\Extensions\LegacySuiteBuilder.cs"> |
1588 | + <Link>Internal\Extensions\LegacySuiteBuilder.cs</Link> |
1589 | + </Compile> |
1590 | + <Compile Include="..\..\..\src\framework\Internal\Extensions\NUnitTestCaseBuilder.cs"> |
1591 | + <Link>Internal\Extensions\NUnitTestCaseBuilder.cs</Link> |
1592 | + </Compile> |
1593 | + <Compile Include="..\..\..\src\framework\Internal\Extensions\NUnitTestFixtureBuilder.cs"> |
1594 | + <Link>Internal\Extensions\NUnitTestFixtureBuilder.cs</Link> |
1595 | + </Compile> |
1596 | + <Compile Include="..\..\..\src\framework\Internal\Extensions\PairwiseStrategy.cs"> |
1597 | + <Link>Internal\Extensions\PairwiseStrategy.cs</Link> |
1598 | + </Compile> |
1599 | + <Compile Include="..\..\..\src\framework\Internal\Extensions\ProviderCache.cs"> |
1600 | + <Link>Internal\Extensions\ProviderCache.cs</Link> |
1601 | + </Compile> |
1602 | + <Compile Include="..\..\..\src\framework\Internal\Extensions\ProviderInfo.cs"> |
1603 | + <Link>Internal\Extensions\ProviderInfo.cs</Link> |
1604 | + </Compile> |
1605 | + <Compile Include="..\..\..\src\framework\Internal\Extensions\SequentialStrategy.cs"> |
1606 | + <Link>Internal\Extensions\SequentialStrategy.cs</Link> |
1607 | + </Compile> |
1608 | + <Compile Include="..\..\..\src\framework\Internal\Extensions\SetUpFixtureBuilder.cs"> |
1609 | + <Link>Internal\Extensions\SetUpFixtureBuilder.cs</Link> |
1610 | + </Compile> |
1611 | + <Compile Include="..\..\..\src\framework\Internal\Extensions\TestCaseParameterProvider.cs"> |
1612 | + <Link>Internal\Extensions\TestCaseParameterProvider.cs</Link> |
1613 | + </Compile> |
1614 | + <Compile Include="..\..\..\src\framework\Internal\Extensions\TestCaseSourceProvider.cs"> |
1615 | + <Link>Internal\Extensions\TestCaseSourceProvider.cs</Link> |
1616 | + </Compile> |
1617 | + <Compile Include="..\..\..\src\framework\Internal\Extensions\ValueSourceProvider.cs"> |
1618 | + <Link>Internal\Extensions\ValueSourceProvider.cs</Link> |
1619 | + </Compile> |
1620 | + <Compile Include="..\..\..\src\framework\Internal\InternalTrace.cs"> |
1621 | + <Link>Internal\InternalTrace.cs</Link> |
1622 | + </Compile> |
1623 | + <Compile Include="..\..\..\src\framework\Internal\InternalTraceWriter.cs"> |
1624 | + <Link>Internal\InternalTraceWriter.cs</Link> |
1625 | + </Compile> |
1626 | + <Compile Include="..\..\..\src\framework\Internal\InvalidTestFixtureException.cs"> |
1627 | + <Link>Internal\InvalidTestFixtureException.cs</Link> |
1628 | + </Compile> |
1629 | + <Compile Include="..\..\..\src\framework\Internal\LegacySuite.cs"> |
1630 | + <Link>Internal\LegacySuite.cs</Link> |
1631 | + </Compile> |
1632 | + <Compile Include="..\..\..\src\framework\Internal\Log4NetCapture.cs"> |
1633 | + <Link>Internal\Log4NetCapture.cs</Link> |
1634 | + </Compile> |
1635 | + <Compile Include="..\..\..\src\framework\Internal\LogCapture.cs"> |
1636 | + <Link>Internal\LogCapture.cs</Link> |
1637 | + </Compile> |
1638 | + <Compile Include="..\..\..\src\framework\Internal\Logger.cs"> |
1639 | + <Link>Internal\Logger.cs</Link> |
1640 | + </Compile> |
1641 | + <Compile Include="..\..\..\src\framework\Internal\MethodHelper.cs"> |
1642 | + <Link>Internal\MethodHelper.cs</Link> |
1643 | + </Compile> |
1644 | + <Compile Include="..\..\..\src\framework\Internal\NamespaceTreeBuilder.cs"> |
1645 | + <Link>Internal\NamespaceTreeBuilder.cs</Link> |
1646 | + </Compile> |
1647 | + <Compile Include="..\..\..\src\framework\Internal\NUnitConfiguration.cs"> |
1648 | + <Link>Internal\NUnitConfiguration.cs</Link> |
1649 | + </Compile> |
1650 | + <Compile Include="..\..\..\src\framework\Internal\NUnitException.cs"> |
1651 | + <Link>Internal\NUnitException.cs</Link> |
1652 | + </Compile> |
1653 | + <Compile Include="..\..\..\src\framework\Internal\NUnitFramework.cs"> |
1654 | + <Link>Internal\NUnitFramework.cs</Link> |
1655 | + </Compile> |
1656 | + <Compile Include="..\..\..\src\framework\Internal\NUnitTestFixture.cs"> |
1657 | + <Link>Internal\NUnitTestFixture.cs</Link> |
1658 | + </Compile> |
1659 | + <Compile Include="..\..\..\src\framework\Internal\NUnitTestMethod.cs"> |
1660 | + <Link>Internal\NUnitTestMethod.cs</Link> |
1661 | + </Compile> |
1662 | + <Compile Include="..\..\..\src\framework\Internal\OSPlatform.cs"> |
1663 | + <Link>Internal\OSPlatform.cs</Link> |
1664 | + </Compile> |
1665 | + <Compile Include="..\..\..\src\framework\Internal\ParameterizedTestMethodSuite.cs"> |
1666 | + <Link>Internal\ParameterizedTestMethodSuite.cs</Link> |
1667 | + </Compile> |
1668 | + <Compile Include="..\..\..\src\framework\Internal\PlatformHelper.cs"> |
1669 | + <Link>Internal\PlatformHelper.cs</Link> |
1670 | + </Compile> |
1671 | + <Compile Include="..\..\..\src\framework\Internal\Randomizer.cs"> |
1672 | + <Link>Internal\Randomizer.cs</Link> |
1673 | + </Compile> |
1674 | + <Compile Include="..\..\..\src\framework\Internal\Reflect.cs"> |
1675 | + <Link>Internal\Reflect.cs</Link> |
1676 | + </Compile> |
1677 | + <Compile Include="..\..\..\src\framework\Internal\SetUpFixture.cs"> |
1678 | + <Link>Internal\SetUpFixture.cs</Link> |
1679 | + </Compile> |
1680 | + <Compile Include="..\..\..\src\framework\Internal\TestContext.cs"> |
1681 | + <Link>Internal\TestContext.cs</Link> |
1682 | + </Compile> |
1683 | + <Compile Include="..\..\..\src\framework\Internal\TestFixture.cs"> |
1684 | + <Link>Internal\TestFixture.cs</Link> |
1685 | + </Compile> |
1686 | + <Compile Include="..\..\..\src\framework\Internal\TestFixtureBuilder.cs"> |
1687 | + <Link>Internal\TestFixtureBuilder.cs</Link> |
1688 | + </Compile> |
1689 | + <Compile Include="..\..\..\src\framework\Internal\TestListener.cs"> |
1690 | + <Link>Internal\TestListener.cs</Link> |
1691 | + </Compile> |
1692 | + <Compile Include="..\..\..\src\framework\Internal\TestMethod.cs"> |
1693 | + <Link>Internal\TestMethod.cs</Link> |
1694 | + </Compile> |
1695 | + <Compile Include="..\..\..\src\framework\Internal\TestSuite.cs"> |
1696 | + <Link>Internal\TestSuite.cs</Link> |
1697 | + </Compile> |
1698 | + <Compile Include="..\..\..\src\framework\Internal\TestThread.cs"> |
1699 | + <Link>Internal\TestThread.cs</Link> |
1700 | + </Compile> |
1701 | + <Compile Include="..\..\..\src\framework\Internal\TextCapture.cs"> |
1702 | + <Link>Internal\TextCapture.cs</Link> |
1703 | + </Compile> |
1704 | + <Compile Include="..\..\..\src\framework\Internal\TextMessageWriter.cs"> |
1705 | + <Link>Internal\TextMessageWriter.cs</Link> |
1706 | + </Compile> |
1707 | + <Compile Include="..\..\..\src\framework\Internal\TypeHelper.cs"> |
1708 | + <Link>Internal\TypeHelper.cs</Link> |
1709 | + </Compile> |
1710 | + <Compile Include="..\..\..\src\framework\Is.cs"> |
1711 | + <Link>Is.cs</Link> |
1712 | + </Compile> |
1713 | + <Compile Include="..\..\..\src\framework\ITestCaseData.cs"> |
1714 | + <Link>ITestCaseData.cs</Link> |
1715 | + </Compile> |
1716 | + <Compile Include="..\..\..\src\framework\Iz.cs"> |
1717 | + <Link>Iz.cs</Link> |
1718 | + </Compile> |
1719 | + <Compile Include="..\..\..\src\framework\List.cs"> |
1720 | + <Link>List.cs</Link> |
1721 | + </Compile> |
1722 | + <Compile Include="..\..\..\src\framework\ListMapper.cs"> |
1723 | + <Link>ListMapper.cs</Link> |
1724 | + </Compile> |
1725 | + <Compile Include="..\..\..\src\framework\MessageMatch.cs"> |
1726 | + <Link>MessageMatch.cs</Link> |
1727 | + </Compile> |
1728 | + <Compile Include="..\..\..\src\framework\SpecialValue.cs"> |
1729 | + <Link>SpecialValue.cs</Link> |
1730 | + </Compile> |
1731 | + <Compile Include="..\..\..\src\framework\StringAssert.cs"> |
1732 | + <Link>StringAssert.cs</Link> |
1733 | + </Compile> |
1734 | + <Compile Include="..\..\..\src\framework\TestCaseData.cs"> |
1735 | + <Link>TestCaseData.cs</Link> |
1736 | + </Compile> |
1737 | + <Compile Include="..\..\..\src\framework\Text.cs"> |
1738 | + <Link>Text.cs</Link> |
1739 | + </Compile> |
1740 | + <Compile Include="..\..\..\src\framework\Throws.cs"> |
1741 | + <Link>Throws.cs</Link> |
1742 | + </Compile> |
1743 | + <None Include="..\..\..\src\framework\Templates\Contains.template.cs"> |
1744 | + <Link>Templates\Contains.template.cs</Link> |
1745 | + </None> |
1746 | <None Include="..\..\..\src\framework\Templates\Assert.template.cs"> |
1747 | <Link>Templates\Assert.template.cs</Link> |
1748 | </None> |
1749 | @@ -693,9 +636,6 @@ |
1750 | <None Include="..\..\..\src\framework\Templates\ConstraintFactory.template.cs"> |
1751 | <Link>Templates\ConstraintFactory.template.cs</Link> |
1752 | </None> |
1753 | - <None Include="..\..\..\src\framework\Templates\Contains.template.cs"> |
1754 | - <Link>Templates\Contains.template.cs</Link> |
1755 | - </None> |
1756 | <None Include="..\..\..\src\framework\Templates\Has.template.cs"> |
1757 | <Link>Templates\Has.template.cs</Link> |
1758 | </None> |
1759 | @@ -708,7 +648,6 @@ |
1760 | <None Include="..\..\..\src\framework\Templates\Throws.template.cs"> |
1761 | <Link>Templates\Throws.template.cs</Link> |
1762 | </None> |
1763 | - <None Include="nunit.snk" /> |
1764 | </ItemGroup> |
1765 | <ItemGroup> |
1766 | <Folder Include="Properties\" /> |
1767 | |
1768 | === modified file 'solutions/vs2010/nunitlite.tests/nunitlite.tests.csproj' |
1769 | --- solutions/vs2010/nunitlite.tests/nunitlite.tests.csproj 2009-10-28 22:51:26 +0000 |
1770 | +++ solutions/vs2010/nunitlite.tests/nunitlite.tests.csproj 2009-12-29 17:20:26 +0000 |
1771 | @@ -47,143 +47,140 @@ |
1772 | <Compile Include="..\..\..\src\CommonAssemblyInfo.cs"> |
1773 | <Link>CommonAssemblyInfo.cs</Link> |
1774 | </Compile> |
1775 | + <Compile Include="..\..\..\src\tests\AlwaysEqualComparer.cs"> |
1776 | + <Link>AlwaysEqualComparer.cs</Link> |
1777 | + </Compile> |
1778 | + <Compile Include="..\..\..\src\tests\ArrayEqualsFailureMessageFixture.cs"> |
1779 | + <Link>ArrayEqualsFailureMessageFixture.cs</Link> |
1780 | + </Compile> |
1781 | + <Compile Include="..\..\..\src\tests\ArrayEqualsFixture.cs"> |
1782 | + <Link>ArrayEqualsFixture.cs</Link> |
1783 | + </Compile> |
1784 | + <Compile Include="..\..\..\src\tests\ArrayNotEqualFixture.cs"> |
1785 | + <Link>ArrayNotEqualFixture.cs</Link> |
1786 | + </Compile> |
1787 | + <Compile Include="..\..\..\src\tests\CollectionAdapter.cs"> |
1788 | + <Link>CollectionAdapter.cs</Link> |
1789 | + </Compile> |
1790 | + <Compile Include="..\..\..\src\tests\Constraints\AndTest.cs"> |
1791 | + <Link>Constraints\AndTest.cs</Link> |
1792 | + </Compile> |
1793 | + <Compile Include="..\..\..\src\tests\Constraints\BasicConstraintTests.cs"> |
1794 | + <Link>Constraints\BasicConstraintTests.cs</Link> |
1795 | + </Compile> |
1796 | + <Compile Include="..\..\..\src\tests\Constraints\BinarySerializableTest.cs"> |
1797 | + <Link>Constraints\BinarySerializableTest.cs</Link> |
1798 | + </Compile> |
1799 | + <Compile Include="..\..\..\src\tests\Constraints\CollectionConstraintTests.cs"> |
1800 | + <Link>Constraints\CollectionConstraintTests.cs</Link> |
1801 | + </Compile> |
1802 | + <Compile Include="..\..\..\src\tests\Constraints\ComparerTests.cs"> |
1803 | + <Link>Constraints\ComparerTests.cs</Link> |
1804 | + </Compile> |
1805 | + <Compile Include="..\..\..\src\tests\Constraints\ComparisonConstraintTests.cs"> |
1806 | + <Link>Constraints\ComparisonConstraintTests.cs</Link> |
1807 | + </Compile> |
1808 | + <Compile Include="..\..\..\src\tests\Constraints\ConstraintTestBase.cs"> |
1809 | + <Link>Constraints\ConstraintTestBase.cs</Link> |
1810 | + </Compile> |
1811 | + <Compile Include="..\..\..\src\tests\Constraints\EmptyConstraintTest.cs"> |
1812 | + <Link>Constraints\EmptyConstraintTest.cs</Link> |
1813 | + </Compile> |
1814 | + <Compile Include="..\..\..\src\tests\Constraints\EqualTest.cs"> |
1815 | + <Link>Constraints\EqualTest.cs</Link> |
1816 | + </Compile> |
1817 | + <Compile Include="..\..\..\src\tests\Constraints\FloatingPointNumericsTest.cs"> |
1818 | + <Link>Constraints\FloatingPointNumericsTest.cs</Link> |
1819 | + </Compile> |
1820 | + <Compile Include="..\..\..\src\tests\Constraints\MsgUtilTests.cs"> |
1821 | + <Link>Constraints\MsgUtilTests.cs</Link> |
1822 | + </Compile> |
1823 | + <Compile Include="..\..\..\src\tests\Constraints\NotTest.cs"> |
1824 | + <Link>Constraints\NotTest.cs</Link> |
1825 | + </Compile> |
1826 | + <Compile Include="..\..\..\src\tests\Constraints\NumericsTest.cs"> |
1827 | + <Link>Constraints\NumericsTest.cs</Link> |
1828 | + </Compile> |
1829 | + <Compile Include="..\..\..\src\tests\Constraints\OrTest.cs"> |
1830 | + <Link>Constraints\OrTest.cs</Link> |
1831 | + </Compile> |
1832 | + <Compile Include="..\..\..\src\tests\Constraints\PathConstraintTests.cs"> |
1833 | + <Link>Constraints\PathConstraintTests.cs</Link> |
1834 | + </Compile> |
1835 | + <Compile Include="..\..\..\src\tests\Constraints\PropertyTests.cs"> |
1836 | + <Link>Constraints\PropertyTests.cs</Link> |
1837 | + </Compile> |
1838 | + <Compile Include="..\..\..\src\tests\Constraints\SameAsTest.cs"> |
1839 | + <Link>Constraints\SameAsTest.cs</Link> |
1840 | + </Compile> |
1841 | + <Compile Include="..\..\..\src\tests\Constraints\StringConstraintTests.cs"> |
1842 | + <Link>Constraints\StringConstraintTests.cs</Link> |
1843 | + </Compile> |
1844 | + <Compile Include="..\..\..\src\tests\Constraints\ThrowsConstraintTests.cs"> |
1845 | + <Link>Constraints\ThrowsConstraintTests.cs</Link> |
1846 | + </Compile> |
1847 | + <Compile Include="..\..\..\src\tests\Constraints\TypeConstraintTests.cs"> |
1848 | + <Link>Constraints\TypeConstraintTests.cs</Link> |
1849 | + </Compile> |
1850 | + <Compile Include="..\..\..\src\tests\Constraints\XmlSerializableTest.cs"> |
1851 | + <Link>Constraints\XmlSerializableTest.cs</Link> |
1852 | + </Compile> |
1853 | + <Compile Include="..\..\..\src\tests\MessageChecker.cs"> |
1854 | + <Link>MessageChecker.cs</Link> |
1855 | + </Compile> |
1856 | <Compile Include="..\..\..\src\tests\Program.cs"> |
1857 | <Link>Program.cs</Link> |
1858 | </Compile> |
1859 | - <Compile Include="..\..\..\src\tests\Shared\Framework\AlwaysEqualComparer.cs"> |
1860 | - <Link>Shared\Framework\AlwaysEqualComparer.cs</Link> |
1861 | - </Compile> |
1862 | - <Compile Include="..\..\..\src\tests\Shared\Framework\ArrayEqualsFailureMessageFixture.cs"> |
1863 | - <Link>Shared\Framework\ArrayEqualsFailureMessageFixture.cs</Link> |
1864 | - </Compile> |
1865 | - <Compile Include="..\..\..\src\tests\Shared\Framework\ArrayEqualsFixture.cs"> |
1866 | - <Link>Shared\Framework\ArrayEqualsFixture.cs</Link> |
1867 | - </Compile> |
1868 | - <Compile Include="..\..\..\src\tests\Shared\Framework\ArrayNotEqualFixture.cs"> |
1869 | - <Link>Shared\Framework\ArrayNotEqualFixture.cs</Link> |
1870 | - </Compile> |
1871 | - <Compile Include="..\..\..\src\tests\Shared\Framework\AssertTests\AssertFailTests.cs"> |
1872 | - <Link>Shared\Framework\AssertTests\AssertFailTests.cs</Link> |
1873 | - </Compile> |
1874 | - <Compile Include="..\..\..\src\tests\Shared\Framework\CollectionAdapter.cs"> |
1875 | - <Link>Shared\Framework\CollectionAdapter.cs</Link> |
1876 | - </Compile> |
1877 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\AndTest.cs"> |
1878 | - <Link>Shared\Framework\Constraints\AndTest.cs</Link> |
1879 | - </Compile> |
1880 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\BasicConstraintTests.cs"> |
1881 | - <Link>Shared\Framework\Constraints\BasicConstraintTests.cs</Link> |
1882 | - </Compile> |
1883 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\BinarySerializableTest.cs"> |
1884 | - <Link>Shared\Framework\Constraints\BinarySerializableTest.cs</Link> |
1885 | - </Compile> |
1886 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\CollectionConstraintTests.cs"> |
1887 | - <Link>Shared\Framework\Constraints\CollectionConstraintTests.cs</Link> |
1888 | - </Compile> |
1889 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ComparerTests.cs"> |
1890 | - <Link>Shared\Framework\Constraints\ComparerTests.cs</Link> |
1891 | - </Compile> |
1892 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ComparisonConstraintTests.cs"> |
1893 | - <Link>Shared\Framework\Constraints\ComparisonConstraintTests.cs</Link> |
1894 | - </Compile> |
1895 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ConstraintTestBase.cs"> |
1896 | - <Link>Shared\Framework\Constraints\ConstraintTestBase.cs</Link> |
1897 | - </Compile> |
1898 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\EmptyConstraintTest.cs"> |
1899 | - <Link>Shared\Framework\Constraints\EmptyConstraintTest.cs</Link> |
1900 | - </Compile> |
1901 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\EqualTest.cs"> |
1902 | - <Link>Shared\Framework\Constraints\EqualTest.cs</Link> |
1903 | - </Compile> |
1904 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\FloatingPointNumericsTest.cs"> |
1905 | - <Link>Shared\Framework\Constraints\FloatingPointNumericsTest.cs</Link> |
1906 | - </Compile> |
1907 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\MsgUtilTests.cs"> |
1908 | - <Link>Shared\Framework\Constraints\MsgUtilTests.cs</Link> |
1909 | - </Compile> |
1910 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\NotTest.cs"> |
1911 | - <Link>Shared\Framework\Constraints\NotTest.cs</Link> |
1912 | - </Compile> |
1913 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\NumericsTest.cs"> |
1914 | - <Link>Shared\Framework\Constraints\NumericsTest.cs</Link> |
1915 | - </Compile> |
1916 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\OrTest.cs"> |
1917 | - <Link>Shared\Framework\Constraints\OrTest.cs</Link> |
1918 | - </Compile> |
1919 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\PathConstraintTests.cs"> |
1920 | - <Link>Shared\Framework\Constraints\PathConstraintTests.cs</Link> |
1921 | - </Compile> |
1922 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\PropertyTests.cs"> |
1923 | - <Link>Shared\Framework\Constraints\PropertyTests.cs</Link> |
1924 | - </Compile> |
1925 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\SameAsTest.cs"> |
1926 | - <Link>Shared\Framework\Constraints\SameAsTest.cs</Link> |
1927 | - </Compile> |
1928 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\StringConstraintTests.cs"> |
1929 | - <Link>Shared\Framework\Constraints\StringConstraintTests.cs</Link> |
1930 | - </Compile> |
1931 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ThrowsConstraintTests.cs"> |
1932 | - <Link>Shared\Framework\Constraints\ThrowsConstraintTests.cs</Link> |
1933 | - </Compile> |
1934 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\TypeConstraintTests.cs"> |
1935 | - <Link>Shared\Framework\Constraints\TypeConstraintTests.cs</Link> |
1936 | - </Compile> |
1937 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\XmlSerializableTest.cs"> |
1938 | - <Link>Shared\Framework\Constraints\XmlSerializableTest.cs</Link> |
1939 | - </Compile> |
1940 | - <Compile Include="..\..\..\src\tests\Shared\Framework\MessageChecker.cs"> |
1941 | - <Link>Shared\Framework\MessageChecker.cs</Link> |
1942 | - </Compile> |
1943 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\CollectionTests.cs"> |
1944 | - <Link>Shared\Framework\Syntax\CollectionTests.cs</Link> |
1945 | - </Compile> |
1946 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\ComparisonTests.cs"> |
1947 | - <Link>Shared\Framework\Syntax\ComparisonTests.cs</Link> |
1948 | - </Compile> |
1949 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\EqualityTests.cs"> |
1950 | - <Link>Shared\Framework\Syntax\EqualityTests.cs</Link> |
1951 | - </Compile> |
1952 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\OperatorOverrides.cs"> |
1953 | - <Link>Shared\Framework\Syntax\OperatorOverrides.cs</Link> |
1954 | - </Compile> |
1955 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\OperatorTests.cs"> |
1956 | - <Link>Shared\Framework\Syntax\OperatorTests.cs</Link> |
1957 | - </Compile> |
1958 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\PathConstraintTests.cs"> |
1959 | - <Link>Shared\Framework\Syntax\PathConstraintTests.cs</Link> |
1960 | - </Compile> |
1961 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\PropertyTests.cs"> |
1962 | - <Link>Shared\Framework\Syntax\PropertyTests.cs</Link> |
1963 | - </Compile> |
1964 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\SerializableConstraints.cs"> |
1965 | - <Link>Shared\Framework\Syntax\SerializableConstraints.cs</Link> |
1966 | - </Compile> |
1967 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\SimpleConstraints.cs"> |
1968 | - <Link>Shared\Framework\Syntax\SimpleConstraints.cs</Link> |
1969 | - </Compile> |
1970 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\StringConstraints.cs"> |
1971 | - <Link>Shared\Framework\Syntax\StringConstraints.cs</Link> |
1972 | - </Compile> |
1973 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\SyntaxTest.cs"> |
1974 | - <Link>Shared\Framework\Syntax\SyntaxTest.cs</Link> |
1975 | - </Compile> |
1976 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\ThrowsTests.cs"> |
1977 | - <Link>Shared\Framework\Syntax\ThrowsTests.cs</Link> |
1978 | - </Compile> |
1979 | - <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\TypeConstraints.cs"> |
1980 | - <Link>Shared\Framework\Syntax\TypeConstraints.cs</Link> |
1981 | - </Compile> |
1982 | - <Compile Include="..\..\..\src\tests\Shared\Framework\TestComparer.cs"> |
1983 | - <Link>Shared\Framework\TestComparer.cs</Link> |
1984 | - </Compile> |
1985 | - <Compile Include="..\..\..\src\tests\Shared\Framework\TestDelegates.cs"> |
1986 | - <Link>Shared\Framework\TestDelegates.cs</Link> |
1987 | - </Compile> |
1988 | - <Compile Include="..\..\..\src\tests\Shared\Framework\TestFixtureAttributeTests.cs"> |
1989 | - <Link>Shared\Framework\TestFixtureAttributeTests.cs</Link> |
1990 | - </Compile> |
1991 | - <Compile Include="..\..\..\src\tests\Shared\Framework\TextMessageWriterTests.cs"> |
1992 | - <Link>Shared\Framework\TextMessageWriterTests.cs</Link> |
1993 | + <Compile Include="..\..\..\src\tests\Syntax\CollectionTests.cs"> |
1994 | + <Link>Syntax\CollectionTests.cs</Link> |
1995 | + </Compile> |
1996 | + <Compile Include="..\..\..\src\tests\Syntax\ComparisonTests.cs"> |
1997 | + <Link>Syntax\ComparisonTests.cs</Link> |
1998 | + </Compile> |
1999 | + <Compile Include="..\..\..\src\tests\Syntax\EqualityTests.cs"> |
2000 | + <Link>Syntax\EqualityTests.cs</Link> |
2001 | + </Compile> |
2002 | + <Compile Include="..\..\..\src\tests\Syntax\OperatorOverrides.cs"> |
2003 | + <Link>Syntax\OperatorOverrides.cs</Link> |
2004 | + </Compile> |
2005 | + <Compile Include="..\..\..\src\tests\Syntax\OperatorTests.cs"> |
2006 | + <Link>Syntax\OperatorTests.cs</Link> |
2007 | + </Compile> |
2008 | + <Compile Include="..\..\..\src\tests\Syntax\PathConstraintTests.cs"> |
2009 | + <Link>Syntax\PathConstraintTests.cs</Link> |
2010 | + </Compile> |
2011 | + <Compile Include="..\..\..\src\tests\Syntax\PropertyTests.cs"> |
2012 | + <Link>Syntax\PropertyTests.cs</Link> |
2013 | + </Compile> |
2014 | + <Compile Include="..\..\..\src\tests\Syntax\SerializableConstraints.cs"> |
2015 | + <Link>Syntax\SerializableConstraints.cs</Link> |
2016 | + </Compile> |
2017 | + <Compile Include="..\..\..\src\tests\Syntax\SimpleConstraints.cs"> |
2018 | + <Link>Syntax\SimpleConstraints.cs</Link> |
2019 | + </Compile> |
2020 | + <Compile Include="..\..\..\src\tests\Syntax\StringConstraints.cs"> |
2021 | + <Link>Syntax\StringConstraints.cs</Link> |
2022 | + </Compile> |
2023 | + <Compile Include="..\..\..\src\tests\Syntax\SyntaxTest.cs"> |
2024 | + <Link>Syntax\SyntaxTest.cs</Link> |
2025 | + </Compile> |
2026 | + <Compile Include="..\..\..\src\tests\Syntax\ThrowsTests.cs"> |
2027 | + <Link>Syntax\ThrowsTests.cs</Link> |
2028 | + </Compile> |
2029 | + <Compile Include="..\..\..\src\tests\Syntax\TypeConstraints.cs"> |
2030 | + <Link>Syntax\TypeConstraints.cs</Link> |
2031 | + </Compile> |
2032 | + <Compile Include="..\..\..\src\tests\TestComparer.cs"> |
2033 | + <Link>TestComparer.cs</Link> |
2034 | + </Compile> |
2035 | + <Compile Include="..\..\..\src\tests\TestDelegates.cs"> |
2036 | + <Link>TestDelegates.cs</Link> |
2037 | + </Compile> |
2038 | + <Compile Include="..\..\..\src\tests\TestFixtureAttributeTests.cs"> |
2039 | + <Link>TestFixtureAttributeTests.cs</Link> |
2040 | + </Compile> |
2041 | + <Compile Include="..\..\..\src\tests\TextMessageWriterTests.cs"> |
2042 | + <Link>TextMessageWriterTests.cs</Link> |
2043 | </Compile> |
2044 | </ItemGroup> |
2045 | <ItemGroup> |
2046 | |
2047 | === modified file 'solutions/vs2010/nunitlite/nunitlite.csproj' |
2048 | --- solutions/vs2010/nunitlite/nunitlite.csproj 2009-10-31 03:10:39 +0000 |
2049 | +++ solutions/vs2010/nunitlite/nunitlite.csproj 2009-12-29 17:20:26 +0000 |
2050 | @@ -50,11 +50,182 @@ |
2051 | <Compile Include="..\..\..\src\framework\AssemblyInfo.cs"> |
2052 | <Link>AssemblyInfo.cs</Link> |
2053 | </Compile> |
2054 | + <Compile Include="..\..\..\src\framework\Assert.cs"> |
2055 | + <Link>Assert.cs</Link> |
2056 | + </Compile> |
2057 | + <Compile Include="..\..\..\src\framework\AssertionHelper.cs"> |
2058 | + <Link>AssertionHelper.cs</Link> |
2059 | + </Compile> |
2060 | + <Compile Include="..\..\..\src\framework\Attributes\DescriptionAttribute.cs"> |
2061 | + <Link>Attributes\DescriptionAttribute.cs</Link> |
2062 | + </Compile> |
2063 | + <Compile Include="..\..\..\src\framework\Attributes\ExpectedExceptionAttribute.cs"> |
2064 | + <Link>Attributes\ExpectedExceptionAttribute.cs</Link> |
2065 | + </Compile> |
2066 | + <Compile Include="..\..\..\src\framework\Attributes\IgnoreAttribute.cs"> |
2067 | + <Link>Attributes\IgnoreAttribute.cs</Link> |
2068 | + </Compile> |
2069 | + <Compile Include="..\..\..\src\framework\Attributes\PropertyAttribute.cs"> |
2070 | + <Link>Attributes\PropertyAttribute.cs</Link> |
2071 | + </Compile> |
2072 | + <Compile Include="..\..\..\src\framework\Attributes\SetUpAttribute.cs"> |
2073 | + <Link>Attributes\SetUpAttribute.cs</Link> |
2074 | + </Compile> |
2075 | + <Compile Include="..\..\..\src\framework\Attributes\TearDownAttribute.cs"> |
2076 | + <Link>Attributes\TearDownAttribute.cs</Link> |
2077 | + </Compile> |
2078 | + <Compile Include="..\..\..\src\framework\Attributes\TestAttribute.cs"> |
2079 | + <Link>Attributes\TestAttribute.cs</Link> |
2080 | + </Compile> |
2081 | + <Compile Include="..\..\..\src\framework\Attributes\TestCaseAttribute.cs"> |
2082 | + <Link>Attributes\TestCaseAttribute.cs</Link> |
2083 | + </Compile> |
2084 | + <Compile Include="..\..\..\src\framework\Attributes\TestCaseSourceAttribute.cs"> |
2085 | + <Link>Attributes\TestCaseSourceAttribute.cs</Link> |
2086 | + </Compile> |
2087 | + <Compile Include="..\..\..\src\framework\Attributes\TestFixtureAttribute.cs"> |
2088 | + <Link>Attributes\TestFixtureAttribute.cs</Link> |
2089 | + </Compile> |
2090 | <Compile Include="..\..\..\src\framework\CompatibleCollections.cs"> |
2091 | <Link>CompatibleCollections.cs</Link> |
2092 | </Compile> |
2093 | - <Compile Include="..\..\..\src\framework\Env.cs"> |
2094 | - <Link>Env.cs</Link> |
2095 | + <Compile Include="..\..\..\src\framework\Constraints\AttributeConstraints.cs"> |
2096 | + <Link>Constraints\AttributeConstraints.cs</Link> |
2097 | + </Compile> |
2098 | + <Compile Include="..\..\..\src\framework\Constraints\BasicConstraints.cs"> |
2099 | + <Link>Constraints\BasicConstraints.cs</Link> |
2100 | + </Compile> |
2101 | + <Compile Include="..\..\..\src\framework\Constraints\BinaryOperations.cs"> |
2102 | + <Link>Constraints\BinaryOperations.cs</Link> |
2103 | + </Compile> |
2104 | + <Compile Include="..\..\..\src\framework\Constraints\BinarySerializableConstraint.cs"> |
2105 | + <Link>Constraints\BinarySerializableConstraint.cs</Link> |
2106 | + </Compile> |
2107 | + <Compile Include="..\..\..\src\framework\Constraints\CollectionConstraints.cs"> |
2108 | + <Link>Constraints\CollectionConstraints.cs</Link> |
2109 | + </Compile> |
2110 | + <Compile Include="..\..\..\src\framework\Constraints\ComparisonAdapter.cs"> |
2111 | + <Link>Constraints\ComparisonAdapter.cs</Link> |
2112 | + </Compile> |
2113 | + <Compile Include="..\..\..\src\framework\Constraints\ComparisonConstraints.cs"> |
2114 | + <Link>Constraints\ComparisonConstraints.cs</Link> |
2115 | + </Compile> |
2116 | + <Compile Include="..\..\..\src\framework\Constraints\Constraint.cs"> |
2117 | + <Link>Constraints\Constraint.cs</Link> |
2118 | + </Compile> |
2119 | + <Compile Include="..\..\..\src\framework\Constraints\ConstraintBuilder.cs"> |
2120 | + <Link>Constraints\ConstraintBuilder.cs</Link> |
2121 | + </Compile> |
2122 | + <Compile Include="..\..\..\src\framework\Constraints\ConstraintExpression.cs"> |
2123 | + <Link>Constraints\ConstraintExpression.cs</Link> |
2124 | + </Compile> |
2125 | + <Compile Include="..\..\..\src\framework\Constraints\ConstraintExpressionBase.cs"> |
2126 | + <Link>Constraints\ConstraintExpressionBase.cs</Link> |
2127 | + </Compile> |
2128 | + <Compile Include="..\..\..\src\framework\Constraints\ConstraintFactory.cs"> |
2129 | + <Link>Constraints\ConstraintFactory.cs</Link> |
2130 | + </Compile> |
2131 | + <Compile Include="..\..\..\src\framework\Constraints\ConstraintOperators.cs"> |
2132 | + <Link>Constraints\ConstraintOperators.cs</Link> |
2133 | + </Compile> |
2134 | + <Compile Include="..\..\..\src\framework\Constraints\ContainsConstraint.cs"> |
2135 | + <Link>Constraints\ContainsConstraint.cs</Link> |
2136 | + </Compile> |
2137 | + <Compile Include="..\..\..\src\framework\Constraints\EmptyConstraint.cs"> |
2138 | + <Link>Constraints\EmptyConstraint.cs</Link> |
2139 | + </Compile> |
2140 | + <Compile Include="..\..\..\src\framework\Constraints\EqualConstraint.cs"> |
2141 | + <Link>Constraints\EqualConstraint.cs</Link> |
2142 | + </Compile> |
2143 | + <Compile Include="..\..\..\src\framework\Constraints\EqualityAdapter.cs"> |
2144 | + <Link>Constraints\EqualityAdapter.cs</Link> |
2145 | + </Compile> |
2146 | + <Compile Include="..\..\..\src\framework\Constraints\FloatingPointNumerics.cs"> |
2147 | + <Link>Constraints\FloatingPointNumerics.cs</Link> |
2148 | + </Compile> |
2149 | + <Compile Include="..\..\..\src\framework\Constraints\IResolveConstraint.cs"> |
2150 | + <Link>Constraints\IResolveConstraint.cs</Link> |
2151 | + </Compile> |
2152 | + <Compile Include="..\..\..\src\framework\Constraints\MessageWriter.cs"> |
2153 | + <Link>Constraints\MessageWriter.cs</Link> |
2154 | + </Compile> |
2155 | + <Compile Include="..\..\..\src\framework\Constraints\MsgUtils.cs"> |
2156 | + <Link>Constraints\MsgUtils.cs</Link> |
2157 | + </Compile> |
2158 | + <Compile Include="..\..\..\src\framework\Constraints\Numerics.cs"> |
2159 | + <Link>Constraints\Numerics.cs</Link> |
2160 | + </Compile> |
2161 | + <Compile Include="..\..\..\src\framework\Constraints\NUnitComparer.cs"> |
2162 | + <Link>Constraints\NUnitComparer.cs</Link> |
2163 | + </Compile> |
2164 | + <Compile Include="..\..\..\src\framework\Constraints\NUnitEqualityComparer.cs"> |
2165 | + <Link>Constraints\NUnitEqualityComparer.cs</Link> |
2166 | + </Compile> |
2167 | + <Compile Include="..\..\..\src\framework\Constraints\PathConstraints.cs"> |
2168 | + <Link>Constraints\PathConstraints.cs</Link> |
2169 | + </Compile> |
2170 | + <Compile Include="..\..\..\src\framework\Constraints\PrefixConstraints.cs"> |
2171 | + <Link>Constraints\PrefixConstraints.cs</Link> |
2172 | + </Compile> |
2173 | + <Compile Include="..\..\..\src\framework\Constraints\PropertyConstraint.cs"> |
2174 | + <Link>Constraints\PropertyConstraint.cs</Link> |
2175 | + </Compile> |
2176 | + <Compile Include="..\..\..\src\framework\Constraints\RangeConstraint.cs"> |
2177 | + <Link>Constraints\RangeConstraint.cs</Link> |
2178 | + </Compile> |
2179 | + <Compile Include="..\..\..\src\framework\Constraints\ResolvableConstraintExpression.cs"> |
2180 | + <Link>Constraints\ResolvableConstraintExpression.cs</Link> |
2181 | + </Compile> |
2182 | + <Compile Include="..\..\..\src\framework\Constraints\SameAsConstraint.cs"> |
2183 | + <Link>Constraints\SameAsConstraint.cs</Link> |
2184 | + </Compile> |
2185 | + <Compile Include="..\..\..\src\framework\Constraints\StringConstraints.cs"> |
2186 | + <Link>Constraints\StringConstraints.cs</Link> |
2187 | + </Compile> |
2188 | + <Compile Include="..\..\..\src\framework\Constraints\ThrowsConstraint.cs"> |
2189 | + <Link>Constraints\ThrowsConstraint.cs</Link> |
2190 | + </Compile> |
2191 | + <Compile Include="..\..\..\src\framework\Constraints\Tolerance.cs"> |
2192 | + <Link>Constraints\Tolerance.cs</Link> |
2193 | + </Compile> |
2194 | + <Compile Include="..\..\..\src\framework\Constraints\TypeConstraints.cs"> |
2195 | + <Link>Constraints\TypeConstraints.cs</Link> |
2196 | + </Compile> |
2197 | + <Compile Include="..\..\..\src\framework\Constraints\XmlSerializableConstraint.cs"> |
2198 | + <Link>Constraints\XmlSerializableConstraint.cs</Link> |
2199 | + </Compile> |
2200 | + <Compile Include="..\..\..\src\framework\Contains.cs"> |
2201 | + <Link>Contains.cs</Link> |
2202 | + </Compile> |
2203 | + <Compile Include="..\..\..\src\framework\Exceptions\AssertionException.cs"> |
2204 | + <Link>Exceptions\AssertionException.cs</Link> |
2205 | + </Compile> |
2206 | + <Compile Include="..\..\..\src\framework\GlobalSettings.cs"> |
2207 | + <Link>GlobalSettings.cs</Link> |
2208 | + </Compile> |
2209 | + <Compile Include="..\..\..\src\framework\Has.cs"> |
2210 | + <Link>Has.cs</Link> |
2211 | + </Compile> |
2212 | + <Compile Include="..\..\..\src\framework\IExpectException.cs"> |
2213 | + <Link>IExpectException.cs</Link> |
2214 | + </Compile> |
2215 | + <Compile Include="..\..\..\src\framework\Internal\Env.cs"> |
2216 | + <Link>Internal\Env.cs</Link> |
2217 | + </Compile> |
2218 | + <Compile Include="..\..\..\src\framework\Internal\TextMessageWriter.cs"> |
2219 | + <Link>Internal\TextMessageWriter.cs</Link> |
2220 | + </Compile> |
2221 | + <Compile Include="..\..\..\src\framework\Is.cs"> |
2222 | + <Link>Is.cs</Link> |
2223 | + </Compile> |
2224 | + <Compile Include="..\..\..\src\framework\ITestCaseData.cs"> |
2225 | + <Link>ITestCaseData.cs</Link> |
2226 | + </Compile> |
2227 | + <Compile Include="..\..\..\src\framework\ListMapper.cs"> |
2228 | + <Link>ListMapper.cs</Link> |
2229 | + </Compile> |
2230 | + <Compile Include="..\..\..\src\framework\MessageMatch.cs"> |
2231 | + <Link>MessageMatch.cs</Link> |
2232 | </Compile> |
2233 | <Compile Include="..\..\..\src\framework\NUnitLite\ITest.cs"> |
2234 | <Link>NUnitLite\ITest.cs</Link> |
2235 | @@ -116,186 +287,18 @@ |
2236 | <Compile Include="..\..\..\src\framework\NUnitLite\TestSuite.cs"> |
2237 | <Link>NUnitLite\TestSuite.cs</Link> |
2238 | </Compile> |
2239 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Assert.cs"> |
2240 | - <Link>Shared\Framework\Assert.cs</Link> |
2241 | - </Compile> |
2242 | - <Compile Include="..\..\..\src\framework\Shared\Framework\AssertionException.cs"> |
2243 | - <Link>Shared\Framework\AssertionException.cs</Link> |
2244 | - </Compile> |
2245 | - <Compile Include="..\..\..\src\framework\Shared\Framework\AssertionHelper.cs"> |
2246 | - <Link>Shared\Framework\AssertionHelper.cs</Link> |
2247 | - </Compile> |
2248 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\AttributeConstraints.cs"> |
2249 | - <Link>Shared\Framework\Constraints\AttributeConstraints.cs</Link> |
2250 | - </Compile> |
2251 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\BasicConstraints.cs"> |
2252 | - <Link>Shared\Framework\Constraints\BasicConstraints.cs</Link> |
2253 | - </Compile> |
2254 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\BinaryOperations.cs"> |
2255 | - <Link>Shared\Framework\Constraints\BinaryOperations.cs</Link> |
2256 | - </Compile> |
2257 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\BinarySerializableConstraint.cs"> |
2258 | - <Link>Shared\Framework\Constraints\BinarySerializableConstraint.cs</Link> |
2259 | - </Compile> |
2260 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\CollectionConstraints.cs"> |
2261 | - <Link>Shared\Framework\Constraints\CollectionConstraints.cs</Link> |
2262 | - </Compile> |
2263 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ComparisonAdapter.cs"> |
2264 | - <Link>Shared\Framework\Constraints\ComparisonAdapter.cs</Link> |
2265 | - </Compile> |
2266 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ComparisonConstraints.cs"> |
2267 | - <Link>Shared\Framework\Constraints\ComparisonConstraints.cs</Link> |
2268 | - </Compile> |
2269 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\Constraint.cs"> |
2270 | - <Link>Shared\Framework\Constraints\Constraint.cs</Link> |
2271 | - </Compile> |
2272 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintBuilder.cs"> |
2273 | - <Link>Shared\Framework\Constraints\ConstraintBuilder.cs</Link> |
2274 | - </Compile> |
2275 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintExpression.cs"> |
2276 | - <Link>Shared\Framework\Constraints\ConstraintExpression.cs</Link> |
2277 | - </Compile> |
2278 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintExpressionBase.cs"> |
2279 | - <Link>Shared\Framework\Constraints\ConstraintExpressionBase.cs</Link> |
2280 | - </Compile> |
2281 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintFactory.cs"> |
2282 | - <Link>Shared\Framework\Constraints\ConstraintFactory.cs</Link> |
2283 | - </Compile> |
2284 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintOperators.cs"> |
2285 | - <Link>Shared\Framework\Constraints\ConstraintOperators.cs</Link> |
2286 | - </Compile> |
2287 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ContainsConstraint.cs"> |
2288 | - <Link>Shared\Framework\Constraints\ContainsConstraint.cs</Link> |
2289 | - </Compile> |
2290 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\EmptyConstraint.cs"> |
2291 | - <Link>Shared\Framework\Constraints\EmptyConstraint.cs</Link> |
2292 | - </Compile> |
2293 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\EqualConstraint.cs"> |
2294 | - <Link>Shared\Framework\Constraints\EqualConstraint.cs</Link> |
2295 | - </Compile> |
2296 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\EqualityAdapter.cs"> |
2297 | - <Link>Shared\Framework\Constraints\EqualityAdapter.cs</Link> |
2298 | - </Compile> |
2299 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\FloatingPointNumerics.cs"> |
2300 | - <Link>Shared\Framework\Constraints\FloatingPointNumerics.cs</Link> |
2301 | - </Compile> |
2302 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\IResolveConstraint.cs"> |
2303 | - <Link>Shared\Framework\Constraints\IResolveConstraint.cs</Link> |
2304 | - </Compile> |
2305 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\MessageWriter.cs"> |
2306 | - <Link>Shared\Framework\Constraints\MessageWriter.cs</Link> |
2307 | - </Compile> |
2308 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\MsgUtils.cs"> |
2309 | - <Link>Shared\Framework\Constraints\MsgUtils.cs</Link> |
2310 | - </Compile> |
2311 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\Numerics.cs"> |
2312 | - <Link>Shared\Framework\Constraints\Numerics.cs</Link> |
2313 | - </Compile> |
2314 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\NUnitComparer.cs"> |
2315 | - <Link>Shared\Framework\Constraints\NUnitComparer.cs</Link> |
2316 | - </Compile> |
2317 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\NUnitEqualityComparer.cs"> |
2318 | - <Link>Shared\Framework\Constraints\NUnitEqualityComparer.cs</Link> |
2319 | - </Compile> |
2320 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\PathConstraints.cs"> |
2321 | - <Link>Shared\Framework\Constraints\PathConstraints.cs</Link> |
2322 | - </Compile> |
2323 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\PrefixConstraints.cs"> |
2324 | - <Link>Shared\Framework\Constraints\PrefixConstraints.cs</Link> |
2325 | - </Compile> |
2326 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\PropertyConstraint.cs"> |
2327 | - <Link>Shared\Framework\Constraints\PropertyConstraint.cs</Link> |
2328 | - </Compile> |
2329 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\RangeConstraint.cs"> |
2330 | - <Link>Shared\Framework\Constraints\RangeConstraint.cs</Link> |
2331 | - </Compile> |
2332 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ResolvableConstraintExpression.cs"> |
2333 | - <Link>Shared\Framework\Constraints\ResolvableConstraintExpression.cs</Link> |
2334 | - </Compile> |
2335 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\SameAsConstraint.cs"> |
2336 | - <Link>Shared\Framework\Constraints\SameAsConstraint.cs</Link> |
2337 | - </Compile> |
2338 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\StringConstraints.cs"> |
2339 | - <Link>Shared\Framework\Constraints\StringConstraints.cs</Link> |
2340 | - </Compile> |
2341 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ThrowsConstraint.cs"> |
2342 | - <Link>Shared\Framework\Constraints\ThrowsConstraint.cs</Link> |
2343 | - </Compile> |
2344 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\Tolerance.cs"> |
2345 | - <Link>Shared\Framework\Constraints\Tolerance.cs</Link> |
2346 | - </Compile> |
2347 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\TypeConstraints.cs"> |
2348 | - <Link>Shared\Framework\Constraints\TypeConstraints.cs</Link> |
2349 | - </Compile> |
2350 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\XmlSerializableConstraint.cs"> |
2351 | - <Link>Shared\Framework\Constraints\XmlSerializableConstraint.cs</Link> |
2352 | - </Compile> |
2353 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Contains.cs"> |
2354 | - <Link>Shared\Framework\Contains.cs</Link> |
2355 | - </Compile> |
2356 | - <Compile Include="..\..\..\src\framework\Shared\Framework\DescriptionAttribute.cs"> |
2357 | - <Link>Shared\Framework\DescriptionAttribute.cs</Link> |
2358 | - </Compile> |
2359 | - <Compile Include="..\..\..\src\framework\Shared\Framework\ExpectedExceptionAttribute.cs"> |
2360 | - <Link>Shared\Framework\ExpectedExceptionAttribute.cs</Link> |
2361 | - </Compile> |
2362 | - <Compile Include="..\..\..\src\framework\Shared\Framework\GlobalSettings.cs"> |
2363 | - <Link>Shared\Framework\GlobalSettings.cs</Link> |
2364 | - </Compile> |
2365 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Has.cs"> |
2366 | - <Link>Shared\Framework\Has.cs</Link> |
2367 | - </Compile> |
2368 | - <Compile Include="..\..\..\src\framework\Shared\Framework\IExpectException.cs"> |
2369 | - <Link>Shared\Framework\IExpectException.cs</Link> |
2370 | - </Compile> |
2371 | - <Compile Include="..\..\..\src\framework\Shared\Framework\IgnoreAttribute.cs"> |
2372 | - <Link>Shared\Framework\IgnoreAttribute.cs</Link> |
2373 | - </Compile> |
2374 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Is.cs"> |
2375 | - <Link>Shared\Framework\Is.cs</Link> |
2376 | - </Compile> |
2377 | - <Compile Include="..\..\..\src\framework\Shared\Framework\ITestCaseData.cs"> |
2378 | - <Link>Shared\Framework\ITestCaseData.cs</Link> |
2379 | - </Compile> |
2380 | - <Compile Include="..\..\..\src\framework\Shared\Framework\ListMapper.cs"> |
2381 | - <Link>Shared\Framework\ListMapper.cs</Link> |
2382 | - </Compile> |
2383 | - <Compile Include="..\..\..\src\framework\Shared\Framework\MessageMatch.cs"> |
2384 | - <Link>Shared\Framework\MessageMatch.cs</Link> |
2385 | - </Compile> |
2386 | - <Compile Include="..\..\..\src\framework\Shared\Framework\PropertyAttribute.cs"> |
2387 | - <Link>Shared\Framework\PropertyAttribute.cs</Link> |
2388 | - </Compile> |
2389 | - <Compile Include="..\..\..\src\framework\Shared\Framework\SetUpAttribute.cs"> |
2390 | - <Link>Shared\Framework\SetUpAttribute.cs</Link> |
2391 | - </Compile> |
2392 | - <Compile Include="..\..\..\src\framework\Shared\Framework\SpecialValue.cs"> |
2393 | - <Link>Shared\Framework\SpecialValue.cs</Link> |
2394 | - </Compile> |
2395 | - <Compile Include="..\..\..\src\framework\Shared\Framework\TearDownAttribute.cs"> |
2396 | - <Link>Shared\Framework\TearDownAttribute.cs</Link> |
2397 | - </Compile> |
2398 | - <Compile Include="..\..\..\src\framework\Shared\Framework\TestAttribute.cs"> |
2399 | - <Link>Shared\Framework\TestAttribute.cs</Link> |
2400 | - </Compile> |
2401 | - <Compile Include="..\..\..\src\framework\Shared\Framework\TestCaseAttribute.cs"> |
2402 | - <Link>Shared\Framework\TestCaseAttribute.cs</Link> |
2403 | - </Compile> |
2404 | - <Compile Include="..\..\..\src\framework\Shared\Framework\TestCaseData.cs"> |
2405 | - <Link>Shared\Framework\TestCaseData.cs</Link> |
2406 | - </Compile> |
2407 | - <Compile Include="..\..\..\src\framework\Shared\Framework\TestCaseSourceAttribute.cs"> |
2408 | - <Link>Shared\Framework\TestCaseSourceAttribute.cs</Link> |
2409 | - </Compile> |
2410 | - <Compile Include="..\..\..\src\framework\Shared\Framework\TestFixtureAttribute.cs"> |
2411 | - <Link>Shared\Framework\TestFixtureAttribute.cs</Link> |
2412 | - </Compile> |
2413 | - <Compile Include="..\..\..\src\framework\Shared\Framework\TextMessageWriter.cs"> |
2414 | - <Link>Shared\Framework\TextMessageWriter.cs</Link> |
2415 | - </Compile> |
2416 | - <Compile Include="..\..\..\src\framework\Shared\Framework\Throws.cs"> |
2417 | - <Link>Shared\Framework\Throws.cs</Link> |
2418 | - </Compile> |
2419 | + <Compile Include="..\..\..\src\framework\SpecialValue.cs"> |
2420 | + <Link>SpecialValue.cs</Link> |
2421 | + </Compile> |
2422 | + <Compile Include="..\..\..\src\framework\TestCaseData.cs"> |
2423 | + <Link>TestCaseData.cs</Link> |
2424 | + </Compile> |
2425 | + <Compile Include="..\..\..\src\framework\Throws.cs"> |
2426 | + <Link>Throws.cs</Link> |
2427 | + </Compile> |
2428 | + <None Include="..\..\..\src\framework\Templates\Contains.template.cs"> |
2429 | + <Link>Templates\Contains.template.cs</Link> |
2430 | + </None> |
2431 | <None Include="..\..\..\src\framework\Templates\Assert.template.cs"> |
2432 | <Link>Templates\Assert.template.cs</Link> |
2433 | </None> |
2434 | @@ -305,9 +308,6 @@ |
2435 | <None Include="..\..\..\src\framework\Templates\ConstraintFactory.template.cs"> |
2436 | <Link>Templates\ConstraintFactory.template.cs</Link> |
2437 | </None> |
2438 | - <None Include="..\..\..\src\framework\Templates\Contains.template.cs"> |
2439 | - <Link>Templates\Contains.template.cs</Link> |
2440 | - </None> |
2441 | <None Include="..\..\..\src\framework\Templates\Has.template.cs"> |
2442 | <Link>Templates\Has.template.cs</Link> |
2443 | </None> |
2444 | @@ -320,7 +320,6 @@ |
2445 | <None Include="..\..\..\src\framework\Templates\Throws.template.cs"> |
2446 | <Link>Templates\Throws.template.cs</Link> |
2447 | </None> |
2448 | - <None Include="nunit.snk" /> |
2449 | </ItemGroup> |
2450 | <ItemGroup> |
2451 | <Folder Include="Properties\" /> |
2452 | |
2453 | === modified file 'solutions/vs2010/test-runner/test-runner.csproj' |
2454 | --- solutions/vs2010/test-runner/test-runner.csproj 2009-11-09 06:44:15 +0000 |
2455 | +++ solutions/vs2010/test-runner/test-runner.csproj 2009-12-29 17:20:26 +0000 |
2456 | @@ -52,6 +52,9 @@ |
2457 | <Compile Include="..\..\..\src\runner\ConsoleRunner.cs"> |
2458 | <Link>ConsoleRunner.cs</Link> |
2459 | </Compile> |
2460 | + <Compile Include="..\..\..\src\runner\FrameworkController.cs"> |
2461 | + <Link>FrameworkController.cs</Link> |
2462 | + </Compile> |
2463 | <Compile Include="..\..\..\src\runner\Program.cs"> |
2464 | <Link>Program.cs</Link> |
2465 | </Compile> |
2466 | @@ -64,9 +67,6 @@ |
2467 | <Compile Include="..\..\..\src\runner\StackTraceFilter.cs"> |
2468 | <Link>StackTraceFilter.cs</Link> |
2469 | </Compile> |
2470 | - <Compile Include="..\..\..\src\runner\TestDriverWrapper.cs"> |
2471 | - <Link>TestDriverWrapper.cs</Link> |
2472 | - </Compile> |
2473 | <Compile Include="..\..\..\src\runner\TestEventListener.cs"> |
2474 | <Link>TestEventListener.cs</Link> |
2475 | </Compile> |
2476 | |
2477 | === modified file 'src/framework/Internal/TestContext.cs' |
2478 | --- src/framework/Internal/TestContext.cs 2009-12-27 21:21:21 +0000 |
2479 | +++ src/framework/Internal/TestContext.cs 2009-12-29 17:20:26 +0000 |
2480 | @@ -27,6 +27,7 @@ |
2481 | using System.IO; |
2482 | using System.Diagnostics; |
2483 | using System.Globalization; |
2484 | +using System.Security.Principal; |
2485 | using System.Threading; |
2486 | |
2487 | namespace NUnit.Core |
2488 | @@ -217,6 +218,11 @@ |
2489 | /// </summary> |
2490 | private CultureInfo currentUICulture; |
2491 | |
2492 | + /// <summary> |
2493 | + /// The current Principal. |
2494 | + /// </summary> |
2495 | + private IPrincipal currentPrincipal; |
2496 | + |
2497 | /// <summary> |
2498 | /// Link to a prior saved context |
2499 | /// </summary> |
2500 | @@ -236,6 +242,7 @@ |
2501 | this.currentDirectory = Environment.CurrentDirectory; |
2502 | this.currentCulture = CultureInfo.CurrentCulture; |
2503 | this.currentUICulture = CultureInfo.CurrentUICulture; |
2504 | + this.currentPrincipal = Thread.CurrentPrincipal; |
2505 | } |
2506 | |
2507 | public ContextHolder( ContextHolder other ) |
2508 | @@ -252,6 +259,7 @@ |
2509 | this.currentDirectory = Environment.CurrentDirectory; |
2510 | this.currentCulture = CultureInfo.CurrentCulture; |
2511 | this.currentUICulture = CultureInfo.CurrentUICulture; |
2512 | + this.currentPrincipal = Thread.CurrentPrincipal; |
2513 | } |
2514 | |
2515 | /// <summary> |
2516 | @@ -270,6 +278,7 @@ |
2517 | this.CurrentCulture = prior.CurrentCulture; |
2518 | this.CurrentUICulture = prior.CurrentUICulture; |
2519 | this.TestCaseTimeout = prior.TestCaseTimeout; |
2520 | + this.CurrentPrincipal = prior.CurrentPrincipal; |
2521 | } |
2522 | |
2523 | /// <summary> |
2524 | @@ -413,6 +422,19 @@ |
2525 | } |
2526 | } |
2527 | |
2528 | + /// <summary> |
2529 | + /// Gets or sets the current <see cref="IPrincipal"/> for the Thread. |
2530 | + /// </summary> |
2531 | + public IPrincipal CurrentPrincipal |
2532 | + { |
2533 | + get { return this.currentPrincipal; } |
2534 | + set |
2535 | + { |
2536 | + this.currentPrincipal = value; |
2537 | + Thread.CurrentPrincipal = this.currentPrincipal; |
2538 | + } |
2539 | + } |
2540 | + |
2541 | public int TestCaseTimeout |
2542 | { |
2543 | get { return testCaseTimeout; } |
2544 | |
2545 | === modified file 'src/test-assembly/TestFixtureData.cs' |
2546 | --- src/test-assembly/TestFixtureData.cs 2009-10-28 22:51:26 +0000 |
2547 | +++ src/test-assembly/TestFixtureData.cs 2009-12-29 17:20:26 +0000 |
2548 | @@ -22,6 +22,7 @@ |
2549 | // *********************************************************************** |
2550 | |
2551 | using System; |
2552 | +using System.Security.Principal; |
2553 | using NUnit.Framework; |
2554 | |
2555 | namespace NUnit.TestData.TestFixtureData |
2556 | @@ -333,4 +334,15 @@ |
2557 | public void Teardown(int j) { } |
2558 | } |
2559 | |
2560 | + [TestFixture] |
2561 | + public class FixtureThatChangesTheCurrentPrincipal |
2562 | + { |
2563 | + [Test] |
2564 | + public void ChangeCurrentPrincipal() |
2565 | + { |
2566 | + WindowsIdentity identity = WindowsIdentity.GetCurrent(); |
2567 | + GenericPrincipal principal = new GenericPrincipal( identity, new string[] { } ); |
2568 | + System.Threading.Thread.CurrentPrincipal = principal; |
2569 | + } |
2570 | + } |
2571 | } |
2572 | |
2573 | === modified file 'src/tests/NUnit/Core/CallContextTests.cs' |
2574 | --- src/tests/NUnit/Core/CallContextTests.cs 2009-10-28 22:51:26 +0000 |
2575 | +++ src/tests/NUnit/Core/CallContextTests.cs 2009-12-29 17:20:26 +0000 |
2576 | @@ -26,6 +26,8 @@ |
2577 | using System.Runtime.Remoting.Messaging; |
2578 | using System.Security.Principal; |
2579 | using NUnit.Framework; |
2580 | +using NUnit.TestData.TestFixtureData; |
2581 | +using NUnit.TestUtilities; |
2582 | |
2583 | namespace NUnit.Core.Tests |
2584 | { |
2585 | @@ -107,6 +109,20 @@ |
2586 | |
2587 | System.Threading.Thread.CurrentPrincipal = principal; |
2588 | } |
2589 | + |
2590 | + [Test] |
2591 | + public void ShouldRestoreCurrentPrincipalAfterTestRun() |
2592 | + { |
2593 | + IPrincipal principal = Thread.CurrentPrincipal; |
2594 | + |
2595 | + TestSuite suite = TestBuilder.MakeFixture( typeof( FixtureThatChangesTheCurrentPrincipal ) ); |
2596 | + suite.Run(TestListener.NULL, TestFilter.Empty); |
2597 | + |
2598 | + Assert.That( |
2599 | + Thread.CurrentPrincipal, |
2600 | + Is.SameAs(principal), |
2601 | + "The Thread Principal was not restored after the test was run"); |
2602 | + } |
2603 | } |
2604 | |
2605 | /// <summary> |
I started from my branch for bug 501352 (https:/ /code.launchpad .net/~adam- rpconnelly/ nunit-3. 0/bug-501352). I'm not sure if that matters.