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

feat: implement dsl for creating pact matchers #2

Merged
merged 2 commits into from
Aug 19, 2021
Merged

Conversation

matthewshirley
Copy link
Owner

@matthewshirley matthewshirley commented Aug 19, 2021

This PR implements a DSL for creating matchers based on the Pact Specification v3.0.0. Implemented methods:

  • EqualTo
  • SomethingLike
  • IntegerLike
  • DecimalLike
  • Includes
  • Null
  • Term
  • EachLike

@codecov-commenter
Copy link

codecov-commenter commented Aug 19, 2021

Codecov Report

Merging #2 (86acb65) into main (f241fe3) will increase coverage by 1.90%.
The diff coverage is 93.54%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main       #2      +/-   ##
==========================================
+ Coverage   82.97%   84.88%   +1.90%     
==========================================
  Files           7        8       +1     
  Lines         141      172      +31     
==========================================
+ Hits          117      146      +29     
- Misses         24       26       +2     
Impacted Files Coverage Δ
lib/src/interaction.dart 93.02% <ø> (ø)
lib/src/errors.dart 7.14% <33.33%> (+7.14%) ⬆️
lib/src/matchers.dart 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f241fe3...86acb65. Read the comment docs.

@matthewshirley matthewshirley merged commit 0949a63 into main Aug 19, 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

Successfully merging this pull request may close these issues.

None yet

2 participants