Month: August 2007

Mocking Linq – Preview

We are working on our .NET 3.5 Support. There are many new feature that have been added, we will take a look at how to mock a linq statement For the [...]

Dependency Injection – Keep your privates to yourself

Jacob Proffitt has hit the nail on the head with his "I do wish that people would admit that DI doesn’t have compelling applicability outside of Unit [...]

A New Trick

I have read this post Interaction based testing using TypeMock. This code: Mock clientMock = MockManager.Mock(typeof (Client)); clientMock.Strict = [...]