C# 클래스 BloomTests.AssertThatXmlIn

파일 보기 프로젝트 열기: BloomBooks/BloomDesktop 1 사용 예제들

공개 메소드들

메소드 설명
Dom ( XmlDocument dom ) : AssertDom
File ( string path ) : AssertFile
HtmlFile ( string path ) : AssertHtmlFile
String ( string xmlString ) : AssertXmlString

메소드 상세

Dom() 공개 정적인 메소드

public static Dom ( XmlDocument dom ) : AssertDom
dom System.Xml.XmlDocument
리턴 AssertDom

File() 공개 정적인 메소드

public static File ( string path ) : AssertFile
path string
리턴 AssertFile

HtmlFile() 공개 정적인 메소드

public static HtmlFile ( string path ) : AssertHtmlFile
path string
리턴 AssertHtmlFile

String() 공개 정적인 메소드

public static String ( string xmlString ) : AssertXmlString
xmlString string
리턴 AssertXmlString