blob: 60d21aae17678aec3c2d55fb29cefeff477f0bed [file] [log] [blame]
// Copyright (c) 2019 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.
#ifndef QUICHE_QUIC_TEST_TOOLS_WEB_TRANSPORT_TEST_TOOLS_H_
#define QUICHE_QUIC_TEST_TOOLS_WEB_TRANSPORT_TEST_TOOLS_H_
#include "quiche/web_transport/test_tools/mock_web_transport.h"
namespace quic::test {
using MockWebTransportSessionVisitor = ::webtransport::test::MockSessionVisitor;
using MockWebTransportStreamVisitor = ::webtransport::test::MockStreamVisitor;
} // namespace quic::test
#endif // QUICHE_QUIC_TEST_TOOLS_WEB_TRANSPORT_TEST_TOOLS_H_