I update TestRule but seem like it doesn’t work we...
# android
k
I update TestRule but seem like it doesn’t work well
b
I you call
test()
on your Flowable, Single, etc. You get a test observer that allows you to test onNext
r
TestSubscriber….
its the same way you would test it in Java. just in kotlin😂