I am new to MVP and trying to get the picture.
And I am stucked at one point:
In order to be able to unit-test more on my View, I would like to also shift some property settings to PRESENTER. So that I can see if some View properties are set and also set properly.
But at this point my 6th sense is whispering me quite noisy that I started to doubt if I am breaking MVP pattern by doing this. Because it sounds like "setting" more than "presenting" to me :(
So, if "Presenter" is setting a Property on the "View" is it a violation of MVP Pattern?
Thanks