chromium/ui/webui/resources/cr_components/app_management/app_management_mojom_traits_unittests.cc

// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include <utility>

#include "components/services/app_service/public/cpp/app_types.h"
#include "components/services/app_service/public/cpp/permission.h"
#include "components/services/app_service/public/cpp/run_on_os_login_types.h"
#include "mojo/public/cpp/test_support/test_utils.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/webui/resources/cr_components/app_management/app_management.mojom.h"
#include "ui/webui/resources/cr_components/app_management/app_management_mojom_traits.h"

TEST(AppManagementMojomTraitsTest, RoundTripAppType) {}

TEST(AppManagementMojomTraitsTest, RoundTripPermissions) {}

TEST(AppManagementMojomTraitsTest, RoundTripInstallReason) {}

TEST(AppManagementMojomTraitsTest, RoundTripInstallSource) {}

TEST(AppManagementMojomTraitsTest, RoundTripWindowMode) {}

TEST(AppManagementMojomTraitsTest, RoundTripRunOnOsLogin) {}