20 Oct
In our last post we built the beginnings of the View and the Presenter parts of our home-grown Model-View-Presenter approach to the User Interface for our application. Although it would seem our next step would be to begin building the actual user interface that will interact with our Presenter, that’s not quite true.
Building even the [...]
Posted in Inside the Sausage Factory by: sbohlen
No Comments
14 Oct
In our last post we took a little detour from developing our solution so that we could fix the nagging problems with the NDbUnit software so that our data-dependent Unit Tests would be able to be more easily (and correctly!) run. Now that we’re done with that, we can safely return to the task at [...]
Posted in Inside the Sausage Factory by: sbohlen
No Comments
06 Oct
In the last post, we completed our data-dependent unit tests for the Data Access Layer of our application using the NDbUnit software to assist us in ensuring our database is in a known-good state before our tests begin so we can accurately evaluate the results of our tests.
In an earlier post, I alluded to [...]
Posted in Inside the Sausage Factory by: sbohlen
1 Comment