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

Protected Member Functions

void VerifyStunServers (cricket::ServerAddresses stun_servers)
 
void VerifyTurnServers (std::vector< cricket::RelayServerConfig > turn_servers)
 
- Protected Member Functions inherited from testing::Test
 Test ()
 
virtual void TearDown ()
 

Protected Attributes

rtc::scoped_refptr< PeerConnectionFactoryInterfacefactory_
 
NullPeerConnectionObserver observer_
 
std::unique_ptr< cricket::FakePortAllocatorport_allocator_
 
cricket::FakePortAllocatorraw_port_allocator_
 

Member Function Documentation

◆ VerifyStunServers()

void PeerConnectionFactoryTest::VerifyStunServers ( cricket::ServerAddresses  stun_servers)
inlineprotected

◆ VerifyTurnServers()

void PeerConnectionFactoryTest::VerifyTurnServers ( std::vector< cricket::RelayServerConfig turn_servers)
inlineprotected

Member Data Documentation

◆ factory_

rtc::scoped_refptr<PeerConnectionFactoryInterface> PeerConnectionFactoryTest::factory_
protected

◆ observer_

NullPeerConnectionObserver PeerConnectionFactoryTest::observer_
protected

◆ port_allocator_

std::unique_ptr<cricket::FakePortAllocator> PeerConnectionFactoryTest::port_allocator_
protected

◆ raw_port_allocator_

cricket::FakePortAllocator* PeerConnectionFactoryTest::raw_port_allocator_
protected

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