Mocking a gRPC server with wiremock-grpc-extension. Getting “Method not found error”
I have two services communicating with gRPC (one is gRPC server, and the other is gRPC client). I want to write a test for the gRPC client and want to mock the gRPC server.
Mocking a gRPC server with wiremock-grpc-extension. Getting “Method not found error”
I have two services communicating with gRPC (one is gRPC server, and the other is gRPC client). I want to write a test for the gRPC client and want to mock the gRPC server.