webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Functions
controller_manager_unittest.cc File Reference
#include <utility>
#include "webrtc/base/ignore_wundef.h"
#include "webrtc/modules/audio_coding/audio_network_adaptor/controller_manager.h"
#include "webrtc/modules/audio_coding/audio_network_adaptor/mock/mock_controller.h"
#include "webrtc/system_wrappers/include/clock.h"
#include "webrtc/test/gtest.h"

Namespaces

 webrtc
 

Functions

 webrtc::TEST (ControllerManagerTest, GetControllersReturnAllControllers)
 
 webrtc::TEST (ControllerManagerTest, ControllersInDefaultOrderOnEmptyNetworkMetrics)
 
 webrtc::TEST (ControllerManagerTest, ControllersWithoutCharPointAtEndAndInDefaultOrder)
 
 webrtc::TEST (ControllerManagerTest, ControllersWithCharPointDependOnNetworkMetrics)
 
 webrtc::TEST (ControllerManagerTest, DoNotReorderBeforeMinReordingTime)
 
 webrtc::TEST (ControllerManagerTest, ReorderBeyondMinReordingTimeAndMinDistance)
 
 webrtc::TEST (ControllerManagerTest, DoNotReorderIfNetworkMetricsChangeTooSmall)
 

Variable Documentation

◆ controller_manager

std::unique_ptr<ControllerManager> controller_manager

◆ mock_controllers

std::vector<MockController*> mock_controllers

◆ simulated_clock

std::unique_ptr<SimulatedClock> simulated_clock