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: Add MockServer reset function #100

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

dax
Copy link
Contributor

@dax dax commented Feb 26, 2024

Sometimes it can be useful to change the behavior of the MockServer after some Mocks have already been setup.
This PR adds a reset() function to clear the existing Mocks and their recorded calls history.

Sometimes it can be useful to change the behavior of the MockServer
after some Mocks have already been setup.
This PR adds a `reset()` function to clear the existing `Mock`s and
their recorded calls history.
@alexliesenfeld alexliesenfeld merged commit 1ec91c8 into alexliesenfeld:master Feb 27, 2024
@alexliesenfeld
Copy link
Owner

Thank you for this PR @dax!

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