Method | Description | |
---|---|---|
AreEqual ( IHtmlString expected, IHtmlString actual ) : void | ||
AreEqual ( string expected, string actual ) : void |
Method | Description | |
---|---|---|
FormatString ( string value ) : string |
public static AreEqual ( IHtmlString expected, IHtmlString actual ) : void | ||
expected | IHtmlString | |
actual | IHtmlString | |
return | void |
public static AreEqual ( string expected, string actual ) : void | ||
expected | string | |
actual | string | |
return | void |