chromium/content/browser/cache_storage/cache_storage_index_unittest.cc

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

#include "content/browser/cache_storage/cache_storage_index.h"

#include <list>
#include <utility>
#include "testing/gtest/include/gtest/gtest.h"

namespace content {

TEST(CacheStorageIndexTest, TestDefaultConstructor) {}

TEST(CacheStorageIndexTest, TestSetCacheSize) {}

TEST(CacheStorageIndexTest, TestSetCachePadding) {}

TEST(CacheStorageIndexTest, TestDoomCache) {}

TEST(CacheStorageIndexTest, TestDelete) {}

TEST(CacheStorageIndexTest, TestInsert) {}

TEST(CacheStorageIndexTest, TestMoveOperator) {}

}  // namespace content