mirror of https://github.com/freeCodeCamp/devdocs
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
22 KiB
1 line
22 KiB
{"entries":[{"name":"Assertions","path":"assertions","type":"Assertions"},{"name":"autoRespond","path":"fake-xhr-and-server#boolean-autorespond","type":"Fake XHR and server"},{"name":"autoRespondAfter()","path":"fake-xhr-and-server#number-autorespondafter-ms","type":"Fake XHR and server"},{"name":"clock.next()","path":"fake-timers#clocknext","type":"Fake timers"},{"name":"clock.restore()","path":"fake-timers#clockrestore","type":"Fake timers"},{"name":"clock.runAll()","path":"fake-timers#clockrunall","type":"Fake timers"},{"name":"clock.tick()","path":"fake-timers#clockticktime","type":"Fake timers"},{"name":"expectation.atLeast()","path":"mocks#expectationatleastnumber","type":"Mocks"},{"name":"expectation.atMost()","path":"mocks#expectationatmostnumber","type":"Mocks"},{"name":"expectation.exactly()","path":"mocks#expectationexactlynumber","type":"Mocks"},{"name":"expectation.never()","path":"mocks#expectationnever","type":"Mocks"},{"name":"expectation.on()","path":"mocks#expectationonobj","type":"Mocks"},{"name":"expectation.once()","path":"mocks#expectationonce","type":"Mocks"},{"name":"expectation.thrice()","path":"mocks#expectationthrice","type":"Mocks"},{"name":"expectation.twice()","path":"mocks#expectationtwice","type":"Mocks"},{"name":"expectation.verify()","path":"mocks#expectationverify","type":"Mocks"},{"name":"expectation.withArgs()","path":"mocks#expectationwithargsarg1-arg2-","type":"Mocks"},{"name":"expectation.withExactArgs()","path":"mocks#expectationwithexactargsarg1-arg2-","type":"Mocks"},{"name":"f.callback","path":"fakes#fcallback","type":"Fakes"},{"name":"f.lastArg","path":"fakes#flastarg","type":"Fakes"},{"name":"Fake timers","path":"fake-timers","type":"Fake timers"},{"name":"Fake XHR and server","path":"fake-xhr-and-server","type":"Fake XHR and server"},{"name":"fakeHTTPMethods","path":"fake-xhr-and-server#boolean-fakehttpmethods","type":"Fake XHR and server"},{"name":"Fakes","path":"fakes","type":"Fakes"},{"name":"FakeXMLHttpRequest.addFilter()","path":"fake-xhr-and-server#fakexmlhttprequestaddfilterfn","type":"Fake XHR and server"},{"name":"FakeXMLHttpRequest.useFilters","path":"fake-xhr-and-server#fakexmlhttprequestusefilters","type":"Fake XHR and server"},{"name":"JSON-P","path":"json-p","type":"JSON-P"},{"name":"Matchers","path":"matchers","type":"Matchers"},{"name":"mock.expects()","path":"mocks#var-expectation--mockexpectsmethod","type":"Mocks"},{"name":"mock.restore()","path":"mocks#mockrestore","type":"Mocks"},{"name":"mock.verify()","path":"mocks#mockverify","type":"Mocks"},{"name":"Mocks","path":"mocks","type":"Mocks"},{"name":"request.async","path":"fake-xhr-and-server#boolean-requestasync","type":"Fake XHR and server"},{"name":"request.autoRespond","path":"fake-xhr-and-server#boolean-requestautorespond","type":"Fake XHR and server"},{"name":"request.autoRespondAfter","path":"fake-xhr-and-server#number-requestautorespondafter","type":"Fake XHR and server"},{"name":"request.error()","path":"fake-xhr-and-server#requesterror","type":"Fake XHR and server"},{"name":"request.getAllResponseHeaders()","path":"fake-xhr-and-server#object-requestgetallresponseheaders","type":"Fake XHR and server"},{"name":"request.getResponseHeader()","path":"fake-xhr-and-server#string-requestgetresponseheaderheader","type":"Fake XHR and server"},{"name":"request.method","path":"fake-xhr-and-server#string-requestmethod","type":"Fake XHR and server"},{"name":"request.password","path":"fake-xhr-and-server#string-requestpassword","type":"Fake XHR and server"},{"name":"request.requestBody","path":"fake-xhr-and-server#string-requestrequestbody","type":"Fake XHR and server"},{"name":"request.requestHeaders","path":"fake-xhr-and-server#object-requestrequestheaders","type":"Fake XHR and server"},{"name":"request.respond()","path":"fake-xhr-and-server#requestrespondstatus-headers-body","type":"Fake XHR and server"},{"name":"request.responseXML","path":"fake-xhr-and-server#document-requestresponsexml","type":"Fake XHR and server"},{"name":"request.setResponseBody()","path":"fake-xhr-and-server#requestsetresponsebodybody","type":"Fake XHR and server"},{"name":"request.setResponseHeaders()","path":"fake-xhr-and-server#requestsetresponseheadersobject","type":"Fake XHR and server"},{"name":"request.setStatus()","path":"fake-xhr-and-server#requestsetstatusstatus","type":"Fake XHR and server"},{"name":"request.status","path":"fake-xhr-and-server#int-requeststatus","type":"Fake XHR and server"},{"name":"request.statusText","path":"fake-xhr-and-server#string-requeststatustext","type":"Fake XHR and server"},{"name":"request.url","path":"fake-xhr-and-server#string-requesturl","type":"Fake XHR and server"},{"name":"request.username","path":"fake-xhr-and-server#string-requestusername","type":"Fake XHR and server"},{"name":"respondImmediately","path":"fake-xhr-and-server#boolean-respondimmediately","type":"Fake XHR and server"},{"name":"sandbox.assert()","path":"sandbox#sandboxassert","type":"Sandboxes"},{"name":"sandbox.createStubInstance()","path":"sandbox#sandboxcreatestubinstance","type":"Sandboxes"},{"name":"sandbox.mock()","path":"sandbox#sandboxmock","type":"Sandboxes"},{"name":"sandbox.replace()","path":"sandbox#sandboxreplaceobject-property-replacement","type":"Sandboxes"},{"name":"sandbox.replaceGetter()","path":"sandbox#sandboxreplacegetter","type":"Sandboxes"},{"name":"sandbox.replaceSetter()","path":"sandbox#sandboxreplacesetter","type":"Sandboxes"},{"name":"sandbox.reset()","path":"sandbox#sandboxreset","type":"Sandboxes"},{"name":"sandbox.resetBehavior()","path":"sandbox#sandboxresetbehavior","type":"Sandboxes"},{"name":"sandbox.resetHistory()","path":"sandbox#sandboxresethistory","type":"Sandboxes"},{"name":"sandbox.restore()","path":"sandbox#sandboxrestore","type":"Sandboxes"},{"name":"sandbox.spy()","path":"sandbox#sandboxspy","type":"Sandboxes"},{"name":"sandbox.stub()","path":"sandbox#sandboxstub","type":"Sandboxes"},{"name":"sandbox.useFakeServer()","path":"sandbox#sandboxusefakeserver","type":"Sandboxes"},{"name":"sandbox.useFakeTimers()","path":"sandbox#sandboxusefaketimers","type":"Sandboxes"},{"name":"sandbox.useFakeXMLHttpRequest()","path":"sandbox#sandboxusefakexmlhttprequest","type":"Sandboxes"},{"name":"sandbox.usingPromise()","path":"sandbox#sandboxusingpromisepromiselibrary","type":"Sandboxes"},{"name":"sandbox.verify()","path":"sandbox#sandboxverify","type":"Sandboxes"},{"name":"sandbox.verifyAndRestore()","path":"sandbox#sandboxverifyandrestore","type":"Sandboxes"},{"name":"Sandboxes","path":"sandbox","type":"Sandboxes"},{"name":"server.autoRespond","path":"fake-xhr-and-server#serverautorespond--true","type":"Fake XHR and server"},{"name":"server.autoRespondAfter","path":"fake-xhr-and-server#serverautorespondafter--ms","type":"Fake XHR and server"},{"name":"server.configure()","path":"fake-xhr-and-server#serverconfigureconfig","type":"Fake XHR and server"},{"name":"server.fakeHTTPMethods","path":"fake-xhr-and-server#boolean-serverfakehttpmethods","type":"Fake XHR and server"},{"name":"server.getHTTPMethod()","path":"fake-xhr-and-server#servergethttpmethodrequest","type":"Fake XHR and server"},{"name":"server.requests","path":"fake-xhr-and-server#array-serverrequests","type":"Fake XHR and server"},{"name":"server.respond()","path":"fake-xhr-and-server#serverrespond","type":"Fake XHR and server"},{"name":"server.respondImmediately","path":"fake-xhr-and-server#serverrespondimmediately--true","type":"Fake XHR and server"},{"name":"server.respondWith()","path":"fake-xhr-and-server#serverrespondwithresponse","type":"Fake XHR and server"},{"name":"server.restore()","path":"fake-xhr-and-server#serverrestore","type":"Fake XHR and server"},{"name":"sinon.addBehavior()","path":"stubs#sinonaddbehaviorname-fn","type":"Stubs"},{"name":"sinon.assert.alwaysCalledOn()","path":"assertions#sinonassertalwayscalledonspy-obj","type":"Assertions"},{"name":"sinon.assert.alwaysCalledWith()","path":"assertions#sinonassertalwayscalledwithspy-arg1-arg2-","type":"Assertions"},{"name":"sinon.assert.alwaysCalledWithExactly()","path":"assertions#sinonassertalwayscalledwithexactlyspy-arg1-arg2-","type":"Assertions"},{"name":"sinon.assert.alwaysCalledWithMatch()","path":"assertions#sinonassertalwayscalledwithmatchspy-arg1-arg2-","type":"Assertions"},{"name":"sinon.assert.alwaysThrew()","path":"assertions#sinonassertalwaysthrewspy-exception","type":"Assertions"},{"name":"sinon.assert.callCount()","path":"assertions#sinonassertcallcountspy-num","type":"Assertions"},{"name":"sinon.assert.called()","path":"assertions#sinonassertcalledspy","type":"Assertions"},{"name":"sinon.assert.calledOn()","path":"assertions#sinonassertcalledonspyorspycall-obj","type":"Assertions"},{"name":"sinon.assert.calledOnce()","path":"assertions#sinonassertcalledoncespy","type":"Assertions"},{"name":"sinon.assert.calledThrice()","path":"assertions#sinonassertcalledthricespy","type":"Assertions"},{"name":"sinon.assert.calledTwice()","path":"assertions#sinonassertcalledtwicespy","type":"Assertions"},{"name":"sinon.assert.calledWith()","path":"assertions#sinonassertcalledwithspyorspycall-arg1-arg2-","type":"Assertions"},{"name":"sinon.assert.calledWithExactly()","path":"assertions#sinonassertcalledwithexactlyspyorspycall-arg1-arg2-","type":"Assertions"},{"name":"sinon.assert.calledWithMatch()","path":"assertions#sinonassertcalledwithmatchspyorspycall-arg1-arg2-","type":"Assertions"},{"name":"sinon.assert.calledWithNew()","path":"assertions#sinonassertcalledwithnewspyorspycall","type":"Assertions"},{"name":"sinon.assert.callOrder()","path":"assertions#sinonassertcallorderspy1-spy2-","type":"Assertions"},{"name":"sinon.assert.expose()","path":"assertions#sinonassertexposeobject-options","type":"Assertions"},{"name":"sinon.assert.fail()","path":"assertions#sinonassertfailmessage","type":"Assertions"},{"name":"sinon.assert.failException","path":"assertions#sinonassertfailexception","type":"Assertions"},{"name":"sinon.assert.match()","path":"assertions#sinonassertmatchactual-expectation","type":"Assertions"},{"name":"sinon.assert.neverCalledWith()","path":"assertions#sinonassertnevercalledwithspy-arg1-arg2-","type":"Assertions"},{"name":"sinon.assert.neverCalledWithMatch()","path":"assertions#sinonassertnevercalledwithmatchspy-arg1-arg2-","type":"Assertions"},{"name":"sinon.assert.notCalled()","path":"assertions#sinonassertnotcalledspy","type":"Assertions"},{"name":"sinon.assert.pass()","path":"assertions#sinonassertpassassertion","type":"Assertions"},{"name":"sinon.assert.threw()","path":"assertions#sinonassertthrewspyorspycall-exception","type":"Assertions"},{"name":"sinon.createFakeServer()","path":"fake-xhr-and-server#var-server--sinoncreatefakeserverconfig","type":"Fake XHR and server"},{"name":"sinon.createFakeServerWithClock()","path":"fake-xhr-and-server#var-server--sinoncreatefakeserverwithclock","type":"Fake XHR and server"},{"name":"sinon.createSandbox()","path":"sandbox#var-sandbox--sinoncreatesandbox","type":"Sandboxes"},{"name":"sinon.createStubInstance()","path":"utils#sinoncreatestubinstanceconstructor","type":"Utilities"},{"name":"sinon.expectation.create()","path":"mocks#var-expectation--sinonexpectationcreatemethodname","type":"Mocks"},{"name":"sinon.fake()","path":"fakes#sinonfakefunc","type":"Fakes"},{"name":"sinon.fake.rejects()","path":"fakes#sinonfakerejectsvalue","type":"Fakes"},{"name":"sinon.fake.resolves()","path":"fakes#sinonfakeresolvesvalue","type":"Fakes"},{"name":"sinon.fake.returns()","path":"fakes#sinonfakereturnsvalue","type":"Fakes"},{"name":"sinon.fake.throws()","path":"fakes#sinonfakethrowsvalue","type":"Fakes"},{"name":"sinon.fake.yields()","path":"fakes#sinonfakeyieldscallback-value1--valuen","type":"Fakes"},{"name":"sinon.fake.yieldsAsync()","path":"fakes#sinonfakeyieldsasynccallback-value1--valuen","type":"Fakes"},{"name":"sinon.match()","path":"matchers#sinonmatchnumber","type":"Matchers"},{"name":"sinon.match.any","path":"matchers#sinonmatchany","type":"Matchers"},{"name":"sinon.match.array","path":"matchers#sinonmatcharray","type":"Matchers"},{"name":"sinon.match.array.contains()","path":"matchers#sinonmatcharraycontainsarr","type":"Matchers"},{"name":"sinon.match.array.deepEquals()","path":"matchers#sinonmatcharraydeepequalsarr","type":"Matchers"},{"name":"sinon.match.array.endsWith()","path":"matchers#sinonmatcharrayendswitharr","type":"Matchers"},{"name":"sinon.match.array.startsWith()","path":"matchers#sinonmatcharraystartswitharr","type":"Matchers"},{"name":"sinon.match.bool","path":"matchers#sinonmatchbool","type":"Matchers"},{"name":"sinon.match.date","path":"matchers#sinonmatchdate","type":"Matchers"},{"name":"sinon.match.defined","path":"matchers#sinonmatchdefined","type":"Matchers"},{"name":"sinon.match.every()","path":"matchers#sinonmatcheverymatcher","type":"Matchers"},{"name":"sinon.match.falsy","path":"matchers#sinonmatchfalsy","type":"Matchers"},{"name":"sinon.match.func","path":"matchers#sinonmatchfunc","type":"Matchers"},{"name":"sinon.match.has()","path":"matchers#sinonmatchhasproperty-expectation","type":"Matchers"},{"name":"sinon.match.hasNested()","path":"matchers#sinonmatchhasnestedpropertypath-expectation","type":"Matchers"},{"name":"sinon.match.hasOwn()","path":"matchers#sinonmatchhasownproperty-expectation","type":"Matchers"},{"name":"sinon.match.in()","path":"matchers#sinonmatchinarray","type":"Matchers"},{"name":"sinon.match.instanceOf()","path":"matchers#sinonmatchinstanceoftype","type":"Matchers"},{"name":"sinon.match.map","path":"matchers#sinonmatchmap","type":"Matchers"},{"name":"sinon.match.map.contains()","path":"matchers#sinonmatchmapcontainsmap","type":"Matchers"},{"name":"sinon.match.map.deepEquals()","path":"matchers#sinonmatchmapdeepequalsmap","type":"Matchers"},{"name":"sinon.match.number","path":"matchers#sinonmatchnumber-1","type":"Matchers"},{"name":"sinon.match.object","path":"matchers#sinonmatchobject-1","type":"Matchers"},{"name":"sinon.match.regexp","path":"matchers#sinonmatchregexp-1","type":"Matchers"},{"name":"sinon.match.same()","path":"matchers#sinonmatchsameref","type":"Matchers"},{"name":"sinon.match.set","path":"matchers#sinonmatchset","type":"Matchers"},{"name":"sinon.match.set.contains()","path":"matchers#sinonmatchsetcontainsset","type":"Matchers"},{"name":"sinon.match.set.deepEquals()","path":"matchers#sinonmatchsetdeepequalsset","type":"Matchers"},{"name":"sinon.match.some()","path":"matchers#sinonmatchsomematcher","type":"Matchers"},{"name":"sinon.match.string","path":"matchers#sinonmatchstring-1","type":"Matchers"},{"name":"sinon.match.symbol","path":"matchers#sinonmatchsymbol","type":"Matchers"},{"name":"sinon.match.truthy","path":"matchers#sinonmatchtruthy","type":"Matchers"},{"name":"sinon.match.typeOf()","path":"matchers#sinonmatchtypeoftype","type":"Matchers"},{"name":"sinon.mock()","path":"mocks#var-mock--sinonmockobj","type":"Mocks"},{"name":"sinon.stub()","path":"stubs#var-stub--sinonstub","type":"Stubs"},{"name":"sinon.useFakeTimers()","path":"fake-timers#var-clock--sinonusefaketimers","type":"Fake timers"},{"name":"sinon.useFakeXMLHttpRequest()","path":"fake-xhr-and-server#var-xhr--sinonusefakexmlhttprequest","type":"Fake XHR and server"},{"name":"Spies","path":"spies","type":"Spies"},{"name":"Spy call","path":"spy-call","type":"Spy call"},{"name":"spy.alwaysCalledOn()","path":"spies#spyalwayscalledonobj","type":"Spies"},{"name":"spy.alwaysCalledWith()","path":"spies#spyalwayscalledwitharg1-arg2-","type":"Spies"},{"name":"spy.alwaysCalledWithExactly()","path":"spies#spyalwayscalledwithexactlyarg1-arg2-","type":"Spies"},{"name":"spy.alwaysCalledWithMatch()","path":"spies#spyalwayscalledwithmatcharg1-arg2-","type":"Spies"},{"name":"spy.alwaysReturned()","path":"spies#spyalwaysreturnedobj","type":"Spies"},{"name":"spy.alwaysThrew()","path":"spies#spyalwaysthrew","type":"Spies"},{"name":"spy.args","path":"spies#spyargs","type":"Spies"},{"name":"spy.callCount","path":"spies#spycallcount","type":"Spies"},{"name":"spy.called","path":"spies#spycalled","type":"Spies"},{"name":"spy.calledAfter()","path":"spies#spycalledafteranotherspy","type":"Spies"},{"name":"spy.calledBefore()","path":"spies#spycalledbeforeanotherspy","type":"Spies"},{"name":"spy.calledImmediatelyAfter()","path":"spies#spycalledimmediatelyafteranotherspy","type":"Spies"},{"name":"spy.calledImmediatelyBefore()","path":"spies#spycalledimmediatelybeforeanotherspy","type":"Spies"},{"name":"spy.calledOn()","path":"spies#spycalledonobj","type":"Spies"},{"name":"spy.calledOnce","path":"spies#spycalledonce","type":"Spies"},{"name":"spy.calledOnceWith()","path":"spies#spycalledoncewitharg1-arg2-","type":"Spies"},{"name":"spy.calledOnceWithExactly()","path":"spies#spycalledoncewithexactlyarg1-arg2-","type":"Spies"},{"name":"spy.calledThrice","path":"spies#spycalledthrice","type":"Spies"},{"name":"spy.calledTwice","path":"spies#spycalledtwice","type":"Spies"},{"name":"spy.calledWith()","path":"spies#spycalledwitharg1-arg2-","type":"Spies"},{"name":"spy.calledWithExactly()","path":"spies#spycalledwithexactlyarg1-arg2-","type":"Spies"},{"name":"spy.calledWithMatch()","path":"spies#spycalledwithmatcharg1-arg2-","type":"Spies"},{"name":"spy.calledWithNew()","path":"spies#spycalledwithnew","type":"Spies"},{"name":"spy.exceptions","path":"spies#spyexceptions","type":"Spies"},{"name":"spy.firstCall","path":"spies#spyfirstcall","type":"Spies"},{"name":"spy.getCall()","path":"spies#var-spycall--spygetcalln","type":"Spies"},{"name":"spy.getCalls()","path":"spies#var-spycalls--spygetcalls","type":"Spies"},{"name":"spy.lastCall","path":"spies#spylastcall","type":"Spies"},{"name":"spy.neverCalledWith()","path":"spies#spynevercalledwitharg1-arg2-","type":"Spies"},{"name":"spy.neverCalledWithMatch()","path":"spies#spynevercalledwithmatcharg1-arg2-","type":"Spies"},{"name":"spy.notCalled","path":"spies#spynotcalled","type":"Spies"},{"name":"spy.printf()","path":"spies#spyprintfformat-string-arg1-arg2-","type":"Spies"},{"name":"spy.resetHistory()","path":"spies#spyresethistory","type":"Spies"},{"name":"spy.restore()","path":"spies#spyrestore","type":"Spies"},{"name":"spy.returned()","path":"spies#spyreturnedobj","type":"Spies"},{"name":"spy.returnValues","path":"spies#spyreturnvalues","type":"Spies"},{"name":"spy.secondCall","path":"spies#spysecondcall","type":"Spies"},{"name":"spy.thirdCall","path":"spies#spythirdcall","type":"Spies"},{"name":"spy.thisValues","path":"spies#spythisvalues","type":"Spies"},{"name":"spy.threw()","path":"spies#spythrew","type":"Spies"},{"name":"spy.withArgs()","path":"spies#spywithargsarg1-arg2-","type":"Spies"},{"name":"spyCall.lastArg","path":"spy-call#spycalllastarg","type":"Spy call"},{"name":"stub.callArg()","path":"stubs#stubcallargargnum","type":"Stubs"},{"name":"stub.callArgWith()","path":"stubs#stubcallargwithargnum-arg1-arg2-","type":"Stubs"},{"name":"stub.callsArg()","path":"stubs#stubcallsargindex","type":"Stubs"},{"name":"stub.callsArgOn()","path":"stubs#stubcallsargonindex-context","type":"Stubs"},{"name":"stub.callsArgOnWith()","path":"stubs#stubcallsargonwithindex-context-arg1-arg2-","type":"Stubs"},{"name":"stub.callsArgWith()","path":"stubs#stubcallsargwithindex-arg1-arg2-","type":"Stubs"},{"name":"stub.callsFake()","path":"stubs#stubcallsfakefakefunction","type":"Stubs"},{"name":"stub.callThrough()","path":"stubs#stubcallthrough","type":"Stubs"},{"name":"stub.get()","path":"stubs#stubgetgetterfn","type":"Stubs"},{"name":"stub.onCall()","path":"stubs#stuboncalln-added-in-v18","type":"Stubs"},{"name":"stub.onFirstCall()","path":"stubs#stubonfirstcall","type":"Stubs"},{"name":"stub.onSecondCall()","path":"stubs#stubonsecondcall","type":"Stubs"},{"name":"stub.onThirdCall()","path":"stubs#stubonthirdcall","type":"Stubs"},{"name":"stub.rejects()","path":"stubs#stubrejects","type":"Stubs"},{"name":"stub.reset()","path":"stubs#stubreset","type":"Stubs"},{"name":"stub.resetBehavior()","path":"stubs#stubresetbehavior","type":"Stubs"},{"name":"stub.resetHistory()","path":"stubs#stubresethistory","type":"Stubs"},{"name":"stub.resolves()","path":"stubs#stubresolvesvalue","type":"Stubs"},{"name":"stub.resolvesArg()","path":"stubs#stubresolvesargindex","type":"Stubs"},{"name":"stub.returns()","path":"stubs#stubreturnsobj","type":"Stubs"},{"name":"stub.returnsArg()","path":"stubs#stubreturnsargindex","type":"Stubs"},{"name":"stub.returnsThis()","path":"stubs#stubreturnsthis","type":"Stubs"},{"name":"stub.set()","path":"stubs#stubsetsetterfn","type":"Stubs"},{"name":"stub.throws()","path":"stubs#stubthrows","type":"Stubs"},{"name":"stub.usingPromise()","path":"stubs#stubusingpromisepromiselibrary","type":"Stubs"},{"name":"stub.value()","path":"stubs#stubvaluenewval","type":"Stubs"},{"name":"stub.withArgs()","path":"stubs#stubwithargsarg1-arg2-","type":"Stubs"},{"name":"stub.yield()","path":"stubs#stubyieldarg1-arg2-","type":"Stubs"},{"name":"stub.yields()","path":"stubs#stubyieldsarg1-arg2-","type":"Stubs"},{"name":"stub.yieldsOn()","path":"stubs#stubyieldsoncontext-arg1-arg2-","type":"Stubs"},{"name":"stub.yieldsTo()","path":"stubs#stubyieldstoproperty-arg1-arg2-","type":"Stubs"},{"name":"stub.yieldsToOn()","path":"stubs#stubyieldstoonproperty-context-arg1-arg2-","type":"Stubs"},{"name":"stub.yieldTo()","path":"stubs#stubyieldtocallback-arg1-arg2-","type":"Stubs"},{"name":"Stubs","path":"stubs","type":"Stubs"},{"name":"Utilities","path":"utils","type":"Utilities"},{"name":"xhr.onCreate","path":"fake-xhr-and-server#xhroncreate--function-xhr-","type":"Fake XHR and server"},{"name":"xhr.restore()","path":"fake-xhr-and-server#xhrrestore","type":"Fake XHR and server"}],"types":[{"name":"Assertions","count":26,"slug":"assertions"},{"name":"Fake timers","count":6,"slug":"fake-timers"},{"name":"Fake XHR and server","count":41,"slug":"fake-xhr-and-server"},{"name":"Fakes","count":10,"slug":"fakes"},{"name":"JSON-P","count":1,"slug":"json-p"},{"name":"Matchers","count":34,"slug":"matchers"},{"name":"Mocks","count":17,"slug":"mocks"},{"name":"Sandboxes","count":20,"slug":"sandboxes"},{"name":"Spies","count":42,"slug":"spies"},{"name":"Spy call","count":2,"slug":"spy-call"},{"name":"Stubs","count":36,"slug":"stubs"},{"name":"Utilities","count":2,"slug":"utilities"}]} |