// 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/tools/quic_tcp_like_trace_converter.h" #include "quiche/quic/platform/api/quic_test.h" namespace quic { namespace test { namespace { TEST(QuicTcpLikeTraceConverterTest, BasicTest) { … } TEST(QuicTcpLikeTraceConverterTest, FuzzerTest) { … } TEST(QuicTcpLikeTraceConverterTest, OnCryptoFrameSent) { … } } // namespace } // namespace test } // namespace quic