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

Add constructor injection support for TempDir #4060

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

marcphilipp
Copy link
Member

Overview

This was made possible by lifting the ParameterResolver limitation for
accessing the test-scoped ExtensionContext for test class constructors
in #3445.


I hereby agree to the terms of the JUnit Contributor License Agreement.


Definition of Done

This was made possible by lifting the `ParameterResolver` limitation for
accessing the test-scoped `ExtensionContext` for test class constructors
in #3445.
@marcphilipp marcphilipp force-pushed the marc/temp-dir-constructor-injection branch from d6b7466 to 24a9f4b Compare October 8, 2024 11:48
@marcphilipp marcphilipp marked this pull request as ready for review October 8, 2024 11:54
@marcphilipp marcphilipp enabled auto-merge (squash) October 8, 2024 13:31
@marcphilipp marcphilipp merged commit c906b66 into main Oct 8, 2024
15 checks passed
@marcphilipp marcphilipp deleted the marc/temp-dir-constructor-injection branch October 8, 2024 13:54
@marcphilipp marcphilipp added this to the 5.12 M1 milestone Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant