호출 횟수 검증 => EXPECT_CALL().Times() // 3. 호출 순서 검증 => InSequence seq // 4. 인자 검증 => _ void foo(MockUnit* p) { p->stop(); ...
確定! 回上一頁