Commit 6d797dd
Migrate UI test suite to JUnit 5 and add dependencies for JUnit 5 and
JUnit 4 interoperability
- Update UiTestSuite to use JUnit 5 @suite and @SelectClasses
- Add org.junit.jupiter.api, org.junit.platform.runner, and
org.junit.vintage.engine as dependencies (with and without version
range) in MANIFEST.MF
- Ensure both JUnit 5 and JUnit 4 tests can be run together
- Modernize test infrastructure for future compatibility1 parent 4fbedad commit 6d797dd
File tree
2 files changed
+8
-4
lines changed- tests/org.eclipse.ui.tests
- Eclipse UI Tests/org/eclipse/ui/tests
- META-INF
2 files changed
+8
-4
lines changedLines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
| 62 | + | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
| 68 | + | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
50 | 54 | | |
51 | 55 | | |
52 | 56 | | |
| |||
0 commit comments