chromium/ui/views/layout/normalized_geometry_unittest.cc

// Copyright 2018 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/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) {}

}  // namespace views