RxCookbook icon indicating copy to clipboard operation
RxCookbook copied to clipboard

Using Marble Tests to test your Rx code

Open LeeCampbell opened this issue 8 years ago • 0 comments

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

LeeCampbell avatar Sep 23 '16 04:09 LeeCampbell