Have you thought about how to write a unit test for the gRPC client with a fake service?
Well, this video gets us started on our unit test journey through the world of gRPC
In this video, you’ll learn:
🔹 How is the list features method in the route guide service implemented
🔹 How to implement a gRPC client for the list features method
🔹 How to write a JUnit test to test if the client makes a call to a fake service implementation
🔹 How to use mockito verify method to check if the method was invoked
Github: https://github.com/automationhacks/gr...