Spring Boot test integration set-up with stub #1172
Unanswered
IgorZaporozhtsev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I configure test by using
this tut
(fresh one I guess) https://grpc-ecosystem.github.io/grpc-spring/en/client/testing.html#using-a-mocked-stub
and this (old one)
https://yidongnan.github.io/grpc-spring-boot-starter/en/server/testing.html#the-service-to-test
I got this issue
io.grpc.StatusRuntimeException: UNIMPLEMENTED: Method not found
I tried use Running a Dummy Server approach
but why there is no @GrpcClient and Stub
moreover in MyComponentIntegrationTestConfiguration I see that I have to define
Beta Was this translation helpful? Give feedback.
All reactions