chromium/ui/display/mojom/screen_infos_mojom_traits_unittest.cc

// Copyright 2021 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/mojom/screen_infos_mojom_traits.h"

#include "mojo/public/cpp/test_support/test_utils.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/display/mojom/screen_infos.mojom.h"
#include "ui/display/screen_infos.h"

namespace {

SerializeAndDeserialize;

TEST(StructTraitsTest, ScreenInfosRoundtripValid) {}

TEST(StructTraitsTest, ScreenInfosMustBeNonEmpty) {}

TEST(StructTraitsTest, ScreenInfosSelectedDisplayIdMustBePresent) {}

TEST(StructTraitsTest, ScreenInfosDisplayIdsMustBeUnique) {}

}  // namespace