Restructure RtcpTransceiver tests to use fake time instead of real time

to make tests faster and more determenistic.

Bug: webrtc:8239
Change-Id: I18067251a1f1a349fda28bbfbb59bce333bfddca
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/201737
Commit-Queue: Danil Chapovalov <danilchap@webrtc.org>
Reviewed-by: Per Kjellander <perkj@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#36938}
This commit is contained in:
Danil Chapovalov
2022-05-19 15:07:56 +02:00
committed by WebRTC LUCI CQ
parent f2c710852e
commit fa6ec69232
5 changed files with 248 additions and 329 deletions

View File

@ -19,7 +19,7 @@
#include "rtc_base/checks.h"
#include "rtc_base/event.h"
#include "rtc_base/task_utils/to_queued_task.h"
#include "rtc_base/time_utils.h"
#include "system_wrappers/include/clock.h"
namespace webrtc {