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

// Copyright 2021 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/media_item_ui_legacy_cast_footer_view.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/test/button_test_api.h"

NiceMock;

namespace {

// A mock class for handling stop casting button.
class StopCastingHandler {};

}  // namespace

class MediaItemUIFooterLegacyCastViewTest : public ChromeViewsTestBase {};

TEST_F(MediaItemUIFooterLegacyCastViewTest, ClickingOnStopCastingButton) {}