// Copyright 2019 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "core/fxcrt/cfx_timer.h" #include <memory> #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" _; DoAll; Return; SaveArg; namespace { class MockTimerScheduler : public CFX_Timer::HandlerIface { … }; class MockTimerCallback : public CFX_Timer::CallbackIface { … }; } // namespace class CFXTimer : public testing::Test { … }; TEST_F(CFXTimer, ValidTimers) { … } TEST_F(CFXTimer, MisbehavingEmbedder) { … }