-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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 documentation for @WithTestResource to getting started testing #44685
Add documentation for @WithTestResource to getting started testing #44685
Conversation
This comment has been minimized.
This comment has been minimized.
🙈 The PR is closed and the preview is expired. |
Thanks! I'll have a look tomorrow |
May I ask that the changes be limited to only what related to test resources? It makes reviewing stuff much easier. Thanks |
@geoand Sorry, that must have been some auto formatting. I'll revert that |
🙏🏽 |
a250342
to
30f019b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice, thanks!
Status for workflow
|
@geoand have you been aware of the TBD section? https://github.com/quarkusio/quarkus/pull/44685/files#diff-736ad6c4de04577ecfa48a1d44d6acaebb7ceac683ab1f51bdf30c7add9fe31cR1254 |
Oops, I missed that! I'll need to fix it |
Address leftovers in testing docs from #44685
(cherry picked from commit 107e4ea)
Small draft for the usage of
@WithTestResource
as we got confused by how it works and finally switched back to@QuarkusTestResource
I just wrote down of what I think I know of reading the code 🙂I hope I did not get it completely wrong.
Please feel free to alter and add information, especially for the stuff of
BELOW TO EDIT:
@WithTestResource
andTestResourceScope
#44530