Skip navigation.

NMock

Model View Presenter - is testing the presenter enough?

C# | NMock | NUnit | test driven development
Source code: Download

Lately, I have noticed that the Humble Dialog Box or Model View Presenter are gaining more and more acceptance among software developers, especially in agile communities, because of its benefits regarding the very good separation between the view and the behavior and because it can be very easily unit tested, on a problematic field: user interface.