chromium/third_party/blink/renderer/modules/peerconnection/rtc_rtp_transport_processor_test.cc

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "third_party/blink/renderer/modules/peerconnection/rtc_rtp_transport_processor.h"

#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_binding_for_testing.h"
#include "third_party/blink/renderer/platform/testing/task_environment.h"
#include "third_party/webrtc/api/transport/network_control.h"

namespace blink {

const uint32_t kMaxCount =;

class RTCRtpTransportProcessorTest : public ::testing::Test {};

webrtc::TransportPacketsFeedback CreateFeedback(size_t packet_count,
                                                uint32_t feedback_time_ms) {}

TEST_F(RTCRtpTransportProcessorTest, EmptyReadReceivedAcks) {}

TEST_F(RTCRtpTransportProcessorTest, ReadReceivedAcksReturnsFewerThanMax) {}

TEST_F(RTCRtpTransportProcessorTest, ReadReceivedAcksTruncatesToFirstMax) {}

}  // namespace blink