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 support for ArquillianResource param injection on @Deployment methods #603

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

starksm64
Copy link
Member

@starksm64 starksm64 commented Jul 22, 2024

Short description of what this resolves:

Add support for @ArquillianResource param injection on @Deployment methods
Aggregate the TestEnricher argument generation into a single util class
Improve some of the javadoc

Fixes #601

…hods

Aggregate the TestEnricher argument generation into a single util class
Improve some of the javadoc
Fixes arquillian#601

Signed-off-by: Scott M Stark <starksm64@gmail.com>
@starksm64 starksm64 requested a review from jamezp July 22, 2024 19:07
@jamezp
Copy link
Collaborator

jamezp commented Jul 22, 2024

LGTM. Thank you @starksm64!

@starksm64 starksm64 merged commit 305702f into arquillian:master Jul 23, 2024
16 checks passed
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.

static deployment methods should be able to inject @ArquillianResource values
2 participants