clear static method
void
clear()
Clear all mocks and history.
Implementation
static void clear() {
_handlers.clear();
_urlPatterns.clear();
_callHistory.clear();
}
Clear all mocks and history.
static void clear() {
_handlers.clear();
_urlPatterns.clear();
_callHistory.clear();
}