Closed dax closed 8 months ago
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.
reset()
Mock
Thank you for this PR @dax!
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 existingMock
s and their recorded calls history.