Closed MattiaPrimavera closed 7 years ago
shouldBeAbleToShowTrailers
and shouldBeAbleToShowReviews
tests keeps failing sometimes
only, it may be that those two are not run in a deterministic way, since the result is not always the same. Any idea why ?
@MattiaPrimavera The tests should pass as is, there's should't be any need to update them. Just change the TestRule
to an RxJava2 rule instead. Something like this.
I followed this article and played a little with the @Rule
, but I did not really get why it does seem working with the @Rule
annotation on every PresenterImpl but on the MovieListing one
Hi, here's a little summary of what it took,
Plus
Tests are all passing.