C# 클래스 XmlUnit.Xunit.XmlInputShouldExtensions

파일 보기 프로젝트 열기: horsdal/XmlUnit.Xunit

공개 메소드들

메소드 설명
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