Searched refs:mock_helper_ (Results 1 – 1 of 1) sorted by relevance
149 mock_helper_.reset(new MockCloudPrintDataSenderHelper); in SetUp()154 return new CloudPrintDataSender(mock_helper_.get(), in CreateSender()162 scoped_ptr<MockCloudPrintDataSenderHelper> mock_helper_; member in CloudPrintDataSenderTest171 EXPECT_CALL(*mock_helper_, in TEST_F()186 EXPECT_CALL(*mock_helper_, CallJavascriptFunction(_, _, _)).Times(0); in TEST_F()197 EXPECT_CALL(*mock_helper_, CallJavascriptFunction(_, _, _)).Times(0); in TEST_F()