exvcr v0.11.1 ExVCR.Checker
Provides data store for checking which cassette files are used. It's for [mix vcr.check] task.
Link to this section Summary
Functions
Increment the counter for cache cassettes hit.
Increment the counter for server request hit.
Returns a specification to start this module under a supervisor.
Link to this section Functions
Link to this function
add_cache_count(recorder)
Increment the counter for cache cassettes hit.
Link to this function
add_server_count(recorder)
Increment the counter for server request hit.
Link to this function
append(x)
Link to this function
child_spec(init_arg)
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
get()
Link to this function
set(x)
Link to this function