carvalhorr / protoc-gen-mock

47 stars 11 forks source link

Implement partial matching of stubs #2

Closed carvalhorr closed 4 years ago

carvalhorr commented 4 years ago

stub.request.match supports two values: partial or exact. At the moment only exact match is implemented.

We would like to check if a request matches any existing stubs using only some of the fields.