chromium/third_party/blink/renderer/modules/mediarecorder/track_recorder_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 "third_party/blink/renderer/modules/mediarecorder/track_recorder.h"

#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/platform/testing/task_environment.h"
#include "third_party/blink/renderer/platform/wtf/cross_thread_functional.h"
#include "third_party/blink/renderer/platform/wtf/functional.h"

namespace blink {

namespace {
MockFunction;

void CallMockFunction(MockFunction<void()>* function) {}

TEST(TrackRecorderTest, CallsOutOnSourceStateEnded) {}

TEST(TrackRecorderTest, DoesNotCallOutOnAnythingButStateEnded) {}
}  // namespace
}  // namespace blink