chromium/remoting/protocol/ice_config_unittest.cc

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

#include "remoting/protocol/ice_config.h"

#include "base/memory/ptr_util.h"
#include "remoting/proto/remoting/v1/network_traversal_messages.pb.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace remoting::protocol {

TEST(IceConfigTest, ParseValid) {}

TEST(IceConfigTest, ParseGetIceConfigResponse) {}

TEST(IceConfigTest, ParseDataEnvelope) {}

// Verify that we can still proceed if some servers cannot be parsed.
TEST(IceConfigTest, ParsePartiallyInvalid) {}

TEST(IceConfigTest, NotParseable) {}

TEST(IceConfigTest, UnspecifiedMaxRate_IsZero) {}

TEST(IceConfigTest, OneSpecifiedMaxRate_IsUsed) {}

}  // namespace remoting::protocol