// Copyright (c) 2020 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/http_frames.h" #include <sstream> #include "quiche/quic/core/http/http_constants.h" #include "quiche/quic/platform/api/quic_test.h" namespace quic { namespace test { TEST(HttpFramesTest, SettingsFrame) { … } TEST(HttpFramesTest, GoAwayFrame) { … } TEST(HttpFramesTest, PriorityUpdateFrame) { … } TEST(HttpFramesTest, AcceptChFrame) { … } } // namespace test } // namespace quic