We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Junit5 support obviously supports @ExtendWith
native-build-tools/common/junit-platform-native/src/main/java/org/graalvm/junit/platform/config/jupiter/JupiterConfigProvider.java
Line 120 in af8131c
But doesn't seem to support Registering Extensions Automatically
https://www.petrikainulainen.net/programming/testing/introduction-to-junit-5-extensions/
Setting
-Djunit.jupiter.extensions.autodetection.enabled=true
and
Registering the extension via META-INF/services
The text was updated successfully, but these errors were encountered:
We are already working on this under #613. We will take this use-case into account as well. Thanks for reporting!
Sorry, something went wrong.
dnestoro
No branches or pull requests
The Junit5 support obviously supports @ExtendWith
native-build-tools/common/junit-platform-native/src/main/java/org/graalvm/junit/platform/config/jupiter/JupiterConfigProvider.java
Line 120 in af8131c
But doesn't seem to support Registering Extensions Automatically
https://www.petrikainulainen.net/programming/testing/introduction-to-junit-5-extensions/
Setting
-Djunit.jupiter.extensions.autodetection.enabled=true
and
Registering the extension via META-INF/services
The text was updated successfully, but these errors were encountered: