Functions calling order in unit tests in C++
Jun 10, 2025 · 1 min read · 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...
Join discussion



