chromium/third_party/pdfium/core/fxcrt/xml/cfx_xmlinstruction_unittest.cpp

// 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_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) {}