Next Wednesday, January 26th, we’re going to have our monthly Typemock webinar. This time, we’ve moved the webinar a bit…
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 moreTypemock Free Webinar: My First No-Fluff Agile Steps
Agile has gone mainstream. And let’s admit it – transitioning an entire development process into a new one is challenging,…
Read moreHow-To: Running Custom Code With DoMemberFunctionInstead Clauses Using Isolator++
Isolator++ APIs make it easy to return custom values or objects. It’s really easy to return values or control behavior…
Read moreVideo & slides – Easier Unit Testing with Isolator++
Here’s the video of the live stream conference where we introduced Isolator++ for the first time. Slides are just below….
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 moreJoin us for a free webinar on Easy Unit Testing in C++ with Roy Osherove
On Thursday, October 21st, 2010, Typemock’s CTO Roy Osherove will host a webinar on Unit Testing in C++. The webinar…
Read moreHow-To: Faking Private Methods with Isolator++
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 more