-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Document best practices for implementing ParameterResolvers #1190
Comments
Update: added Proposed Categories section to issue. |
Can you also provide examples for error/exception handling within |
This issue has been automatically marked as stale because it has not had recent activity. Given the limited bandwidth of the team, it will be automatically closed if no further activity occurs. Thank you for your contribution. |
This issue has been automatically closed due to inactivity. If you have a good use case for this feature, please feel free to reopen the issue. |
Hey @marcphilipp @sbrannen, can you please re-open this issue? I think it's still relevant, as right now it's not clear how to develop a My use case is that I want to create a test matrix combining several |
Sure. I'll reopen this issue.
That aspect is already covered in the current documentation. |
This issue has been automatically marked as stale because it has not had recent activity. Given the limited bandwidth of the team, it will be automatically closed if no further activity occurs. Thank you for your contribution. |
Closing due to lack of requested feedback. If you would like to proceed with your contribution, please provide the requested information and we will re-open this issue. |
PR for this issue had some formatting violations, now fixed. |
Hi @sbrannen, I've created a PR for this issue. |
Issue: junit-team#1190
Resolves #1190. Co-authored-by: Marc Philipp <[email protected]>
Overview
Based on discussions in #1184 and weld/weld-testing#3, it is apparent that we need to document best practices for implementing
ParameterResolver
, particularly with regard to "playing nicely" with other registeredParameterResolver
implementations.Proposed Categories
After having put a bit more thought into the subject, I am tossing around the idea of categorizing
ParameterResolver
implementations by behavior as follows.Deliverables
ParameterResolver
implementations in JavaDoc.ParameterResolver
implementations in the User Guide.The text was updated successfully, but these errors were encountered: