You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pact v4 specification introduces several new matchers, EachKey and EachValue being two amongst them.
EachKey allows defining rules against the keys in the collection, ignoring the values.
EachValue allows defining rules against the values in the collection, ignoring the keys.
There are corresponding matchers added in pact-js (eachKeyMatches and eachValueMatches).
Is there any plan to introduce these new matchers in current/beta versions of pact-net ?
Until they are available, is there a way to create custom matchers in the latest version to support these matching rules?
The text was updated successfully, but these errors were encountered:
There are a few matchers that have been added to the v4 spec after it was first published and currently some of those haven't been implemented. They're not difficult to add though.
Pact v4 specification introduces several new matchers, EachKey and EachValue being two amongst them.
EachKey allows defining rules against the keys in the collection, ignoring the values.
EachValue allows defining rules against the values in the collection, ignoring the keys.
There are corresponding matchers added in pact-js (
eachKeyMatches
andeachValueMatches
).Is there any plan to introduce these new matchers in current/beta versions of pact-net ?
Until they are available, is there a way to create custom matchers in the latest version to support these matching rules?
The text was updated successfully, but these errors were encountered: