expectJSONP(url, [keys]); Creates a new request expectation for JSONP requests. For more info see expect().
resetExpectations(); Resets all request expectations, but preserves all backend definitions. Typically, you would call resetExpectations
when(method, url, [data], [headers], [keys]); Creates a new backend definition. Parameters
whenJSONP(url, [keys]); Creates a new backend definition for JSONP requests. For more info see when().
expectGET(url, [headers], [keys]); Creates a new request expectation for GET requests. For more info see expect().
info.logs Array of messages logged using info().
debug.logs Array of messages logged using debug().
reset(); Reset all of the logging arrays to empty.
warn.logs Array of messages logged using warn().
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