C# Class XmlUnit.Xunit.XmlInputShouldExtensions

Mostrar archivo Open project: horsdal/XmlUnit.Xunit

Public Methods

Method Description
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

Method Details

ShouldBeValidXml() public static method

public static ShouldBeValidXml ( this actual ) : void
actual this
return void

ShouldBeXmlEqualTo() public static method

public static ShouldBeXmlEqualTo ( this actual, XmlInput expected ) : void
actual this
expected XmlInput
return void

ShouldBeXmlIdenticalTo() public static method

public static ShouldBeXmlIdenticalTo ( this actual, XmlInput expected ) : void
actual this
expected XmlInput
return void

ShouldNotBeXmlEqualTo() public static method

public static ShouldNotBeXmlEqualTo ( this actual, XmlInput expected ) : void
actual this
expected XmlInput
return void

ShouldNotBeXmlIdenticalTo() public static method

public static ShouldNotBeXmlIdenticalTo ( this actual, XmlInput expected ) : void
actual this
expected XmlInput
return void

XPath() public static method

public static XPath ( this original, string xPath ) : XmlInputXPathAssertionWrapper
original this
xPath string
return XmlInputXPathAssertionWrapper

XsltTransformation() public static method

public static XsltTransformation ( this original, XmlInput xslt ) : XmlInputXsltAssertionWrapper
original this
xslt XmlInput
return XmlInputXsltAssertionWrapper