Searched refs:mock_excluder (Results 1 – 1 of 1) sorted by relevance
1665 StrictMock<MockExcluder> mock_excluder; in TEST() local1667 .WillOnce(Return(&mock_excluder)); in TEST()1695 StrictMock<MockExcluder> mock_excluder; in TEST() local1697 .WillOnce(Return(&mock_excluder)); in TEST()1710 EXPECT_CALL(mock_excluder, Exclude(_)).Times(0); in TEST()1717 StrictMock<MockExcluder> mock_excluder; in TEST() local1719 .WillOnce(Return(&mock_excluder)); in TEST()1732 EXPECT_CALL(mock_excluder, Exclude(utils::GetExclusionName("http://test1a"))) in TEST()1740 StrictMock<MockExcluder> mock_excluder; in TEST() local1742 .WillOnce(Return(&mock_excluder)); in TEST()[all …]