Writing unit tests in C++ has always been difficult. This is why Typemock launched Isolator++ for Windows developers almost a…
Read moreThe Difference Between Unit Testing and Integration Testing
** Isolator V7.4.3 is our DeLorean DMC-12 to your inner Marty McFly – Give it a (unit)-test drive now ** Typemock’s Gil Zilberfeld…
Read moreC++ Unit Testing Roundup
Can you believe that Typemock launched Isolator++ for unit testing in C++ only in October? If you haven’t had a…
Read moreUnit Testing in C++
Want to get started unit testing in C++? In this webinar, Gil Zilberfeld discusses the first steps of how to…
Read moreFree Typemock Webinar: Starting Unit Testing in C++ with Isolator++
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 moreAgile, .NET or C++ User Groups Can Win One Year of Sponsorship + Product Licenses and More
Typemock is running a big end of year contest for user groups with lots of great prizes. The giveaway is…
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 more