// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "testing/gtest/include/gtest/gtest.h" #include "ui/gfx/geometry/box_f.h" namespace gfx { TEST(BoxTest, Constructors) { … } TEST(BoxTest, IsEmpty) { … } TEST(BoxTest, Union) { … } TEST(BoxTest, ExpandTo) { … } TEST(BoxTest, Scale) { … } TEST(BoxTest, Equals) { … } TEST(BoxTest, NotEquals) { … } TEST(BoxTest, Offset) { … } } // namespace gfx