chromium/media/cast/openscreen/remoting_message_factories_unittest.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 "media/cast/openscreen/remoting_message_factories.h"

#include <memory>
#include <string>
#include <utility>
#include <vector>

#include "base/memory/ref_counted.h"
#include "media/base/audio_decoder_config.h"
#include "media/base/decoder_buffer.h"
#include "media/base/demuxer_stream.h"
#include "media/base/encryption_scheme.h"
#include "media/base/test_helpers.h"
#include "media/base/video_decoder_config.h"
#include "media/cast/openscreen/remoting_proto_utils.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/openscreen/src/cast/streaming/remoting.pb.h"

_;
Invoke;
Return;

namespace media::cast {

class RemotingMessageFactoriesTest : public testing::Test {};

TEST_F(RemotingMessageFactoriesTest, CreateMessageForError) {}

TEST_F(RemotingMessageFactoriesTest, CreateMessageForMediaEnded) {}

TEST_F(RemotingMessageFactoriesTest, CreateMessageForStatisticsUpdate) {}

TEST_F(RemotingMessageFactoriesTest, CreateMessageForBufferingStateChange) {}

TEST_F(RemotingMessageFactoriesTest, CreateMessageForAudioConfigChange) {}

TEST_F(RemotingMessageFactoriesTest, CreateMessageForVideoConfigChange) {}

TEST_F(RemotingMessageFactoriesTest, CreateMessageForVideoNaturalSizeChange) {}

TEST_F(RemotingMessageFactoriesTest, CreateMessageForVideoOpacityChange) {}

TEST_F(RemotingMessageFactoriesTest, CreateMessageForMediaTimeUpdate) {}

TEST_F(RemotingMessageFactoriesTest, CreateMessageForInitializationComplete) {}

TEST_F(RemotingMessageFactoriesTest, CreateMessageForFlushComplete) {}

TEST_F(RemotingMessageFactoriesTest, CreateMessageForAcquireRendererDone) {}

TEST_F(RemotingMessageFactoriesTest, CreateMessageForDemuxerStreamInitialize) {}

TEST_F(RemotingMessageFactoriesTest, CreateMessageForDemuxerStreamReadUntil) {}

TEST_F(RemotingMessageFactoriesTest,
       CreateMessageForDemuxerStreamEnableBitstreamConverter) {}

TEST_F(RemotingMessageFactoriesTest, CreateMessageForDemuxerStreamError) {}

}  // namespace media::cast