EXPECT_CALL (*mock, ReadObject) ... EXPECT_CALL(*mock_source, IsOpen()).WillRepeatedly(Return(true));. EXPECT_CALL(*mock_source, Read).WillOnce(simulate_read);.
確定! 回上一頁