#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) { … }
}