Searched refs:mock_source (Results 1 – 1 of 1) sorted by relevance
56 MockSource mock_source; in TEST() local61 &mock_source); in TEST()68 EXPECT_CALL(mock_source, Run(_, _)) in TEST()73 testing::Mock::VerifyAndClear(&mock_source); in TEST()74 EXPECT_CALL(mock_source, Run(_, _)) in TEST()81 MockSource mock_source; in TEST() local83 &mock_source); in TEST()88 EXPECT_CALL(mock_source, Run(_, _)) in TEST()95 testing::Mock::VerifyAndClear(&mock_source); in TEST()96 EXPECT_CALL(mock_source, Run(_, _)) in TEST()[all …]