chromium/chrome/browser/ui/views/extensions/chooser_dialog_view_unittest.cc

// Copyright 2016 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/extensions/chooser_dialog_view.h"

#include <memory>

#include "base/memory/raw_ptr.h"
#include "build/build_config.h"
#include "chrome/browser/ui/views/device_chooser_content_view.h"
#include "chrome/test/views/chrome_views_test_base.h"
#include "components/permissions/fake_bluetooth_chooser_controller.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "ui/base/mojom/dialog_button.mojom.h"
#include "ui/events/base_event_utils.h"
#include "ui/views/controls/button/label_button.h"
#include "ui/views/controls/table/table_view.h"
#include "ui/views/widget/widget.h"

FakeBluetoothChooserController;

class ChooserDialogViewTest : public ChromeViewsTestBase {};

TEST_F(ChooserDialogViewTest, ButtonState) {}

TEST_F(ChooserDialogViewTest, CancelButtonFocusedWhenReScanIsPressed) {}

TEST_F(ChooserDialogViewTest, Accept) {}

TEST_F(ChooserDialogViewTest, Cancel) {}

TEST_F(ChooserDialogViewTest, Close) {}