Reputation: 75
How to test gRPC functional and integration testing? I checked different articles and blogs but found just about unit tests (which doesn't suite). Java.
Upvotes: 4
Views: 14990
Reputation: 4427
The Java implementation of the gRPC project has a package to perform unit and integration tests of services.
Take a look at these examples:
Upvotes: 3