carvalhorr / protoc-gen-mock

47 stars 11 forks source link

Exact matching stubs take precedence over partial matching stubs #44

Open carvalhorr opened 3 years ago

carvalhorr commented 3 years ago

When there are partial matching stubs and exact matching stubs, the exact match should take precedence. Currently the first match in the order they are added is returned.