webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Namespaces | Functions
probe_controller_unittest.cc File Reference
#include <memory>
#include "webrtc/base/logging.h"
#include "webrtc/modules/congestion_controller/probe_controller.h"
#include "webrtc/modules/pacing/mock/mock_paced_sender.h"
#include "webrtc/system_wrappers/include/clock.h"
#include "webrtc/test/gmock.h"
#include "webrtc/test/gtest.h"

Classes

class  webrtc::test::ProbeControllerTest
 

Namespaces

 webrtc
 
 webrtc::test
 

Functions

 webrtc::test::TEST_F (ProbeControllerTest, InitiatesProbingAtStart)
 
 webrtc::test::TEST_F (ProbeControllerTest, ProbeOnlyWhenNetworkIsUp)
 
 webrtc::test::TEST_F (ProbeControllerTest, InitiatesProbingOnMaxBitrateIncrease)
 
 webrtc::test::TEST_F (ProbeControllerTest, InitiatesProbingOnMaxBitrateIncreaseAtMaxBitrate)
 
 webrtc::test::TEST_F (ProbeControllerTest, TestExponentialProbing)
 
 webrtc::test::TEST_F (ProbeControllerTest, TestExponentialProbingTimeout)
 
 webrtc::test::TEST_F (ProbeControllerTest, ProbeAfterEstimateDropInAlr)
 
 webrtc::test::TEST_F (ProbeControllerTest, PeriodicProbing)
 
 webrtc::test::TEST_F (ProbeControllerTest, TestExponentialProbingOverflow)