C# Class BloomTests.AssertThatXmlIn

Afficher le fichier Open project: BloomBooks/BloomDesktop Class Usage Examples

Méthodes publiques

Méthode Description
Dom ( XmlDocument dom ) : AssertDom
File ( string path ) : AssertFile
HtmlFile ( string path ) : AssertHtmlFile
String ( string xmlString ) : AssertXmlString

Method Details

Dom() public static méthode

public static Dom ( XmlDocument dom ) : AssertDom
dom System.Xml.XmlDocument
Résultat AssertDom

File() public static méthode

public static File ( string path ) : AssertFile
path string
Résultat AssertFile

HtmlFile() public static méthode

public static HtmlFile ( string path ) : AssertHtmlFile
path string
Résultat AssertHtmlFile

String() public static méthode

public static String ( string xmlString ) : AssertXmlString
xmlString string
Résultat AssertXmlString