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

Protected Member Functions

 PacketManipulatorTest ()
 
virtual ~PacketManipulatorTest ()
 
void SetUp ()
 
void TearDown ()
 
void VerifyPacketLoss (int expected_nbr_packets_dropped, int actual_nbr_packets_dropped, size_t expected_packet_data_length, uint8_t *expected_packet_data, const EncodedImage &actual_image)
 
- Protected Member Functions inherited from testing::Test
 Test ()
 

Protected Attributes

PacketReader packet_reader_
 
EncodedImage image_
 
NetworkingConfig drop_config_
 
NetworkingConfig no_drop_config_
 

Constructor & Destructor Documentation

◆ PacketManipulatorTest()

webrtc::test::PacketManipulatorTest::PacketManipulatorTest ( )
inlineprotected

◆ ~PacketManipulatorTest()

virtual webrtc::test::PacketManipulatorTest::~PacketManipulatorTest ( )
inlineprotectedvirtual

Member Function Documentation

◆ SetUp()

void webrtc::test::PacketManipulatorTest::SetUp ( )
inlineprotectedvirtual

Reimplemented from webrtc::test::PacketRelatedTest.

◆ TearDown()

void webrtc::test::PacketManipulatorTest::TearDown ( )
inlineprotectedvirtual

Reimplemented from webrtc::test::PacketRelatedTest.

◆ VerifyPacketLoss()

void webrtc::test::PacketManipulatorTest::VerifyPacketLoss ( int  expected_nbr_packets_dropped,
int  actual_nbr_packets_dropped,
size_t  expected_packet_data_length,
uint8_t expected_packet_data,
const EncodedImage actual_image 
)
inlineprotected

Member Data Documentation

◆ drop_config_

NetworkingConfig webrtc::test::PacketManipulatorTest::drop_config_
protected

◆ image_

EncodedImage webrtc::test::PacketManipulatorTest::image_
protected

◆ no_drop_config_

NetworkingConfig webrtc::test::PacketManipulatorTest::no_drop_config_
protected

◆ packet_reader_

PacketReader webrtc::test::PacketManipulatorTest::packet_reader_
protected

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