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

// Copyright 2024 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_install_source.h"

#include "base/files/file_path.h"
#include "components/webapps/browser/installable/installable_metrics.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/origin.h"

namespace web_app {

TEST(IsolatedWebAppInstallSourceTest, FromGraphicalInstaller) {}

TEST(IsolatedWebAppInstallSourceTest, FromExternalPolicy) {}

TEST(IsolatedWebAppInstallSourceTest, FromShimlessRma) {}

TEST(IsolatedWebAppInstallSourceTest, FromDevUi) {}

TEST(IsolatedWebAppInstallSourceTest, FromDevCommandLine) {}

}  // namespace web_app