chromium/net/third_party/quiche/src/quiche/quic/core/qpack/qpack_index_conversions_test.cc

// Copyright (c) 2019 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/quic/core/qpack/qpack_index_conversions.h"

#include "quiche/quic/platform/api/quic_test.h"

namespace quic {
namespace test {
namespace {

struct {} kEncoderStreamRelativeIndexTestData[] =;

TEST(QpackIndexConversions, EncoderStreamRelativeIndex) {}

struct {} kRequestStreamRelativeIndexTestData[] =;

TEST(QpackIndexConversions, RequestStreamRelativeIndex) {}

struct {} kPostBaseIndexTestData[] =;

TEST(QpackIndexConversions, PostBaseIndex) {}

TEST(QpackIndexConversions, EncoderStreamRelativeIndexUnderflow) {}

TEST(QpackIndexConversions, RequestStreamRelativeIndexUnderflow) {}

TEST(QpackIndexConversions, QpackPostBaseIndexToAbsoluteIndexOverflow) {}

}  // namespace
}  // namespace test
}  // namespace quic