expectDELETE(url, [headers], [keys]); Creates a new request expectation for DELETE requests. For more info see expect()
resetExpectations(); Resets all request expectations, but preserves all backend definitions. Typically, you would call resetExpectations
debug.logs Array of messages logged using debug().
expectGET(url, [headers], [keys]); Creates a new request expectation for GET requests. For more info see expect().
whenJSONP(url, [keys]); Creates a new backend definition for JSONP requests. For more info see when().
info.logs Array of messages logged using info().
when(method, url, [data], [headers], [keys]); Creates a new backend definition. Parameters
reset(); Reset all of the logging arrays to empty.
flush([millis]); Runs interval tasks scheduled to be run in the next millis milliseconds.
flush(); This method is used to flush the pending callbacks and animation frames to either start an animation or conclude an animation
Page 3 of 4