I've followed the response in How to mock services with Retrofit 2.0 and the new MockRetrofit class?
So now my question is how do I mock a Result Eg. Observable<Result<String>>
PS. In reality the String
would be an actual POJO with a complex structure.