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