i don’t know if this is a correct solution, but the way i’ve solved this in the past, in tests, is by having my mocks return `PublishSubject`s, and then i can manually control the sequence of emissions while testing the output of the
combineLatest
(or what have you).