#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) { … }
}