// 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 "xfa/fxfa/parser/xfa_basic_data.h" #include "testing/gtest/include/gtest/gtest.h" TEST(XFABasicDataTest, GetPacketByName) { … } TEST(XFABasicDataTest, PacketToName) { … } TEST(XFABasicDataTest, GetElementByName) { … } TEST(XFABasicDataTest, ElementToName) { … } TEST(XFABasicDataTest, GetAttributeByName) { … } TEST(XFABasicDataTest, AttributeToName) { … } TEST(XFABasicDataTest, GetAttributeValueByName) { … } TEST(XFABasicDataTest, AttributeValueToName) { … }