C# Class XmlUnit.Xunit.XmlInputShouldExtensions

Afficher le fichier Open project: horsdal/XmlUnit.Xunit

Méthodes publiques

Méthode 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 méthode

public static ShouldBeValidXml ( this actual ) : void
actual this
Résultat void

ShouldBeXmlEqualTo() public static méthode

public static ShouldBeXmlEqualTo ( this actual, XmlInput expected ) : void
actual this
expected XmlInput
Résultat void

ShouldBeXmlIdenticalTo() public static méthode

public static ShouldBeXmlIdenticalTo ( this actual, XmlInput expected ) : void
actual this
expected XmlInput
Résultat void

ShouldNotBeXmlEqualTo() public static méthode

public static ShouldNotBeXmlEqualTo ( this actual, XmlInput expected ) : void
actual this
expected XmlInput
Résultat void

ShouldNotBeXmlIdenticalTo() public static méthode

public static ShouldNotBeXmlIdenticalTo ( this actual, XmlInput expected ) : void
actual this
expected XmlInput
Résultat void

XPath() public static méthode

public static XPath ( this original, string xPath ) : XmlInputXPathAssertionWrapper
original this
xPath string
Résultat XmlInputXPathAssertionWrapper

XsltTransformation() public static méthode

public static XsltTransformation ( this original, XmlInput xslt ) : XmlInputXsltAssertionWrapper
original this
xslt XmlInput
Résultat XmlInputXsltAssertionWrapper