Class
HtmlTableAssertExtensions

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

HtmlTable

The HtmlTable control to wrap.

Returns

AssertTable

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

HtmlTable

The HtmlTable control to wrap.

throwOnFailure

bool

Whether the assert object should throw an exception if checks fail

Returns

AssertTable

A HtmlTable wrapped in a AssertCheck object.