#include "core/fxcrt/xml/cfx_xmlinstruction.h"
#include <memory>
#include "core/fxcrt/cfx_read_only_span_stream.h"
#include "core/fxcrt/xml/cfx_xmldocument.h"
#include "core/fxcrt/xml/cfx_xmlelement.h"
#include "core/fxcrt/xml/cfx_xmlparser.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "testing/string_write_stream.h"
TEST(CFX_XMLInstructionTest, GetType) { … }
TEST(CFX_XMLInstructionTest, AcrobatInstruction) { … }
TEST(CFX_XMLInstructionTest, OriginalXFAInstruction) { … }
TEST(CFX_XMLInstructionTest, TargetData) { … }
TEST(CFX_XMLInstructionTest, Clone) { … }
TEST(CFX_XMLInstructionTest, SaveXML) { … }
TEST(CFX_XMLInstructionTest, SaveAcrobat) { … }
TEST(CFX_XMLInstructionTest, ParseAndReSave) { … }
TEST(CFX_XMLInstructionTest, ParseAndReSaveInnerInstruction) { … }