chromium/remoting/protocol/monitored_video_stub_unittest.cc

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

#include "remoting/protocol/monitored_video_stub.h"

#include <stdint.h>

#include <memory>
#include <utility>

#include "base/functional/bind.h"
#include "base/run_loop.h"
#include "base/task/single_thread_task_runner.h"
#include "base/test/task_environment.h"
#include "base/test/test_timeouts.h"
#include "base/timer/timer.h"
#include "remoting/protocol/protocol_mock_objects.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

_;
AnyNumber;
AtMost;
InvokeWithoutArgs;

namespace remoting::protocol {

static const int64_t kTestOverrideDelayMilliseconds =;

class MonitoredVideoStubTest : public testing::Test {};

TEST_F(MonitoredVideoStubTest, OnChannelConnected) {}

TEST_F(MonitoredVideoStubTest, OnChannelDisconnected) {}

TEST_F(MonitoredVideoStubTest, OnChannelStayConnected) {}

TEST_F(MonitoredVideoStubTest, OnChannelStayDisconnected) {}

}  // namespace remoting::protocol