Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V4: add a boolean matcher #87

Open
uglyog opened this issue May 1, 2021 · 0 comments
Open

V4: add a boolean matcher #87

uglyog opened this issue May 1, 2021 · 0 comments

Comments

@uglyog
Copy link
Member

uglyog commented May 1, 2021

Using type matchers with headers and query parameters is useless, as the values are always strings. See pact-foundation/pact-jvm#1346. There are already specific matchers for numbers and date values from V3.

This adds a boolean matcher that will match any boolean value, or the string values 'true' and 'false'. That way you can write more intuitive DSLs than just using regex macthers.

@uglyog uglyog mentioned this issue May 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant