chromium/chrome/browser/devtools/device/cast_device_provider_unittest.cc

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

#include "chrome/browser/devtools/device/cast_device_provider.h"

#include "base/functional/bind.h"
#include "chrome/browser/devtools/device/android_device_manager.h"
#include "net/base/host_port_pair.h"
#include "testing/gtest/include/gtest/gtest.h"

ServiceDescription;
DeviceInfo;
BrowserInfo;

namespace {

void CompareDeviceInfo(bool* was_run,
                       const DeviceInfo& expected,
                       const DeviceInfo& actual) {}

void DummyCallback(bool* was_run, const DeviceInfo& device_info) {}

}  // namespace

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

TEST_F(CastDeviceProviderTest, ServiceDiscovery) {}

TEST_F(CastDeviceProviderTest, OnPermissionRejected) {}