Introduction C++ is a powerful, versatile language, but when it comes to unit testing in C++, developers often face a…
Read moreUnlocking Testing Superpowers with Isolator++: Handling Return by Value for Classes Without Copy Constructors
In modern C++, dealing with return by value can be challenging, particularly when working with classes that lack a copy…
Read moreExplaining the New HandleExceptionInTest Flag in Isolator++ 4.3
In C++, exception handling can be tricky, especially when using Typemock Isolator++. By default, Isolator++ catches exceptions in the code…
Read moreSimplifying Unit Testing in Modern C++ Code That Uses Lambdas with Typemock
See how Typemock helps simplify unit testing modern C++ code with lambda, and how to unit test these kind of code
Read moreC++ Mocking Tips and Tricks for Easier Unit Testing – Part Two
In the first part, we showed you seven examples (out of thirteen) that can make your unit testing painless. Such as…
Read moreC++ Mocking Tips and Tricks for Easier Unit Testing
C++ unit testing has some known issues (you can check them here) but there are also tricks and tips you…
Read moreTest Driving a Blockchain Application: A Simple Example
We define blockchain, the challenges in blockchain application testing and walk through a simple example of testing a blockchain application.
Read moreThe Mocking Solution for Linux: Typemock Isolator++
We are thrilled to announce the latest release of our Isolator++, which in addition to Windows, is now also available…
Read moreIsolator++ Now Supports x64 bit!
Isolator++ gets a lot of attention these days, especially since we’ve added x64 bit support. One of the feature requests we got…
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 more