Described in the DSL: MockFoo mock_foo; EXPECT_CALL(mock_foo, DoThat( Gt(0), _ )) .Times(2) .WillOnce(Return(true)) .WillOnce(Return(false)); server.xyz( ...
確定! 回上一頁