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

Allow all extensions to access method-level extension context #4057

Closed
8 tasks done
marcphilipp opened this issue Oct 8, 2024 · 0 comments
Closed
8 tasks done

Allow all extensions to access method-level extension context #4057

marcphilipp opened this issue Oct 8, 2024 · 0 comments

Comments

@marcphilipp
Copy link
Member

marcphilipp commented Oct 8, 2024

Overview

The JUnit Jupiter extension API is missing a crucial piece of functionality that comes up and is re-discussed every few weeks/months: there is no way to access the method-level extension context for TestInstancePostProcessor (and other) extensions. This is important to create and destroy resources on the test class instance level. Resolving this issue will reduce friction for users and free up time for maintainers to work on other duties.

Deliverables/tasks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

1 participant