// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <vector> #include "ui/gfx/selection_model.h" #include "testing/gtest/include/gtest/gtest.h" #include "ui/gfx/range/range.h" namespace gfx { TEST(SelectionModelTest, Construction) { … } TEST(SelectionModelTest, AddSecondarySelection) { … } TEST(SelectionModelTest, GetAllSelections) { … } TEST(SelectionModelTest, EqualityOperators) { … } TEST(SelectionModelTest, ToString) { … } } // namespace gfx