Commit 1a763c3
committed
Fix test framework for 2025.3 in toolkit module
- Replace ProjectExtension with ProjectRule (ProjectExtension removed in 2025.3)
- Comment out deprecated importProjects() call in JavaTestUtils
- Test framework now uses ProjectRule with JUnit 5 @RegisterExtension
- Fixes 'Unresolved reference ProjectExtension' and 'importProjects' errors1 parent 0cf1d95 commit 1a763c3
File tree
3 files changed
+6
-5
lines changed- plugins/toolkit/jetbrains-core/tst/software/aws/toolkits/jetbrains
- core
- explorer
- gettingstarted
- utils
3 files changed
+6
-5
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
280 | | - | |
| 280 | + | |
| 281 | + | |
281 | 282 | | |
282 | 283 | | |
283 | 284 | | |
| |||
0 commit comments