Home
last modified time | relevance | path

Searched refs:sinon (Results 1 – 19 of 19) sorted by relevance

/third_party/jsframework/test/
DfakeLog.ts16 import sinon from 'sinon';
25 fakeDebug = sinon.stub(Log, 'debug').callsFake();
26 fakeInfo = sinon.stub(Log, 'info').callsFake();
27 fakeWarn = sinon.stub(Log, 'warn').callsFake();
28 fakeError = sinon.stub(Log, 'error').callsFake();
/third_party/node/deps/npm/node_modules/qrcode-terminal/test/
Dmain.js3 sinon = require('sinon'); variable
9 sinon.stub(console, 'log');
13 sinon.sandbox.restore();
25 var cb = sinon.spy();
31 qrcode.generate('test', sinon.spy());
/third_party/jsframework/test/ut/model/
Dindex.ts21 import sinon from 'sinon';
53 const spyEl = sinon.spy();
98 const spyParent = sinon.spy();
99 const spyChild = sinon.spy();
161 sinon.assert.calledOnce(spyEl);
Ddirective.ts21 import sinon from 'sinon';
/third_party/weex-loader/test/
Dtest.js26 const sinon = require('sinon'); constant
86 requireStub = sinon.stub();
87 bootstrapStub = sinon.stub();
/third_party/weex-loader/deps/weex-scripter/test/
Dfix.js2 var sinon = require('sinon') variable
Drequire-bundle.js4 var sinon = require('sinon') variable
Drequire-parse.js3 var sinon = require('sinon') variable
/third_party/weex-loader/deps/weex-styler/test/
Dshorthand-parser.spec.js2 var sinon = require('sinon') variable
Dvalidate.js2 var sinon = require('sinon') variable
Dparse.js2 var sinon = require('sinon') variable
/third_party/node/deps/npm/node_modules/es6-promise/
DCHANGELOG.md71 * increase compatibliity with sinon.useFakeTimers();
/third_party/typescript/tests/baselines/reference/docker/
Dxterm.js.log19 addons/xterm-addon-ligatures/src/index.test.ts(7,24): error TS2307: Cannot find module 'sinon' or i…
/third_party/node/deps/npm/node_modules/es6-promise/dist/
Des6-promise.auto.min.map1 …promise will be unaffected by\n // other code modifying setTimeout (like sinon.useFakeTimers())\n…
Des6-promise.auto.map1 …promise will be unaffected by\n // other code modifying setTimeout (like sinon.useFakeTimers())\n…
Des6-promise.map1 …promise will be unaffected by\n // other code modifying setTimeout (like sinon.useFakeTimers())\n…
Des6-promise.min.map1 …promise will be unaffected by\n // other code modifying setTimeout (like sinon.useFakeTimers())\n…
/third_party/libwebsockets/minimal-examples/api-tests/api-test-fts/
Dles-mis-utf8.txt4053 paraissait ne rien comprendre à sa position, sinon qu'elle était
6801 dire de ses yeux, sinon qu'ils devaient être très grands et qu'ils
8617 sinon qu'il mettrait à la porte la petite Cosette, toute convalescente
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch41687 + sinon.stub(Host.InspectorFrontendHost.InspectorFrontendHostInstance, 'loadNetworkResource')
41707 + sinon.stub(Host.InspectorFrontendHost.InspectorFrontendHostInstance, 'loadNetworkResource')
42327 …const openInNewTabStub = sinon.stub(Host.InspectorFrontendHost.InspectorFrontendHostInstance, 'ope…
42361 const isEnabledStub = sinon.stub(Root.Runtime.experiments, 'isEnabled');