Test the interaction between streams

InstructorShane Osbourne

Share this video with your friends

Send Tweet

Rx is all about composition - using one stream to start another, using streams as triggers to cancel others, merging them, concatenating them… the list is endless. It’s important that we’re able to verify the interaction of streams within our tests.