GCX-HCI / ThirtyInch

a MVP library for Android favoring a stateful Presenter
Apache License 2.0
1.03k stars 101 forks source link

rx(1) tests for "testDeliverLatestToView_ViewComesAndGoes" #138

Open StefMa opened 6 years ago

StefMa commented 6 years ago

In #137 @GrahamBorland created a really cool test called testDeliverLatestToView_SingleItemViewComesAndGoes & testDeliverLatestToView_ViewComesAndGoes

Since these tests are very great but not part of the "original" rx (rx1) module we wanted to have these two tests in the rx module as well.

This issue is about to adding these tests to the rx-module and adjust (if needed) the behaviour...