automation_client_mock.cc | 67 EXPECT_CALL(cfd_, OnAutomationServerLaunchFailed(testing::Eq(result), 115 MockCFDelegate cfd_; member in class:CFACWithChrome 153 EXPECT_CALL(cfd_, OnAutomationServerLaunchFailed(AUTOMATION_TIMEOUT, _)) 157 EXPECT_TRUE(client_->Initialize(&cfd_, launch_params_)); 166 EXPECT_CALL(cfd_, OnAutomationServerReady()) 169 EXPECT_CALL(cfd_, OnAutomationServerLaunchFailed(_, _)) 172 EXPECT_TRUE(client_->Initialize(&cfd_, launch_params_)); 182 EXPECT_CALL(cfd_, OnAutomationServerReady()) 186 EXPECT_CALL(cfd_, GetBounds(_)).Times(testing::AnyNumber()); 188 EXPECT_CALL(cfd_, OnNavigationStateChanged(_) [all...] |