chromium/net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_entry_type_decoder_test.cc

// 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/decoder/hpack_entry_type_decoder.h"

#include <vector>

#include "quiche/http2/test_tools/hpack_block_builder.h"
#include "quiche/http2/test_tools/random_decoder_test_base.h"
#include "quiche/http2/test_tools/verify_macros.h"
#include "quiche/common/platform/api/quiche_logging.h"
#include "quiche/common/platform/api/quiche_test.h"

AssertionSuccess;

namespace http2 {
namespace test {
namespace {
const bool kReturnNonZeroOnFirst =;

class HpackEntryTypeDecoderTest : public RandomDecoderTest {};

TEST_F(HpackEntryTypeDecoderTest, DynamicTableSizeUpdate) {}

TEST_F(HpackEntryTypeDecoderTest, HeaderWithIndex) {}

}  // namespace
}  // namespace test
}  // namespace http2