By Navdeep Singh
RxTest and RxBlocking are part of the RxSwift repository. They are made available via separate pods, however, and so require separate imports.
RxTest provides useful additions for testing Rx code. It includes TestScheduler, which is ...