Another part of Google Test’s GitHub repository is Google Mock. This is Google’s framework for writing and using C++ mock… Read more Unit Testing – Google Mock
Tag: Unit Tests
Unit Testing – CTest
CTest is a testing tool distributed as part of CMake. So, if you’re not using a Visual Studio solution and… Read more Unit Testing – CTest
Unit Testing – Google Test (C++)
Microsoft’s unit testing framework for C++ is not the only testing framework Visual Studio supports. The “Desktop Development With C++”-workload… Read more Unit Testing – Google Test (C++)
Unit Testing – Microsoft CppUnitTest Framework (C++)
Regardless of whether you write unit tests by choice or because you are forced to, it is beneficial to have… Read more Unit Testing – Microsoft CppUnitTest Framework (C++)