转调一个stub函数:invoke(stubFunction) 重复返回一个值: repeat(value, times) 步增一个值:increase(from, to)/increase(from) 用法 函数调用行为通过_will_(behavior)/then(behavior)来指定。then()必须在_will_()之后。will()只会出现一次,但_then_()可以出现任意多次。比如: MOCK_METHOD(mock, foo) ....