webmockr_reset {webmockr} | R Documentation |
webmockr_reset
Description
Clear all stubs and the request counter
Usage
webmockr_reset()
Details
this function runs stub_registry_clear()
and
request_registry_clear()
- so you can run those two yourself
to achieve the same thing
Value
nothing
See Also
stub_registry_clear()
request_registry_clear()
Examples
# webmockr_reset()
[Package webmockr version 1.0.0 Index]