chromium/storage/browser/quota/storage_directory_unittest.cc

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

#include <memory>
#include <set>

#include "base/files/file_enumerator.h"
#include "base/files/file_path.h"
#include "base/files/file_util.h"
#include "base/files/scoped_temp_dir.h"
#include "components/services/storage/public/cpp/buckets/bucket_locator.h"
#include "storage/browser/quota/quota_client_type.h"
#include "storage/browser/quota/storage_directory.h"
#include "storage/browser/quota/storage_directory_util.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/public/common/storage_key/storage_key.h"
#include "third_party/blink/public/mojom/quota/quota_types.mojom-shared.h"

namespace storage {

class StorageDirectoryTest : public testing::Test {};

TEST_F(StorageDirectoryTest, CreateDirectory) {}

TEST_F(StorageDirectoryTest, DoomAndClearStorage) {}

TEST_F(StorageDirectoryTest, ClearDoomedMultiple) {}

TEST_F(StorageDirectoryTest, CreateBucketDirectory) {}

TEST_F(StorageDirectoryTest, DoomAndClearBucketDirectory) {}

TEST_F(StorageDirectoryTest, ClearMultipleDoomedBuckets) {}

}  // namespace storage