// Copyright 2016 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/http2_hpack_constants.h" #include <sstream> #include "quiche/common/platform/api/quiche_logging.h" #include "quiche/common/platform/api/quiche_test.h" namespace http2 { namespace test { namespace { TEST(HpackEntryTypeTest, HpackEntryTypeToString) { … } TEST(HpackEntryTypeTest, OutputHpackEntryType) { … } } // namespace } // namespace test } // namespace http2