// Copyright 2011 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "net/disk_cache/blockfile/addr.h" #include "net/disk_cache/disk_cache_test_base.h" #include "testing/gtest/include/gtest/gtest.h" namespace disk_cache { TEST_F(DiskCacheTest, CacheAddr_Size) { … } TEST_F(DiskCacheTest, CacheAddr_ValidValues) { … } TEST_F(DiskCacheTest, CacheAddr_InvalidValues) { … } TEST_F(DiskCacheTest, CacheAddr_SanityCheck) { … } } // namespace disk_cache