ClassHtmlTableAssertExtensions
Class
Assert extensions for the HtmlTable class.
Definition
Namespace:ArtOfTest.WebAii.Controls.HtmlControls
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public static class HtmlTableAssertExtensions
Inheritance: objectHtmlTableAssertExtensions
Methods
AssertTable(HtmlTable)
Assert methods for the HtmlTable content.
Declaration
cs-api-definition
public static AssertTable AssertTable(this HtmlTable control)
Parameters
control
The HtmlTable control to wrap.
Returns
A HtmlTable wrapped in a AssertCheck object.
AssertTable(HtmlTable, bool)
Assert methods for the HtmlTable content.
Declaration
cs-api-definition
public static AssertTable AssertTable(this HtmlTable control, bool throwOnFailure)
Parameters
control
The HtmlTable control to wrap.
throwOnFailure
Whether the assert object should throw an exception if checks fail
Returns
A HtmlTable wrapped in a AssertCheck object.