You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example: Observable.of(1,2,3) ... how are you going to represent 3 values and a completion in 1 frame? 123|? and then how does that "line up" to expected results? What about 3 values and an error? what about 100ms, then 14 synchronous values, then 200ms then one value and it completes?
It's a shame because I find the look of the test DSL very compelling.