Reactive programming is an emerging discipline that allows to write
declarative, asynchronous and concurrent code in a functional way and is
continuously gaining popularity and adoption. In this talk we will wander
in the unexplored pathways of RxSwift testing infrastructure. Specifically,
we will look into the key aspects of testing RxSwift code and we will
analyze the different ways to unit test observable streams through a simple
sign in app.