You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The QuarkusTestExtension.getEndpointPath() method may help with this. It's also worth looking at how it's done for RestAssured - instead of instrumentation, the test extension calls a static helper provided by rest assured itself:
We can elimiminate some boilerplate, as we do for other extensions like rest-assured.
At the moment, every provider tests need boilerplate like the following:
In a @QuarkusTest, there's only one set of values for the host and port, so we should do that context initialisation automatically.
The text was updated successfully, but these errors were encountered: