The problem, for me, would lie in a situation wher...
# android
a
The problem, for me, would lie in a situation where you require Robolectric for your Presenter (which points to an abstraction failure)
b
alex.hart: it's a good point and kinda what I think, but using Robolectric and having the views "injected" as
vals
does not allow me to assert stuff like this:
verify(myTextViewMock, times(1)).setText("expectedText")
because it's impossible to have them as mocks. It limits my options of assertions and that really bothers me!