#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) { … }
}
}
}