// Copyright 2021 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/http/web_transport_http3.h" #include <cstdint> #include <limits> #include <optional> #include "quiche/quic/platform/api/quic_test.h" namespace quic { namespace { Optional; TEST(WebTransportHttp3Test, ErrorCodesToHttp3) { … } TEST(WebTransportHttp3Test, ErrorCodesToWebTransport) { … } TEST(WebTransportHttp3Test, ErrorCodeRoundTrip) { … } } // namespace } // namespace quic