Skip to content
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

Export org.junit.jupiter.api.extension.support via module descriptor #3908

Closed
rfscholte opened this issue Jul 31, 2024 · 1 comment · Fixed by #3909
Closed

Export org.junit.jupiter.api.extension.support via module descriptor #3908

rfscholte opened this issue Jul 31, 2024 · 1 comment · Fixed by #3909

Comments

@rfscholte
Copy link
Contributor

According to https://junit.org/junit5/docs/current/user-guide/#extensions-parameter-resolution you may find it convenient to extend the TypeBasedParameterResolver .

However, this package is not exported, so it is not possible to write a custom parameter resolver based on this class if your project also contains a module descriptor.

@sormuras
Copy link
Member

Good catch, Robert. Care to file a PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment