chromium/chrome/browser/web_applications/isolated_web_apps/isolated_web_app_features_unittest.cc

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

#include "chrome/browser/web_applications/isolated_web_apps/isolated_web_app_features.h"

#include <tuple>

#include "base/test/scoped_feature_list.h"
#include "base/types/cxx23_to_underlying.h"
#include "chrome/browser/policy/developer_tools_policy_handler.h"
#include "chrome/browser/web_applications/test/web_app_test.h"
#include "chrome/common/chrome_features.h"
#include "chrome/common/pref_names.h"
#include "chrome/test/base/testing_profile.h"
#include "components/policy/core/common/policy_pref_names.h"
#include "components/prefs/testing_pref_service.h"
#include "components/sync_preferences/testing_pref_service_syncable.h"
#include "content/public/common/content_features.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace web_app {
namespace {

IsFalse;
IsTrue;

class IsolatedWebAppFeaturesTest : public WebAppTest {};

TEST_F(IsolatedWebAppFeaturesTest, IwaAndDevModeEnabled) {}

TEST_F(IsolatedWebAppFeaturesTest, IwaEnabledDevModeDisabled) {}

TEST_F(IsolatedWebAppFeaturesTest, IwaEnabledDevPolicyDisabled) {}

TEST_F(IsolatedWebAppFeaturesTest, IwaEnabledDevModeEnabledDevPolicyDisabled) {}

TEST_F(IsolatedWebAppFeaturesTest, IwaDisabledUnmanagedInstallDisabled) {}

TEST_F(IsolatedWebAppFeaturesTest, IwaDisabledUnmanagedInstallEnabled) {}

TEST_F(IsolatedWebAppFeaturesTest, IwaEnabledUnmanagedInstallDisabled) {}

TEST_F(IsolatedWebAppFeaturesTest, IwaEnabledUnmanagedInstallEnabled) {}

}  // namespace
}  // namespace web_app