Home
last modified time | relevance | path

Searched refs:mock_excluder (Results 1 – 1 of 1) sorted by relevance

/system/update_engine/cros/
Dpayload_state_unittest.cc1602 StrictMock<MockExcluder> mock_excluder; in TEST_F() local
1604 .WillOnce(Return(&mock_excluder)); in TEST_F()
1631 StrictMock<MockExcluder> mock_excluder; in TEST_F() local
1633 .WillOnce(Return(&mock_excluder)); in TEST_F()
1646 EXPECT_CALL(mock_excluder, Exclude(_)).Times(0); in TEST_F()
1652 StrictMock<MockExcluder> mock_excluder; in TEST_F() local
1654 .WillOnce(Return(&mock_excluder)); in TEST_F()
1667 EXPECT_CALL(mock_excluder, Exclude(utils::GetExclusionName("http://test1a"))) in TEST_F()
1674 StrictMock<MockExcluder> mock_excluder; in TEST_F() local
1676 .WillOnce(Return(&mock_excluder)); in TEST_F()
[all …]