In many cases, the dependency we’re trying to get around is not in another class, but in the one we’re…
Read moreHow-To: Asserting A Method Was Called With Isolator++
Many times, when we come to determine a test pass/fail criterion, we use some sort of ASSERT statement. ASSERT usually…
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 moreHow-to: Changing Behavior of Static Methods with Isolator++
Isolator++ can change the behavior of methods very easily, without changing the original implementation. When you change the behavior of…
Read moreIsolator++: Introduction
Isolator++ is the new isolation framework from Typemock. In C++ everything is harder, even unit testing, believe it or not….
Read moreAnnouncing: Isolator++ Has Launched!
After months of beta testing, we’ve arrived at that pivotal moment: We’ve released Isolator++! Isolator++ is the first tool Typemock…
Read moreTypemock Sponsors See# Party 2010 (#ssp2010)
Location: Kreuzlingen, Switzerland The premiere See# Party in Kreuzlingen, Switzerland (on the shore of Lake Constance) gets underway tomorrow,…
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 moreIsolator++ Beta News
The latest beta of Isolator++ is up on the site. Here are a couple of the features that you now…
Read moreHow to fake C++ objects with Isolator++ (Beta)
It seems like everything in the C++ world is harder – you have two files per class, no garbage collection…
Read more