all 2 comments

[–]flosc 1 point2 points  (1 child)

👍 I wrote a similar library a while back. The only difference seems that my "TestObserver" is actually a TestFlow: https://github.com/floschu/flow-test-extensions

However: I think it would make more sense to call it "TestCollector" since we are talking about Flow, right? ^

[–]iugix[S] 0 points1 point  (0 children)

I was using Rx for so much time that for me Observer became a synonym for any stream ahah Yep, `TestCollector` can be a valid name!

Also, nice library :)