// Copyright 2023 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/accessibility/ax_mode_histogram_logger.h" #include "base/test/metrics/histogram_tester.h" #include "testing/gtest/include/gtest/gtest.h" namespace ui { namespace { class AXHistogramLoggerTest : public ::testing::Test { … }; TEST_F(AXHistogramLoggerTest, ModeTest) { … } TEST_F(AXHistogramLoggerTest, BundleTest) { … } TEST_F(AXHistogramLoggerTest, FormsTest) { … } TEST_F(AXHistogramLoggerTest, RendererTest) { … } } // anonymous namespace } // namespace ui