We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c12d155 commit 7f35c0aCopy full SHA for 7f35c0a
news/4.38/jdt.md
@@ -49,6 +49,14 @@ See also:
49
50
[JUnit 5 New & Noteworthy in Eclipse 4.8](https://eclipse.dev/eclipse/news/4.8/jdt.html#JUnit)
51
52
+#### JUnit 5 and JUnit 6 conflicts
53
+
54
+When mixing JUnit 5 and 6 versions in JUnit test launch type and Java project classpath dependencies, the following errors can be encountered:
55
56
+* Launch configuration dialog shows validation error: `Cannot find class 'org.junit.platform.commons.annotation.Testable' on project build path`
57
58
+One example of this is having JUnit 6 on the project classpath but using a JUnit 5 launch.
59
60
---
61
## Java Editor
62
0 commit comments