C# Класс XmlUnit.Xunit.XmlInputShouldExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
ShouldBeValidXml ( this actual ) : void
ShouldBeXmlEqualTo ( this actual, XmlInput expected ) : void
ShouldBeXmlIdenticalTo ( this actual, XmlInput expected ) : void
ShouldNotBeXmlEqualTo ( this actual, XmlInput expected ) : void
ShouldNotBeXmlIdenticalTo ( this actual, XmlInput expected ) : void
XPath ( this original, string xPath ) : XmlInputXPathAssertionWrapper
XsltTransformation ( this original, XmlInput xslt ) : XmlInputXsltAssertionWrapper

Описание методов

ShouldBeValidXml() публичный статический Метод

public static ShouldBeValidXml ( this actual ) : void
actual this
Результат void

ShouldBeXmlEqualTo() публичный статический Метод

public static ShouldBeXmlEqualTo ( this actual, XmlInput expected ) : void
actual this
expected XmlInput
Результат void

ShouldBeXmlIdenticalTo() публичный статический Метод

public static ShouldBeXmlIdenticalTo ( this actual, XmlInput expected ) : void
actual this
expected XmlInput
Результат void

ShouldNotBeXmlEqualTo() публичный статический Метод

public static ShouldNotBeXmlEqualTo ( this actual, XmlInput expected ) : void
actual this
expected XmlInput
Результат void

ShouldNotBeXmlIdenticalTo() публичный статический Метод

public static ShouldNotBeXmlIdenticalTo ( this actual, XmlInput expected ) : void
actual this
expected XmlInput
Результат void

XPath() публичный статический Метод

public static XPath ( this original, string xPath ) : XmlInputXPathAssertionWrapper
original this
xPath string
Результат XmlInputXPathAssertionWrapper

XsltTransformation() публичный статический Метод

public static XsltTransformation ( this original, XmlInput xslt ) : XmlInputXsltAssertionWrapper
original this
xslt XmlInput
Результат XmlInputXsltAssertionWrapper