chromium/remoting/protocol/remoting_ice_config_request_unittest.cc

// Copyright 2019 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/remoting_ice_config_request.h"

#include "base/functional/bind.h"
#include "base/test/mock_callback.h"
#include "base/test/task_environment.h"
#include "remoting/base/protobuf_http_status.h"
#include "remoting/base/protobuf_http_test_responder.h"
#include "remoting/proto/remoting/v1/network_traversal_messages.pb.h"
#include "remoting/protocol/ice_config.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace remoting::protocol {

namespace {

_;

MockOnResultCallback;

}  // namespace

class RemotingIceConfigRequestTest : public testing::Test {};

TEST_F(RemotingIceConfigRequestTest, SuccessfulRequest) {}

TEST_F(RemotingIceConfigRequestTest, FailedRequest) {}

}  // namespace remoting::protocol