chromium/ui/views/layout/proposed_layout_unittest.cc

// Copyright 2019 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/proposed_layout.h"

#include "testing/gtest/include/gtest/gtest.h"
#include "ui/views/view.h"

namespace views {

TEST(ProposedLayoutTest, ProposedLayoutBetween_SimpleInterpolation) {}

TEST(ProposedLayoutTest, ProposedLayoutBetween_OutOfOrder) {}

TEST(ProposedLayoutTest, ProposedLayoutBetween_ViewBecomesInvisible) {}

TEST(ProposedLayoutTest, ProposedLayoutBetween_ViewBecomesVisible) {}

TEST(ProposedLayoutTest, ProposedLayoutBetween_ViewAdded) {}

TEST(ProposedLayoutTest, ProposedLayoutBetween_ViewRemoved) {}

TEST(ProposedLayoutTest, AvailableSizeBoundsInterpolate) {}

}  // namespace views