News

Mocking gRPC services allows you to validate gRPC integration code during your tests while avoiding common pitfalls. Learn how to use WireMock’s Spring Boot integration to mock gRPC services.
This post shows how you split your unit and integration tests using the original method in a realistic environment where the application is actually deployed to a server.