There is a long discussion in the ALT.NET group about TDD and Typemock, it is very interesting and I suggest that you read the thread. Benefits of TDD Although [...]
The has been some buzz about Dependency Injection lately (here is another thread). But I want to actually show how TDD with TypeMock can lead to a DI solution, [...]
As Developer Testing is become mainstream and teams are looking for pragmatic solutions, we are seeing more and more Customers using TypeMock. Support has [...]
With Orcas and TypeMock 4.1 you can now mock Extension methods, easily. Suppose we added a new method to int that return the Roman Number equivalent of that [...]
I had a real fun talk with Richard and Carl on DotNetRocks. You can listen to the show here. The highlight was a grand piano being delivered to Carl [...]
This summer has been great for TypeMock. We are showing record growth and have topped our sales and customer base. This is a sign that development groups are [...]
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 [...]
I have read this post Interaction based testing using TypeMock. This code: Mock clientMock = MockManager.Mock(typeof (Client));
clientMock.Strict = [...]
This post hits the nail on its head: When good programming practices are just too good. What struck me ... is the ridiculous amount of code required to [...]