Commit 10eed35
Migrate device tests to use
- Revamp `TestRunner.Core/TestInstrumentation.cs` to use MTP + NUnit
(following the androidtest template pattern with `AddNUnit()`)
- Delete `TestRunner.NUnit/`, `TestRunner.xUnit/`,
`Xamarin.Android.NUnitLite/`, `src-ThirdParty/NUnitLite/`
- Update `Mono.Android.NET-Tests` and `JcwGen-Tests` to use new
`TestInstrumentation` base class with stock NUnit 4.3.2
- Update CI YAML to use `dotnet test --no-build` instead of
`-t:RunTestApp`
- Update `NUnitReferences.projitems` to NUnit 4.3.2 + adapter 5.0.0
- Clean up `Directory.Build.props`, installer targets, and solution
files
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>dotnet test with Microsoft Testing Platform (MTP)1 parent 10559fe commit 10eed35
326 files changed
Lines changed: 160 additions & 41494 deletions
File tree
- build-tools
- automation/yaml-templates
- installers
- scripts
- xaprepare/xaprepare/ThirdPartyNotices
- src-ThirdParty/NUnitLite
- Api
- Attributes
- Compatibility
- Constraints
- Operators
- Exceptions
- Extensibility
- Internal
- Builders
- Commands
- Extensibility
- Filters
- Results
- Tests
- WorkItems
- Runner
- OutputWriters
- src
- Xamarin.Android.Build.Tasks
- Tests/Xamarin.Android.Build.Tests
- Xamarin.Android.NUnitLite
- Gui
- Activities
- Instrumentations
- Resources/layout
- tests
- CodeGen-Binding/Xamarin.Android.JcwGen-Tests
- Mono.Android-Tests
- Java.Interop-Tests
- Mono.Android-Tests
- Xamarin.Android.RuntimeTests
- TestRunner.Core
- Properties
- Resources
- values
- TestRunner.NUnit
- Resources
- values
- TestRunner.xUnit
- Properties
- Resources
- values
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | 77 | | |
79 | 78 | | |
80 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | 53 | | |
58 | 54 | | |
59 | 55 | | |
| |||
324 | 320 | | |
325 | 321 | | |
326 | 322 | | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | | - | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
351 | 323 | | |
352 | 324 | | |
353 | 325 | | |
| |||
504 | 476 | | |
505 | 477 | | |
506 | 478 | | |
507 | | - | |
508 | | - | |
509 | 479 | | |
510 | 480 | | |
511 | 481 | | |
| |||
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | | - | |
| 23 | + | |
23 | 24 | | |
24 | | - | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
Lines changed: 0 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | 62 | | |
64 | 63 | | |
65 | 64 | | |
| |||
68 | 67 | | |
69 | 68 | | |
70 | 69 | | |
71 | | - | |
72 | 70 | | |
73 | 71 | | |
74 | 72 | | |
| |||
77 | 75 | | |
78 | 76 | | |
79 | 77 | | |
80 | | - | |
81 | 78 | | |
82 | 79 | | |
83 | 80 | | |
| |||
87 | 84 | | |
88 | 85 | | |
89 | 86 | | |
90 | | - | |
91 | 87 | | |
92 | 88 | | |
93 | 89 | | |
| |||
158 | 154 | | |
159 | 155 | | |
160 | 156 | | |
161 | | - | |
162 | 157 | | |
163 | 158 | | |
164 | 159 | | |
| |||
168 | 163 | | |
169 | 164 | | |
170 | 165 | | |
171 | | - | |
172 | 166 | | |
173 | 167 | | |
174 | 168 | | |
| |||
178 | 172 | | |
179 | 173 | | |
180 | 174 | | |
181 | | - | |
182 | 175 | | |
183 | 176 | | |
184 | 177 | | |
| |||
188 | 181 | | |
189 | 182 | | |
190 | 183 | | |
191 | | - | |
192 | 184 | | |
193 | 185 | | |
194 | 186 | | |
| |||
198 | 190 | | |
199 | 191 | | |
200 | 192 | | |
201 | | - | |
202 | 193 | | |
203 | 194 | | |
204 | 195 | | |
| |||
218 | 209 | | |
219 | 210 | | |
220 | 211 | | |
221 | | - | |
222 | 212 | | |
223 | 213 | | |
224 | 214 | | |
| |||
228 | 218 | | |
229 | 219 | | |
230 | 220 | | |
231 | | - | |
232 | 221 | | |
233 | 222 | | |
234 | 223 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | 93 | | |
97 | 94 | | |
98 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
Lines changed: 0 additions & 42 deletions
This file was deleted.
This file was deleted.
0 commit comments