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().
Name Description
whenJSONP(url, [keys]); Creates a new backend definition for JSONP requests. For more info see when().
function in module ngMock
type in module ngMock
info.logs Array of messages logged using info().
when(method, url, [data], [headers], [keys]); Creates a new backend definition. Parameters
Page 4 of 6