Lines Matching refs:Mock
6 FILE:#: Mock function call matches EXPECT_CALL(foo_, Bar2(0, _))...
16 FILE:#: Mock function call matches EXPECT_CALL(foo_, Bar3(0, _))...
36 Google Mock tried the following 1 expectation, but it didn't match:
49 Google Mock tried the following 1 expectation, but it didn't match:
59 Mock function called more times than expected - returning default value.
67 Mock function called more times than expected - returning directly.
93 Google Mock tried the following 2 expectations, but none matched:
114 Google Mock tried the following 2 expectations, but none matched:
135 Google Mock tried the following 2 expectations, but none matched:
174 Google Mock tried the following 1 expectation, but it didn't match:
190 Google Mock tried the following 1 expectation, but it didn't match:
204 Google Mock tried the following 1 expectation, but it didn't match:
221 Google Mock tried the following 1 expectation, but it didn't match:
236 Google Mock tried the following 1 expectation, but it didn't match:
248 Mock function called more times than expected - taking default action specified at:
255 Mock function called more times than expected - taking default action specified at:
317 … really intend to leak a mock, you can suppress this error using testing::Mock::AllowLeak(mock_obj…