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

Public Member Functions

 TransportDescriptionFactoryTest ()
 
void CheckDesc (const TransportDescription *desc, const std::string &opt, const std::string &ice_ufrag, const std::string &ice_pwd, const std::string &dtls_alg)
 
void TestIceRestart (bool dtls)
 
void VerifyUfragAndPasswordChanged (bool dtls, const TransportDescription *org_desc, const TransportDescription *restart_desc)
 
void TestIceRenomination (bool dtls)
 

Protected Member Functions

void VerifyRenomination (TransportDescription *desc, bool renomination_expected)
 
void SetDtls (bool dtls)
 
- Protected Member Functions inherited from testing::Test
 Test ()
 
virtual void SetUp ()
 
virtual void TearDown ()
 

Protected Attributes

TransportDescriptionFactory f1_
 
TransportDescriptionFactory f2_
 
rtc::scoped_refptr< rtc::RTCCertificatecert1_
 
rtc::scoped_refptr< rtc::RTCCertificatecert2_
 

Constructor & Destructor Documentation

◆ TransportDescriptionFactoryTest()

TransportDescriptionFactoryTest::TransportDescriptionFactoryTest ( )
inline

Member Function Documentation

◆ CheckDesc()

void TransportDescriptionFactoryTest::CheckDesc ( const TransportDescription desc,
const std::string opt,
const std::string ice_ufrag,
const std::string ice_pwd,
const std::string dtls_alg 
)
inline

◆ SetDtls()

void TransportDescriptionFactoryTest::SetDtls ( bool  dtls)
inlineprotected

◆ TestIceRenomination()

void TransportDescriptionFactoryTest::TestIceRenomination ( bool  dtls)
inline

◆ TestIceRestart()

void TransportDescriptionFactoryTest::TestIceRestart ( bool  dtls)
inline

◆ VerifyRenomination()

void TransportDescriptionFactoryTest::VerifyRenomination ( TransportDescription desc,
bool  renomination_expected 
)
inlineprotected

◆ VerifyUfragAndPasswordChanged()

void TransportDescriptionFactoryTest::VerifyUfragAndPasswordChanged ( bool  dtls,
const TransportDescription org_desc,
const TransportDescription restart_desc 
)
inline

Member Data Documentation

◆ cert1_

rtc::scoped_refptr<rtc::RTCCertificate> TransportDescriptionFactoryTest::cert1_
protected

◆ cert2_

rtc::scoped_refptr<rtc::RTCCertificate> TransportDescriptionFactoryTest::cert2_
protected

◆ f1_

TransportDescriptionFactory TransportDescriptionFactoryTest::f1_
protected

◆ f2_

TransportDescriptionFactory TransportDescriptionFactoryTest::f2_
protected

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