chromium/chrome/renderer/instant_restricted_id_cache_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 <limits>
#include <string>
#include <utility>
#include <vector>

#include "chrome/renderer/instant_restricted_id_cache.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace {

struct TestData {};

// For printing failures nicely.
void PrintTo(const TestData& data, std::ostream* os) {}

}  // namespace

InstantRestrictedIDCacheTest;
ItemIDPair;

TEST_F(InstantRestrictedIDCacheTest, AutoIDGeneration) {}

TEST_F(InstantRestrictedIDCacheTest, ManualIDGeneration) {}

TEST_F(InstantRestrictedIDCacheTest, CrazyIDGeneration) {}

TEST_F(InstantRestrictedIDCacheTest, MixIDGeneration) {}

TEST_F(InstantRestrictedIDCacheTest, AddEmptySet) {}

TEST_F(InstantRestrictedIDCacheTest, AddItemsWithRestrictedID) {}