-
-
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
ConfigurationParameters values does not appear to be comprehensively documented #2516
Comments
Related to #1803 |
They should all be documented here: https://junit.org/junit5/docs/current/api/org.junit.jupiter.engine/org/junit/jupiter/engine/Constants.html |
could a link to that be added to the |
The problem is that |
Tentatively slated for 5.8 M2 solely for the purpose of team discussion. |
up to you in my opinion, you could also do a normal web link. I'm fine with whatever, I just want it to be easier to find ;) |
Team decision: Add a table containing all config parameters (Platform, Jupiter, Vintage (?)) in the user guide and link to it from the class-level Javadoc of |
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. |
I would assume this is still needed
…On Mon, Aug 15, 2022, 5:18 PM stale[bot] ***@***.***> wrote:
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.
—
Reply to this email directly, view it on GitHub
<#2516 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAABLDPQHVXGVLGLDXLSIYLVZKXZ3ANCNFSM4VWTCZXQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
All constants can also be viewed in the Javadoc: https://junit.org/junit5/docs/current/api/constant-values.html |
Closing in favor of #4330 which has more information |
I searched https://junit.org/junit5/docs/current/user-guide/#running-tests-config-params and the surefire plugin (which seems to have some different values from what I found in the user-guide. Could you please add a comprehensive list to this section of documentation?
The text was updated successfully, but these errors were encountered: