chromium/third_party/openscreen/src/cast/sender/cast_platform_client_unittest.cc

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

#include "cast/sender/cast_platform_client.h"

#include <utility>

#include "cast/common/channel/testing/fake_cast_socket.h"
#include "cast/common/channel/testing/mock_socket_error_handler.h"
#include "cast/common/channel/virtual_connection_router.h"
#include "cast/common/public/receiver_info.h"
#include "cast/sender/testing/test_helpers.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include "platform/test/fake_clock.h"
#include "platform/test/fake_task_runner.h"
#include "util/json/json_serialization.h"
#include "util/json/json_value.h"

namespace openscreen::cast {

CastMessage;

_;

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

TEST_F(CastPlatformClientTest, AppAvailability) {}

TEST_F(CastPlatformClientTest, CancelRequest) {}

}  // namespace openscreen::cast