Table of Contents

Class XmlTestsBase

Namespace
SunamoTest
Assembly
SunamoTest.dll

Base class providing XML test data strings for XML-related unit tests.

public class XmlTestsBase
Inheritance
XmlTestsBase
Inherited Members
Extension Methods

Properties

doubleParaWithAttributeXml

XML test data with two Para elements and an Sdk attribute on the root Cell element.

protected string doubleParaWithAttributeXml { get; set; }

Property Value

string

doubleParaXml

XML test data with two Para elements inside a Cell.

protected string doubleParaXml { get; set; }

Property Value

string

projectWithConditionAndCustomElementsXml

XML test data representing a Project with a conditional PropertyGroup containing custom elements.

protected string projectWithConditionAndCustomElementsXml { get; set; }

Property Value

string

projectWithConditionXml

XML test data representing a Project with a conditional PropertyGroup and Version elements.

protected string projectWithConditionXml { get; set; }

Property Value

string

projectWithVersionXml

XML test data representing a Project with two PropertyGroup/Version elements.

protected string projectWithVersionXml { get; set; }

Property Value

string

singleParaXml

XML test data with a single Cell/Para/ParaLine/String structure.

protected string singleParaXml { get; set; }

Property Value

string

xlfPath

Path to the XLF test file.

protected string xlfPath { get; set; }

Property Value

string