Hi,
Im new to pectin and have written a little app that uses pectins MVP.
My Model is straight forward with some validations included.
My Presenter does the binding between Model and View including enabling/hiding of elements.
The View again simply contains elements in tables/Grids.
Now I would like to write a Unit test, that tests the view behaviour depending on a specific model value.
The test case would test the binding logic within my Presenter.
I thought about Mockito and also found GwtMockito, but with both I was not able to succeed my plans.
Has anybody got a sample how this is possible ? Or is this not possible at all for some reason ?
Thanks,
Detlef