How To Start Unit Testing with Typemock Free Unit Testing Crash Course Unit testing is hard and most developers still…
Read moreIntroduction to Unit Testing: xUnit Frameworks
** Want to learn more about unit testing, including the difference between unit testing frameworks and an isolation/mocking framework?…
Read more“Why Too Much Mocking is Bad” and Other Questions
Last webinar, “10 secret unit testing tips” was a blast. There were many questions, some I’ve answered. But then I’ve…
Read morePractical Tips for Unit Testing
Willem Odendall a South African developer at new media labs, published a great presentation on practical tips for unit testing:…
Read moreTypemock Tutorials: How to Get Started
Downloaded Typemock Isolator and not sure how to get started? One Typemock customer, Raffaele Garofalo has written a tutorial on…
Read moreHow To: Fake an Abstract Class with Isolator++
When you declare an abstract class in C++, it looks like this: class AbstractClass { public: virtual int ReturnFive()…
Read moreHow-To: Setting Behavior for Future Objects with Isolator++
One of the biggest hurdles in writing tests for legacy code are future dependencies. They are called “future” objects, because…
Read moreHow-To: Change Behavior of Instance Methods with Isolator++
The basis of the Isolator++ is the ability to change behavior of any method. Let’s look at an example for…
Read moreIsolator++: Introduction
Isolator++ is the new isolation framework from Typemock. In C++ everything is harder, even unit testing, believe it or not….
Read moreDebugging the Undebuggable
I bumped up against an interesting problem today. I was trying to write a unit test for our CRM code…
Read more