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

Public Member Functions

 FakeNetworkPipeTest ()
 

Protected Member Functions

virtual void SetUp ()
 
virtual void TearDown ()
 
void SendPackets (FakeNetworkPipe *pipe, int number_packets, int packet_size)
 
int PacketTimeMs (int capacity_kbps, int packet_size) const
 
- Protected Member Functions inherited from testing::Test
 Test ()
 

Protected Attributes

SimulatedClock fake_clock_
 
std::unique_ptr< TestReceiverreceiver_
 

Constructor & Destructor Documentation

◆ FakeNetworkPipeTest()

webrtc::FakeNetworkPipeTest::FakeNetworkPipeTest ( )
inline

Member Function Documentation

◆ PacketTimeMs()

int webrtc::FakeNetworkPipeTest::PacketTimeMs ( int  capacity_kbps,
int  packet_size 
) const
inlineprotected

◆ SendPackets()

void webrtc::FakeNetworkPipeTest::SendPackets ( FakeNetworkPipe pipe,
int  number_packets,
int  packet_size 
)
inlineprotected

◆ SetUp()

virtual void webrtc::FakeNetworkPipeTest::SetUp ( )
inlineprotectedvirtual

Reimplemented from testing::Test.

◆ TearDown()

virtual void webrtc::FakeNetworkPipeTest::TearDown ( )
inlineprotectedvirtual

Reimplemented from testing::Test.

Member Data Documentation

◆ fake_clock_

SimulatedClock webrtc::FakeNetworkPipeTest::fake_clock_
protected

◆ receiver_

std::unique_ptr<TestReceiver> webrtc::FakeNetworkPipeTest::receiver_
protected

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