Home
last modified time | relevance | path

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

/external/chromium_org/net/tools/flip_server/
Dspdy_interface_test.cc222 scoped_ptr<MockSMInterface> mock_interface(new MockSMInterface); in TEST_P() local
238 .WillOnce(Return(mock_interface.get())); in TEST_P()
239 EXPECT_CALL(*mock_interface, SetStreamID(stream_id)); in TEST_P()
240 EXPECT_CALL(*mock_interface, ProcessWriteInput(_, _)) in TEST_P()
256 scoped_ptr<MockSMInterface> mock_interface(new MockSMInterface); in TEST_P() local
273 .WillOnce(Return(mock_interface.get())); in TEST_P()
274 EXPECT_CALL(*mock_interface, SetStreamID(stream_id)); in TEST_P()
275 EXPECT_CALL(*mock_interface, ProcessWriteInput(_, _)) in TEST_P()
291 scoped_ptr<MockSMInterface> mock_interface(new MockSMInterface); in TEST_P() local
305 .WillOnce(Return(mock_interface.get())); in TEST_P()
[all …]