Replies: 1 comment
-
Hey. I converted this from a GitHub issue. For usage questions, please use the Q&A category on GitHub discussions. I don't personally have an answer, but hopefully someone else will. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can you please help how to mock RestClientBuilder using @QuarkusComponentTest or any other Mocking functions like Mockito or powerMockito
Example : RestClientBuilder.newBuilder().baseUri(URI).build(HandlerService.class);
could you please provide a sample mocking example for above line.
Beta Was this translation helpful? Give feedback.
All reactions