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
doubleParaXml
XML test data with two Para elements inside a Cell.
protected string doubleParaXml { get; set; }
Property Value
projectWithConditionAndCustomElementsXml
XML test data representing a Project with a conditional PropertyGroup containing custom elements.
protected string projectWithConditionAndCustomElementsXml { get; set; }
Property Value
projectWithConditionXml
XML test data representing a Project with a conditional PropertyGroup and Version elements.
protected string projectWithConditionXml { get; set; }
Property Value
projectWithVersionXml
XML test data representing a Project with two PropertyGroup/Version elements.
protected string projectWithVersionXml { get; set; }
Property Value
singleParaXml
XML test data with a single Cell/Para/ParaLine/String structure.
protected string singleParaXml { get; set; }
Property Value
xlfPath
Path to the XLF test file.
protected string xlfPath { get; set; }