#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) { … }
}