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 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 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++ The Language Of The Future
Me and C Heavy language, lots of annoying fluff and stuff, fast, reliable, underpins a lot of modern-time programming, Dead…
Read moreUnit testing with GPT
Take a deep dive into the world of GBT and the magical unit testing sphere.
Read moreDevelopment World at 2020
2020 is going to be a new era in the development world. A lot of methods, like agile and DevOps,…
Read moreWhy Your Team Needs to Start Unit Testing Right Now
You have a well- established, stable development team. They are veterans and quite experienced. You feel there’s nothing they can’t…
Read moreC++ Unit Testing Best Practice
Writing unit tests has a purpose, and the purpose is NOT only to make the building Green. If you want…
Read more