Functions calling order in unit tests in C++
Welcome to the next pikoTutorial!
To ensure a certain order of function calls, GTest provides 2 ways to do that:
InSequence object
Sequence object
InSequence object
The simplest way to expect specific function call order is to create a InSequence ob...
pikotutorial.hashnode.dev1 min read