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

Public Member Functions

void CheckSignalingThread ()
 
void CheckWorkerThread ()
 

Protected Member Functions

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

Protected Attributes

std::unique_ptr< rtc::Threadsignaling_thread_
 
std::unique_ptr< rtc::Threadworker_thread_
 
rtc::scoped_refptr< FakeInterfacefake_proxy_
 
rtc::scoped_refptr< Fakefake_
 

Member Function Documentation

◆ CheckSignalingThread()

void webrtc::ProxyTest::CheckSignalingThread ( )
inline

◆ CheckWorkerThread()

void webrtc::ProxyTest::CheckWorkerThread ( )
inline

◆ SetUp()

void webrtc::ProxyTest::SetUp ( )
inlineoverrideprotectedvirtual

Reimplemented from testing::Test.

Member Data Documentation

◆ fake_

rtc::scoped_refptr<Fake> webrtc::ProxyTest::fake_
protected

◆ fake_proxy_

rtc::scoped_refptr<FakeInterface> webrtc::ProxyTest::fake_proxy_
protected

◆ signaling_thread_

std::unique_ptr<rtc::Thread> webrtc::ProxyTest::signaling_thread_
protected

◆ worker_thread_

std::unique_ptr<rtc::Thread> webrtc::ProxyTest::worker_thread_
protected

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