Hi, I want to test the RPC services. My server side is in C++ and want to unit test services. Is there any example which explains?
Do we have to test with real clients..in that case, grpc server needs to be started? Found one link for mocking server, but it was for ASP.net https://learn.microsoft.com/en-us/aspnet/core/grpc/test-services?view=aspnetcore-7.0 https://github.com/grpc/grpc/blob/master/test/cpp/end2end/mock_test.cc mock_test.cc - it says client side logic testing.. Is there any example which tests server side rpcs? Thanks, Smita -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/0e080ba9-b3d6-48b9-94fe-7c122a55adfcn%40googlegroups.com.
