chromium/third_party/blink/renderer/modules/video_rvfc/video_frame_request_callback_collection_test.cc

// Copyright 2019 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/video_rvfc/video_frame_request_callback_collection.h"

#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/testing/null_execution_context.h"
#include "third_party/blink/renderer/core/testing/page_test_base.h"

_;

namespace blink {

constexpr double kDefaultTimestamp =;

class MockVideoFrameCallback
    : public VideoFrameRequestCallbackCollection::VideoFrameCallback {};

class VideoFrameRequestCallbackCollectionTest : public PageTestBase {};

TEST_F(VideoFrameRequestCallbackCollectionTest, AddSingleCallback) {}

TEST_F(VideoFrameRequestCallbackCollectionTest, InvokeSingleCallback) {}

TEST_F(VideoFrameRequestCallbackCollectionTest, CancelSingleCallback) {}

TEST_F(VideoFrameRequestCallbackCollectionTest, ExecuteMultipleCallbacks) {}

TEST_F(VideoFrameRequestCallbackCollectionTest, CreateCallbackDuringExecution) {}

TEST_F(VideoFrameRequestCallbackCollectionTest, CancelCallbackDuringExecution) {}

}  // namespace blink