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

Introduce ParameterInfo support for extensions #4370

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

marcphilipp
Copy link
Member

Overview

Extensions can get it from ExtensionContext.Store and access all
indexed parameter declarations as well as the arguments for the current
invocation.

Resolves #1139.


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


Definition of Done

@marcphilipp marcphilipp self-assigned this Mar 5, 2025
`Extensions` can get it from `ExtensionContext.Store` and access all
indexed parameter declarations as well as the arguments for the current
invocation.

Resolves #1139.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Introduce extension API for accessing arguments of parameterized tests
1 participant