// 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 "fxjs/xfa/cfxjse_value.h" #include <memory> #include <utility> #include <vector> #include "fxjs/xfa/cfxjse_engine.h" #include "testing/gtest/include/gtest/gtest.h" #include "testing/xfa_js_embedder_test.h" class CFXJSEValueEmbedderTest : public XFAJSEmbedderTest { … }; TEST_F(CFXJSEValueEmbedderTest, Empty) { … } TEST_F(CFXJSEValueEmbedderTest, EmptyArrayInsert) { … }