例えば、以下のようにExpectationを設定した場合を考えます。 ::testing::Sequence s1, s2; EXPECT_CALL(hoge, A()) .InSequence(s1, s2); EXPECT_CALL( ...
確定! 回上一頁