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

refactor: Merge InteractionRegistry and InteractionDriver #496

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

tienvx
Copy link
Contributor

@tienvx tienvx commented Feb 29, 2024

  • Mock server
    • Add mock server's VerifyResult class
    • Mock server now return verify result as an object of type VerifyResult
    • Change writePact and cleanUp to public
  • Merge InteractionRegistry to InteractionDriver
    • Call ffi client directly
    • Allow register multiple interactions by delay starting mock server
    • Return verify result as an object of type VerifyResult
  • Update SyncMessageDriver
    • Return verify result as an object of type VerifyResult
  • Add (interaction) DriverInterface
  • Update factories: change dependencies
  • Update compatibility suite: Use InteractionDriver directly, no more hard coding
  • Delete registries

@tienvx tienvx merged commit 34f3cfc into pact-foundation:ffi Mar 1, 2024
20 of 30 checks passed
@tienvx tienvx deleted the refactor-interaction-driver branch March 1, 2024 00:09
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.

2 participants