#include "ui/views/layout/normalized_geometry.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/gfx/geometry/size.h"
namespace views {
TEST(NormalizedRectTest, Inset_NormalizedInsets) { … }
TEST(NormalizedRectTest, Inset_FourValue) { … }
TEST(NormalizedRectTest, Inset_TwoValue) { … }
TEST(NormalizedRectTest, Inset_Negative) { … }
TEST(NormalizedGeometryTest, GetMainAxis_Size) { … }
TEST(NormalizedGeometryTest, GetMainAxis_SizeBounds) { … }
TEST(NormalizedGeometryTest, GetCrossAxis_Size) { … }
TEST(NormalizedGeometryTest, GetCrossAxis_SizeBounds) { … }
TEST(NormalizedGeometryTest, SetMainAxis_Size) { … }
TEST(NormalizedGeometryTest, SetMainAxis_SizeBounds) { … }
TEST(NormalizedGeometryTest, SetCrossAxis_Size) { … }
TEST(NormalizedGeometryTest, SetCrossAxis_SizeBounds) { … }
}