chromium/chrome/browser/ui/views/global_media_controls/cast_device_footer_view_unittest.cc

// Copyright 2024 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/ui/views/global_media_controls/cast_device_footer_view.h"

#include "base/test/mock_callback.h"
#include "chrome/test/views/chrome_views_test_base.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "ui/events/base_event_utils.h"
#include "ui/views/controls/button/button.h"
#include "ui/views/controls/label.h"
#include "ui/views/test/button_test_api.h"

NiceMock;

namespace {

const char kDeviceName[] =;

}  // anonymous namespace

class CastDeviceFooterViewTest : public ChromeViewsTestBase {};

TEST_F(CastDeviceFooterViewTest, CheckDeviceName) {}

TEST_F(CastDeviceFooterViewTest, ClickingOnStopCastingButton) {}