// 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/platform/scheduler/public/cooperative_scheduling_manager.h" #include "base/test/test_mock_time_task_runner.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" namespace blink { namespace scheduler { TEST(CooperativeSchedulingManager, AllowedStackScope) { … } class MockCooperativeSchedulingManager : public CooperativeSchedulingManager { … }; TEST(CooperativeSchedulingManager, SafePoint) { … } } // namespace scheduler } // namespace blink