chromium/third_party/blink/renderer/modules/webtransport/web_transport_error_test.cc

// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "third_party/blink/renderer/modules/webtransport/web_transport_error.h"

#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_binding_for_testing.h"
#include "third_party/blink/renderer/bindings/modules/v8/v8_web_transport_error.h"
#include "third_party/blink/renderer/bindings/modules/v8/v8_web_transport_error_init.h"
#include "third_party/blink/renderer/modules/webtransport/web_transport_error.h"
#include "third_party/blink/renderer/platform/bindings/v8_binding.h"
#include "third_party/blink/renderer/platform/testing/task_environment.h"

namespace blink {

TEST(WebTransportErrorTest, DefaultConstruct) {}

TEST(WebTransportErrorTest, ConstructWithStreamErrorCode) {}

TEST(WebTransportErrorTest, ConstructWithMessage) {}

TEST(WebTransportErrorTest, InternalCreate) {}

}  // namespace blink