websocket_channel_test.cc | 845 : event_interface_(new StrictMock<MockWebSocketEventInterface>) { 847 ON_CALL(*event_interface_, OnAddChannelResponse(true, _)) 849 ON_CALL(*event_interface_, OnDropChannel(_, _)) 857 // Tests using this fixture must set expectations on the event_interface_ mock 862 return scoped_ptr<WebSocketEventInterface>(event_interface_.release()); 865 scoped_ptr<MockWebSocketEventInterface> event_interface_; member in class:net::__anon9606::WebSocketChannelEventInterfaceTest [all...] |