I've created a "renderer" class that you give a du...
# rx
z
I've created a "renderer" class that you give a dumb view (like MVP) and you can unit test that. Renderer's job would be to call the dumb view methods based on the
ViewState
. But there seems to be no point in this because an espresso test would cover that