Making Windows Forms Testable Using The MVP Pattern

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

thank you, this is good enough to start using MVP design pattern. more examples on MVP please.

mrt
Автор

This is great and I've just implemented this in an application I'm creating. Just one thing, would it make sense to have errors raised as an event? Then a form could subscribe and show a message box, and a test could check for the error message

MattyBGAMINGUK
Автор

Greetings C S Hayes. Thank you for providing this tutorial.
I am learning.. So forgive my ignorance...
Can you please explain what happens on: 5:50 ? You end up with a Test. To me: nothing happens.

NoOne-wfhm
Автор

Where is the SaveAttempted method coming from??

edit: where is it implemented?

mrgongo
Автор

Very interesting. Personally, I like the views to be completely ignorant of the presenter.

ragtop