// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "quiche/http2/hpack/hpack_entry.h" #include "absl/hash/hash.h" #include "quiche/common/platform/api/quiche_test.h" namespace spdy { namespace { TEST(HpackLookupEntryTest, EntryNamesDiffer) { … } TEST(HpackLookupEntryTest, EntryValuesDiffer) { … } TEST(HpackLookupEntryTest, EntriesEqual) { … } TEST(HpackEntryTest, BasicEntry) { … } } // namespace } // namespace spdy