Suggestion: Method to convert TestMessage[] to marble string in TestScheduler #6288
samal-rasmussen
started this conversation in
Ideas / Feature request
Replies: 1 comment 3 replies
-
Moved into discussion since this is not a bug. There were some internal discussions around different assertion suite and what we want to do in the future, but we don't have conclusion yet. After those rx-sandbox have some diverged interfaces along with its DSL definitions compare to built in testscheulder which makes codes are not directly usable. At this point I don't have strong desire to port things over into testscheduler. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Old ticket that wasn't completely addressed, so I'm trying a new ticket: #2620
Suggestion:
It would be helpful if TestScheduler exposed a way to convert TestMessage[] to a marble string for easier comparisons when debugging.
I see @kwonoj has an implementation right here that could maybe be borrowed:
https://github.com/kwonoj/rx-sandbox/blob/master/src/assert/constructObservableMarble.ts
https://github.com/kwonoj/rx-sandbox/blob/master/src/assert/constructSubscriptionMarble.ts
Beta Was this translation helpful? Give feedback.
All reactions