Fadelis / grpcmock

A gRPC Java testing tool to easily mock endpoints of gRPC services for IT or Unit testing
http://grpcmock.org
Apache License 2.0
144 stars 13 forks source link

Verify calls for non mocked gRPC methods #5

Closed Fadelis closed 3 years ago

Fadelis commented 3 years ago

Currently it's only possible to verify stubbed method calls. If a call if made to gRPC Mock for a method, which has not a single stub, the request won't get captured and it won't be possible to verify it.