#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 { … };
void PrintTo(const TestData& data, std::ostream* os) { … }
}
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) { … }