chromium/chrome/test/chromedriver/chrome/cast_tracker_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 "chrome/test/chromedriver/chrome/cast_tracker.h"

#include "base/values.h"
#include "chrome/test/chromedriver/chrome/status.h"
#include "chrome/test/chromedriver/chrome/stub_devtools_client.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

_;
Return;

namespace {

base::Value::Dict CreateSink(const std::string& name, const std::string& id) {}

class MockDevToolsClient : public StubDevToolsClient {};

}  // namespace

class CastTrackerTest : public testing::Test {};

TEST_F(CastTrackerTest, OnSinksUpdated) {}

TEST_F(CastTrackerTest, OnIssueUpdated) {}