chromium/ui/views/controls/button/radio_button_unittest.cc

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

#include "ui/views/controls/button/radio_button.h"

#include <memory>
#include <utility>

#include "base/memory/raw_ptr.h"
#include "base/strings/utf_string_conversions.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/events/base_event_utils.h"
#include "ui/views/test/views_test_base.h"

namespace {
// Group ID of the test radio buttons.
constexpr int kGroup =;
}  // namespace

namespace views {

class RadioButtonTest : public ViewsTestBase {};

TEST_F(RadioButtonTest, Basics) {}

TEST_F(RadioButtonTest, Focus) {}

TEST_F(RadioButtonTest, FocusOnClick) {}

}  // namespace views