Welcome to

Magenic Technologies Community Blog

Sign in | Join | Help

Nermin Dibek

All about .Net

Browse by Tags

All Tags » Mock objects   (RSS)
Mock ADO.NET with ease using IDataReader Stub objects
Before I start, I would like to point out that if you are confused about differences between Mock and Stub objects, please read the Fowler’s post on the subject: http://www.martinfowler.com/articles/mocksArentStubs.html I have seen too many “Unit Read More...
TDD/Using Mock objects with CSLA.Net (Round II)
I have received few comments on the first post, one of them being from Rocky Lhotka the creator of the Csla.Net framework. He basically pointed to his advanced data sample (DeepData.sln available for download at www.lhotka.net ). The idea is that if we Read More...
TDD/Using Mock objects with CSLA.Net
I must admit that I am a huge fan of Test Driven Development . Although I generally use CRC process to design my classes and their interactions, I tend to use Test Driven Development process to fine-tune the collaborations between these objects, and generally Read More...