chromium/components/services/storage/partition_impl_unittest.cc

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

#include "base/memory/raw_ptr.h"
#include "components/services/storage/storage_service_impl.h"

#include "base/containers/contains.h"
#include "base/files/file_path.h"
#include "base/files/scoped_temp_dir.h"
#include "base/run_loop.h"
#include "base/test/task_environment.h"
#include "components/services/storage/partition_impl.h"
#include "components/services/storage/public/mojom/partition.mojom.h"
#include "components/services/storage/public/mojom/storage_service.mojom.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"

namespace storage {

class StorageServicePartitionImplTest : public testing::Test {};

TEST_F(StorageServicePartitionImplTest, IndependentOriginContexts) {}

TEST_F(StorageServicePartitionImplTest, SingleOriginMultipleClients) {}

TEST_F(StorageServicePartitionImplTest,
       OriginContextDestroyedOnLastClientDisconnect) {}

}  // namespace storage