In modern C++, dealing with return by value can be challenging, particularly when working with classes that lack a copy…
Read moreSimplifying Complex Code with Typemock Isolator
Introduction Are you tired of struggling with complex dependencies and brittle code in your .NET projects? Typemock Isolator is the…
Read moreEnhancing C++ Testing with Typemock Isolator++: No Copy Constructor Required
In C++, returning objects by value typically means creating a new instance of an object on the stack. This requires…
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 moreAnnouncing Typemock Isolator Version 9.2.2: Unit Testing on Linux with dotnet core
We are thrilled to introduce Typemock Version 9.2.2, packed with exciting new features and improvements. One of the most notable…
Read more5 Secrets of Test Maintainability: Building a Robust and Future-Proof Test Suite
Introduction: Test maintainability is a crucial aspect of successful agile software developement. In this blog post, we unveil the five…
Read moreUnit Testing and Mocking Made Simple: A Look at Unit Testing Company’s New Movies
At Typemock, we’re proud to announce the release of two new movies that are sure to educate and inspire developers…
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 moreSoftware Environment Pollution
Cleaning up Environment Issues: The Importance of Unit Testing As software systems evolve over time, it’s common for unnecessary or…
Read moreUnit Testing in 2023: The Latest Trends and Best Practices
To unit test or not to unit test Unit testing has become an essential component of modern software development. In…
Read more