chromium/third_party/blink/renderer/modules/peerconnection/rtc_sctp_transport_test.cc

// Copyright 2019 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/peerconnection/rtc_sctp_transport.h"

#include "base/memory/raw_ptr.h"
#include "base/test/test_simple_task_runner.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/public/web/web_heap.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_binding_for_testing.h"
#include "third_party/blink/renderer/core/dom/events/native_event_listener.h"
#include "third_party/blink/renderer/core/testing/null_execution_context.h"
#include "third_party/blink/renderer/platform/testing/task_environment.h"
#include "third_party/webrtc/api/sctp_transport_interface.h"
#include "third_party/webrtc/rtc_base/ref_counted_object.h"

namespace blink {

_;
Invoke;
Mock;
NiceMock;
Return;

class MockEventListener final : public NativeEventListener {};

class MockSctpTransport : public webrtc::SctpTransportInterface {};

class RTCSctpTransportTest : public testing::Test {};

RTCSctpTransportTest::RTCSctpTransportTest()
    :{}

RTCSctpTransportTest::~RTCSctpTransportTest() {}

void RTCSctpTransportTest::RunUntilIdle() {}

TEST_F(RTCSctpTransportTest, CreateFromMocks) {}

}  // namespace blink