Commit d8ecf0f
committed
Replace custom AssertionFailedErrors in test harness based on org.junit
The custom AssertionFailedErrors specified in
org.eclipse.core.tests.harness are derived from JUnit 3/4's
AssertionFailedError coming from org.junit. In order to fully migrate
the test harness to JUnit 5, this change adapts those classes to
subclass the AssertionFailedError from org.opentest4j as done by JUnit 5
as well.
Contributes to
#9031 parent b145828 commit d8ecf0f
File tree
2 files changed
+2
-2
lines changed- runtime/tests/org.eclipse.core.tests.harness/src/org/eclipse/core/tests
- harness
- session
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments