LeeCampbell / RxCookbook

Collection of recipes and snippets helping you create useful Rx code
281 stars 39 forks source link

Using Marble Tests to test your Rx code #41

Open LeeCampbell opened 8 years ago

LeeCampbell commented 8 years ago

RxJs (and hopefully soon Rx.NET and others) supports wrting your Rx test with the visual aid of Marble diagrams.

https://github.com/ReactiveX/rxjs/blob/master/doc/writing-marble-tests.md https://github.com/ReactiveX/rxjs/blob/master/spec/operators/bufferTime-spec.ts