chromium/net/third_party/quiche/src/quiche/quic/core/crypto/crypto_handshake_message_test.cc

// Copyright (c) 2015 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/crypto/crypto_handshake_message.h"

#include <utility>
#include <vector>

#include "quiche/quic/core/crypto/crypto_handshake.h"
#include "quiche/quic/core/crypto/crypto_protocol.h"
#include "quiche/quic/platform/api/quic_test.h"
#include "quiche/common/quiche_endian.h"

namespace quic {
namespace test {
namespace {

TEST(CryptoHandshakeMessageTest, DebugString) {}

TEST(CryptoHandshakeMessageTest, DebugStringWithUintVector) {}

TEST(CryptoHandshakeMessageTest, DebugStringWithTagVector) {}

TEST(CryptoHandshakeMessageTest, HasStringPiece) {}

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