// 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 "core/fxcrt/xml/cfx_xmltext.h" #include "core/fxcrt/xml/cfx_xmldocument.h" #include "testing/gtest/include/gtest/gtest.h" #include "testing/string_write_stream.h" TEST(CFX_XMLTextTest, GetType) { … } TEST(CFX_XMLTextTest, GetText) { … } TEST(CFX_XMLTextTest, Clone) { … } TEST(CFX_XMLTextTest, Save) { … } TEST(CFX_XMLTextTest, SetText) { … }