chromium/third_party/openscreen/src/cast/streaming/impl/rpc_messenger_unittest.cc

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

#include "cast/streaming/public/rpc_messenger.h"

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

#include "cast/streaming/remoting.pb.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"

_;
Invoke;
Return;

namespace openscreen::cast {
namespace {

class FakeMessenger {};

}  // namespace

class RpcMessengerTest : public testing::Test {};

TEST_F(RpcMessengerTest, TestProcessMessageFromRemoteRegistered) {}

TEST_F(RpcMessengerTest, TestProcessMessageFromRemoteUnregistered) {}

TEST_F(RpcMessengerTest, CanSendMultipleMessages) {}

TEST_F(RpcMessengerTest, SendMessageCallback) {}

TEST_F(RpcMessengerTest, ProcessMessageWithRegisteredHandle) {}

TEST_F(RpcMessengerTest, ProcessMessageWithUnregisteredHandle) {}

TEST_F(RpcMessengerTest, Registration) {}

}  // namespace openscreen::cast