// Copyright 2020 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #include "fxjs/xfa/cfxjse_mapmodule.h" #include <optional> #include "core/fxcrt/fx_string.h" #include "testing/gtest/include/gtest/gtest.h" #include "xfa/fxfa/parser/cxfa_measurement.h" TEST(CFXJSEMapModule, EmptyModule) { … } TEST(CFXJSEMapModule, InsertDelete) { … } TEST(CFXJSEMapModule, KeyCollision) { … } TEST(CFXJSEMapModule, MergeData) { … }