chromium/ui/display/unified_desktop_utils_unittests.cc

// Copyright 2017 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/display/unified_desktop_utils.h"

#include <memory>

#include "testing/gtest/include/gtest/gtest.h"
#include "ui/display/display_layout_builder.h"
#include "ui/display/types/display_constants.h"

namespace display {

TEST(UnifiedDesktopLayoutTests, ValidateMatrix) {}

TEST(UnifiedDesktopLayoutTests, PrimaryIdNotInList) {}

TEST(UnifiedDesktopLayoutTests, ExtraPlacement) {}

TEST(UnifiedDesktopLayoutTests, MissingPlacement) {}

TEST(UnifiedDesktopLayoutTests, PrimaryIsNotRoot) {}

TEST(UnifiedDesktopLayoutTests, CycleThroughPrimary) {}

TEST(UnifiedDesktopLayoutTests, NoPlacementOffsets) {}

TEST(UnifiedDesktopLayoutTests, TwoChildrenOnOneSide) {}

TEST(UnifiedDesktopLayoutTests, EmptyHoles) {}

TEST(UnifiedDesktopLayoutTests, ValidHorizontalMatrix) {}

TEST(UnifiedDesktopLayoutTests, ValidHorizontalMatrixReverse) {}

TEST(UnifiedDesktopLayoutTests, ValidVerticalMatrix) {}

TEST(UnifiedDesktopLayoutTests, ValidGridMatrix) {}

}  // namespace display