chromium/net/disk_cache/simple/simple_util_unittest.cc

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

#include <stdint.h>
#include <string>

#include "net/disk_cache/simple/simple_util.h"
#include "testing/gtest/include/gtest/gtest.h"

ConvertEntryHashKeyToHexString;
GetEntryHashKeyAsHexString;
GetEntryHashKeyFromHexString;
GetEntryHashKey;
GetFileSizeFromDataSize;
GetDataSizeFromFileSize;

class SimpleUtilTest : public testing::Test {};

TEST_F(SimpleUtilTest, ConvertEntryHashKeyToHexString) {}

TEST_F(SimpleUtilTest, GetEntryHashKey) {}

TEST_F(SimpleUtilTest, GetEntryHashKeyFromHexString) {}

TEST_F(SimpleUtilTest, SizesAndOffsets) {}