MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / errorCallback

Function errorCallback

test/openlayers/mapping/WebMapSpec.js:430–436  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

428 var datavizWebmap = new WebMap(id, options);
429
430 function errorCallback() {
431 expect(datavizWebmap.server).toBe(server);
432 expect(datavizWebmap.credentialKey).toBeUndefined();
433 expect(datavizWebmap.credentialValue).toBeUndefined();
434 // expect(options.successCallback).not.toHaveBeenCalled();
435 done();
436 }
437 });
438
439 it('initialize_CLOUD', (done) => {

Callers 3

cordova-2.7.0.jsFile · 0.85
failFunction · 0.85
createTimeoutFunction · 0.85

Calls 2

expectFunction · 0.85
doneFunction · 0.50

Tested by

no test coverage detected