Posted in C++Functions calling order in unit tests in C++ To ensure a certain order of function calls, GTest provides 2 ways to do that: InSequence and Sequence objects. Functions calling order in unit tests in C++ Read More