CH61 / E457|De-Mocking|Mon, 24 Oct ’16
A Null Connection
In an experiment to avoid test doubles, we’re replacing our RealTimeConnection fake with code that disables our connection in production instead. In this episode, we implement the basic tests and code needed to make this idea work. Is it a good idea? Time will tell.