Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

sinon

We provide the most widely used stubbing library for JavaScript with ~7M weekly downloads
Collective - Host: opensource - https://opencollective.com/sinon - Code: https://github.com/sinonjs/sinon

Refactoring stub to use NFE

github.com/sinonjs/sinon - 787d38003bac47ab2a6f44557e881281792c12e4 authored over 14 years ago by Christian Johansen <[email protected]>
Refactoring mock to use NFE

github.com/sinonjs/sinon - 523191de32529d4ad8956a80eb4209c1e553f6ca authored over 14 years ago by Christian Johansen <[email protected]>
Refactor Spy - use named function expressions rather than function declarations to improve readability of source, and make it easier to single out private helpers

github.com/sinonjs/sinon - a1a157b1843ad3156dc8645645b811e3d38430e7 authored over 14 years ago by Christian Johansen <[email protected]>
Expose called as simple boolean rather than function

github.com/sinonjs/sinon - b2a9dadec68fb69e28a589f273b20259526cee51 authored over 14 years ago by Christian Johansen <[email protected]>
Add test to show that setUp stubs can be used in tests and that they are rolled back

github.com/sinonjs/sinon - 9c9768c4cbd87e865c84362b50468e0d6554ae8f authored over 14 years ago by Christian Johansen <[email protected]>
Add sinon.keys to help test testCase, which now wraps tests in sinon.test

github.com/sinonjs/sinon - 4dbb40742009aaa70546bb7f6217c449cb665617 authored over 14 years ago by Christian Johansen <[email protected]>
Use assert.callOrder in test case tests

github.com/sinonjs/sinon - a776876614726fd073776d76b62f2f0450c0c048 authored over 14 years ago by Christian Johansen <[email protected]>
Add assertCallOrder to verify order of calls

github.com/sinonjs/sinon - c8105ff76e5f69e551753795d46c72e86c349d00 authored over 14 years ago by Christian Johansen <[email protected]>
Add spy.calledAfter and spy.calledBefore

github.com/sinonjs/sinon - 31a2b2bbb7b0215218ffb2dc8f18b297143d9ddd authored over 14 years ago by Christian Johansen <[email protected]>
Add tests for setUp/tearDown in test case

github.com/sinonjs/sinon - b01f60f53d305d3aaeec87f2497fcd9973084795 authored over 14 years ago by Christian Johansen <[email protected]>
Assertions and test cases

github.com/sinonjs/sinon - 47c9ca92120607ff08b1751f0fd694e3ba1d0352 authored over 14 years ago by Christian Johansen <[email protected]>
Return expectation from expectation methods to allow chaining

github.com/sinonjs/sinon - 69867e934ceae04b5fb7beebc17817e95a4666fb authored over 14 years ago by Christian Johansen <[email protected]>
Expectation count methods should return expectation for chaining

github.com/sinonjs/sinon - 1a23ed00cc7d9344c1a2fcb241ea6439ae68ec94 authored over 14 years ago by Christian Johansen <[email protected]>
Never should return expectation for chaining

github.com/sinonjs/sinon - 5ab2f494d038687f3692441f604b1529c52f1457 authored over 14 years ago by Christian Johansen <[email protected]>
Refactor mock tests - extract returns test case

github.com/sinonjs/sinon - ab2fbb32bfa58a59a90d412b989ddbaefd54aa02 authored over 14 years ago by Christian Johansen <[email protected]>
Fix bug in mock expectation error message

github.com/sinonjs/sinon - d7acdb11672eabf5ffaa908e161e7f8039543806 authored over 14 years ago by Christian Johansen <[email protected]>
Added assertions

github.com/sinonjs/sinon - 83e487664e2ccabd1973c7a75b54ce656a4200b3 authored over 14 years ago by Christian Johansen <[email protected]>
Passing JsLint, adding Juicer annotations and building successfully with YUI Compressor

github.com/sinonjs/sinon - 78885ab85440051e402dd40346110e63d9771af9 authored over 14 years ago by Christian Johansen <[email protected]>
First usable version

github.com/sinonjs/sinon - 84dbb22ae72a94380b846ee58a7d2b0238c5ea0d authored over 14 years ago by Christian Johansen <[email protected]>
Start working on mocks and nested functions spy/stub/mock

github.com/sinonjs/sinon - c02c5ec227f4b2c92c4987eea406d4f14e25172e authored over 14 years ago by Christian Johansen <[email protected]>
Finish refactoring of wrapMethod, restructure tests to match and finish tests for spyCall

github.com/sinonjs/sinon - 4804277acdb469d6e5c2553e86b534b93d672570 authored over 14 years ago by Christian Johansen <[email protected]>
Refactor; introduce sinon.wrapMethod to handle wrapping of methods on object with a restore() option

github.com/sinonjs/sinon - 7fb6657f6290673ada8938aa454b312020fee427 authored over 14 years ago by Christian Johansen <[email protected]>
Initial commit of sinon test spy/stubbing/mocking library

github.com/sinonjs/sinon - 0feec9ffba0da6bc2996cefa0c6e71872e8bedb2 authored over 14 years ago by Christian Johansen <[email protected]>