JUnit 6 support ?
Hello,
JUnit 6 is out from a moment : https://docs.junit.org/6.0.0/release-notes/#release-notes-6.0.0 Do you plan to support it in a near future ?
Kind regards
Hi @jy95, I'm an AI Support assistant here to help with your issue. While the team reviews your request, I wanted to provide some possible tips and documentation that might help you in the meantime.
Currently, the VS Code Java Test extension supports JUnit 4 and JUnit 5 only; there’s no built-in JUnit 6 support yet.
• To track or request JUnit 6 support, please open a feature request in the Java Test repo: https://github.com/microsoft/vscode-java-test/issues/new • For an example of how new frameworks are added, see how TestNG support was implemented and released: microsoft/vscode-java-test#248 (https://github.com/microsoft/vscode-java-test/issues/248#issuecomment-437235863)
Other references with low confidence
• Support JUnit with legacy JRE (Java 6) • Discusses running tests under Java 6, not JUnit 6 itself • https://github.com/microsoft/vscode-java-test/issues/345
• [Junit] Junit support for java debug • Covers creating a custom runner for JUnit 4, not JUnit 6 • https://github.com/microsoft/vscode-java-debug/issues/76#issuecomment-340349498
• Support JUnit-dataprovider • Concerns the junit-dataprovider library, not core JUnit versions • https://github.com/microsoft/vscode-java-test/issues/91
The team will respond to your issue shortly. I hope these suggestions are helpful in the meantime. If this comment helped you, please give it a 👍. If the suggestion was not helpful or incorrect, please give it a 👎. Your feedback helps us improve!
Hello, Since JUnit 6 has officially been released, I was wondering whether support for it is planned in the Java Test Runner extension. Is this something that might be coming in a future update? Kind regards.