In modern C++, dealing with return by value can be challenging, particularly when working with classes that lack a copy…
Read more

By Eli Lopian
November 11, 2024
In modern C++, dealing with return by value can be challenging, particularly when working with classes that lack a copy…
Read more
By Eli Lopian
November 4, 2024
Introduction Are you tired of struggling with complex dependencies and brittle code in your .NET projects? Typemock Isolator is the…
Read more
By Alon_Sapozhnikov
October 6, 2024
In C++, returning objects by value typically means creating a new instance of an object on the stack. This requires…
Read more
By Alon_Sapozhnikov
September 25, 2024
In C++, exception handling can be tricky, especially when using Typemock Isolator++. By default, Isolator++ catches exceptions in the code…
Read more
By Eli Lopian
July 10, 2023
We are thrilled to introduce Typemock Version 9.2.2, packed with exciting new features and improvements. One of the most notable…
Read more
By Eli Lopian
June 21, 2023
Introduction: Test maintainability is a crucial aspect of successful agile software developement. In this blog post, we unveil the five…
Read moreBy Eli Lopian
May 11, 2023
At Typemock, we’re proud to announce the release of two new movies that are sure to educate and inspire developers…
Read more
By Eli Lopian
April 24, 2023
See how Typemock helps simplify unit testing modern C++ code with lambda, and how to unit test these kind of code
Read more
By Eli Lopian
March 27, 2023
Cleaning up Environment Issues: The Importance of Unit Testing As software systems evolve over time, it’s common for unnecessary or…
Read more
By Shila Toledano
February 14, 2023
To unit test or not to unit test Unit testing has become an essential component of modern software development. In…
Read moreStruggling with legacy code?
Let’s solve it together