// Copyright 2018 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "fxjs/cfx_globaldata.h" #include <stdint.h> #include <utility> #include <vector> #include "core/fxcrt/data_vector.h" #include "testing/gtest/include/gtest/gtest.h" namespace { class TestDelegate : public CFX_GlobalData::Delegate { … }; } // namespace TEST(CFXGlobalData, GetSafety) { … } TEST(CFXGlobalData, StoreReload) { … } TEST(CFXGlobalData, ResetValues) { … } TEST(CFXGlobalData, DeleteValues) { … }