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

// Copyright 2018 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/transceiver_state_surfacer.h"

#include <memory>
#include <tuple>

#include "base/functional/bind.h"
#include "base/memory/ptr_util.h"
#include "base/memory/scoped_refptr.h"
#include "base/run_loop.h"
#include "base/synchronization/waitable_event.h"
#include "base/task/single_thread_task_runner.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/public/platform/scheduler/test/renderer_scheduler_test_support.h"
#include "third_party/blink/public/web/web_heap.h"
#include "third_party/blink/renderer/modules/peerconnection/mock_peer_connection_dependency_factory.h"
#include "third_party/blink/renderer/modules/peerconnection/mock_peer_connection_impl.h"
#include "third_party/blink/renderer/platform/mediastream/media_stream_audio_source.h"
#include "third_party/blink/renderer/platform/mediastream/media_stream_audio_track.h"
#include "third_party/blink/renderer/platform/mediastream/media_stream_component_impl.h"
#include "third_party/blink/renderer/platform/mediastream/media_stream_source.h"
#include "third_party/blink/renderer/platform/testing/task_environment.h"

AnyNumber;
Return;

namespace blink {

// To avoid name collision on jumbo builds.
namespace transceiver_state_surfacer_test {

class MockSctpTransport : public webrtc::SctpTransportInterface {};

class TransceiverStateSurfacerTest : public ::testing::Test {};

TEST_F(TransceiverStateSurfacerTest, SurfaceTransceiverBlockingly) {}

TEST_F(TransceiverStateSurfacerTest, SurfaceTransceiverInCallback) {}

TEST_F(TransceiverStateSurfacerTest, SurfaceTransceiverWithTransport) {}

TEST_F(TransceiverStateSurfacerTest, SurfaceTransceiverWithSctpTransport) {}

}  // namespace transceiver_state_surfacer_test
}  // namespace blink