chromium/chrome/browser/web_applications/isolated_web_apps/get_controlled_frame_partition_command_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/get_controlled_frame_partition_command.h"

#include <string>
#include <vector>

#include "base/strings/strcat.h"
#include "base/test/scoped_feature_list.h"
#include "base/test/test_future.h"
#include "base/types/expected.h"
#include "chrome/browser/ui/web_applications/test/isolated_web_app_test_utils.h"
#include "chrome/browser/web_applications/isolated_web_apps/isolated_web_app_url_info.h"
#include "chrome/browser/web_applications/test/web_app_install_test_utils.h"
#include "chrome/browser/web_applications/test/web_app_test.h"
#include "chrome/browser/web_applications/web_app_provider.h"
#include "chrome/browser/web_applications/web_app_registrar.h"
#include "content/public/browser/storage_partition_config.h"
#include "content/public/common/content_features.h"
#include "url/gurl.h"

UnorderedElementsAre;

namespace web_app {

class GetControlledFramePartitionCommandTest : public WebAppTest {};

TEST_F(GetControlledFramePartitionCommandTest, CanRegisterPartition) {}

TEST_F(GetControlledFramePartitionCommandTest, CanRegisterMultiplePartitions) {}

TEST_F(GetControlledFramePartitionCommandTest, DuplicatePartitionsIgnored) {}

TEST_F(GetControlledFramePartitionCommandTest, InMemoryPartitionsIsSaved) {}

TEST_F(GetControlledFramePartitionCommandTest, CorrectWithDifferentApps) {}

}  // namespace web_app