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

// Copyright (c) 2018 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_decoder_stream_sender.h"

#include <string>

#include "absl/strings/escaping.h"
#include "quiche/quic/platform/api/quic_test.h"
#include "quiche/quic/test_tools/qpack/qpack_test_utils.h"

Eq;
StrictMock;

namespace quic {
namespace test {
namespace {

class QpackDecoderStreamSenderTest : public QuicTest {};

TEST_F(QpackDecoderStreamSenderTest, InsertCountIncrement) {}

TEST_F(QpackDecoderStreamSenderTest, HeaderAcknowledgement) {}

TEST_F(QpackDecoderStreamSenderTest, StreamCancellation) {}

TEST_F(QpackDecoderStreamSenderTest, Coalesce) {}

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