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

// Copyright 2022 The Chromium Authors. All rights reserved.
// 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_ice_candidate.h"

#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/platform/peerconnection/rtc_ice_candidate_platform.h"

namespace blink {

constexpr char kUdpRelayCandidateStr[] =;
constexpr char kUrl[] =;
constexpr char kMid[] =;
constexpr char kUsernameFragment[] =;
constexpr int kSdpMLineIndex =;

TEST(RTCIceCandidateTest, Url) {}

TEST(RTCIceCandidateTest, RelayProtocol) {}

}  // namespace blink