January 2012 - Posts

Writing ASP.NET MVC bootstrapper with Autobox by Mehfuz's WebLog

This will post will show how you can use AutoBox to easily write a bootstrapper for ASP.NET MVC. I have used the latest version of AutoBox (available from nuget, this version also includes Castle.Windsor internally for managing dependencies rather using...
Filed under: , , , ,

Assert the order of expected calls over instances by Mehfuz's WebLog

You want to assert that user is validated before withdrawing amount from an account. JustMock lets you specify the order in which your setups should be executed. This helps you to identify the exact way in which a particular logic is implemented.  ...
Filed under: , , ,
Powered by Community Server (Non-Commercial Edition), by Telligent Systems