sinon / Spies
- Spies
- spy.alwaysCalledOn()
- spy.alwaysCalledWith()
- spy.alwaysCalledWithExactly()
- spy.alwaysCalledWithMatch()
- spy.alwaysReturned()
- spy.alwaysThrew()
- spy.args
- spy.callCount
- spy.called
- spy.calledAfter()
- spy.calledBefore()
- spy.calledImmediatelyAfter()
- spy.calledImmediatelyBefore()
- spy.calledOn()
- spy.calledOnce
- spy.calledThrice
- spy.calledTwice
- spy.calledWith()
- spy.calledWithExactly()
- spy.calledWithMatch()
- spy.calledWithNew()
- spy.exceptions
- spy.firstCall
- spy.getCall()
- spy.getCalls()
- spy.lastCall
- spy.neverCalledWith()
- spy.neverCalledWithMatch()
- spy.notCalled
- spy.printf()
- spy.reset()
- spy.restore()
- spy.returned()
- spy.returnValues
- spy.secondCall
- spy.thirdCall
- spy.thisValues
- spy.threw()
- spy.withArgs()
- spyCall.args
- spyCall.calledOn()
- spyCall.calledWith()
- spyCall.calledWithExactly()
- spyCall.calledWithMatch()
- spyCall.exception
- spyCall.notCalledWith()
- spyCall.notCalledWithMatch()
- spyCall.returnValue
- spyCall.thisValue
- spyCall.threw()