-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create "missing" samples #70
Comments
Updated list of projects. |
we need maven jupiter java + kotlin example |
@daggerok What about the junit5-jupiter-starter-gradle-kotlin one? |
@marcphilipp |
finally I have created worked maven pom.xml configuration to run mixed java / kotlin JUnit 4 vintage and JUnit 5 jupiter: junit-team/junit5#1899 (comment) |
Allows mix java and kotlin test classes by using JUnit 5 Jupiter and JUnit 4 Vintage test engines together. This sample was added in scope of Create "missing" samples #70 GitHub issue.
What about adding GraalVM-related samples?
|
For that, I'm not sure there would be much to demonstrate. For standard GraalVM usage in a Java application (such as executing JUnit Jupiter based tests), you'd basically just switch to a GraalVM JDK, analogous to switching between an Oracle JDK and an OpenJDK JDK.
This is perhaps not as straight-forward as you might imagine. Currently there is no built-in support for achieving this. I have, however, created a proof of concept for executing JUnit Platform based tests within a native image. That work can be seen here: spring-projects/spring-framework@master...sbrannen:graalvm-testing The core of the work consists of a custom JUnit Platform |
conditional executing --> conditional execution GitHub won't let me edit comments at the moment. |
The text was updated successfully, but these errors were encountered: