Replies: 1 comment 2 replies
-
The |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to unit test some service methods that I use on endpoints that returns uni.
I was able to setup an QuarkusComponentTest based test that is mocking the repositories and some other required components and injecting the service well.
To assert uni result I know that I can use
UniAsserter
as I do with tests using@QuarkusTest
. But I don't know if I need to do anything more to use it while using@QuarkusComponentTest
.What am I missing ?
Beta Was this translation helpful? Give feedback.
All reactions