webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Protected Member Functions | Protected Attributes | List of all members
cricket::ChannelManagerTest Class Reference
Inheritance diagram for cricket::ChannelManagerTest:
testing::Test

Protected Member Functions

 ChannelManagerTest ()
 
- Protected Member Functions inherited from testing::Test
 Test ()
 
virtual void SetUp ()
 
virtual void TearDown ()
 

Protected Attributes

webrtc::RtcEventLogNullImpl event_log_
 
rtc::Thread network_
 
rtc::Thread worker_
 
cricket::FakeMediaEnginefme_
 
cricket::FakeDataEnginefdme_
 
std::unique_ptr< cricket::ChannelManagercm_
 
cricket::FakeCall fake_call_
 
cricket::FakeMediaController fake_mc_
 
std::unique_ptr< cricket::FakeTransportControllertransport_controller_
 

Constructor & Destructor Documentation

◆ ChannelManagerTest()

cricket::ChannelManagerTest::ChannelManagerTest ( )
inlineprotected

Member Data Documentation

◆ cm_

std::unique_ptr<cricket::ChannelManager> cricket::ChannelManagerTest::cm_
protected

◆ event_log_

webrtc::RtcEventLogNullImpl cricket::ChannelManagerTest::event_log_
protected

◆ fake_call_

cricket::FakeCall cricket::ChannelManagerTest::fake_call_
protected

◆ fake_mc_

cricket::FakeMediaController cricket::ChannelManagerTest::fake_mc_
protected

◆ fdme_

cricket::FakeDataEngine* cricket::ChannelManagerTest::fdme_
protected

◆ fme_

cricket::FakeMediaEngine* cricket::ChannelManagerTest::fme_
protected

◆ network_

rtc::Thread cricket::ChannelManagerTest::network_
protected

◆ transport_controller_

std::unique_ptr<cricket::FakeTransportController> cricket::ChannelManagerTest::transport_controller_
protected

◆ worker_

rtc::Thread cricket::ChannelManagerTest::worker_
protected

The documentation for this class was generated from the following file: