Isolator++ gets a lot of attention these days, especially since we’ve added x64 bit support. One of the feature requests we got…
Read moreBattle of the C++ Testing Frameworks
So you’ve decide to write your C++ unit tests. The first step is choosing a testing framework. Which frameworks should…
Read moreHow To Mock C Functions with Isolator++
Do you know the TIOBE survey? Every month it shows the usage of programming languages worldwide. And coming in first…
Read moreTesting the Untestable – Unit Testing Dependencies and Legacy Code (in C++)
When: Wednesday, June 13, 10:00 AM Eastern, 17:00 Israel You may have already started unit testing or at least understand…
Read moreWhat’s new with Isolator++?
We’ve been pretty silent about Isolator++ for a while. But that doesn’t mean we’re not working on improving it to…
Read moreHow-To: Returning a Class By Value with Isolator++
Isolator++ has two ways to return stuff for a method. It has the ReturnVal to return values, and ReturnPtr to…
Read moreThe Essential Setup To Begin Unit Testing
A new year is upon us, and I bet your new year’s resolution is to start unit testing. What instruments…
Read moreTop 5 Unit Testing Problems in C++ Legacy Code and How to Solve Them
Like unit testing but sometimes it gives you problems? Well, even we admit that sometimes it can be difficult. Eli…
Read moreTypemock is spilling the agile development secrets
Agile seems to be getting a lot of buzz lately. From the 10th anniversary of the Agile manifesto to the…
Read moreWhat is the difference between unit tests and integration tests?
This is secret unit testing tip #4. Want more? Watch the webinar. Many people who start out writing tests get…
Read more