Syntax| C# |
namespace ArtOfTest.WebAii.Controls.HtmlControls.HtmlAsserts
Types| All Types | Classes | Structures | Interfaces | Enumerations | Delegates |
| Icon | Type | Description |
|---|---|---|
![]() | AssertAttribute |
Provides assert service for control attributes
|
![]() | AssertCheck |
Assert the checked state for a CheckBox or RadioButton input
|
![]() | AssertContent |
Assert the content of an HtmlControl
|
![]() | AssertSelect |
Assert methods for an HtmlSelect control
|
![]() | AssertStyle |
Assert common htm styles
|
![]() | AssertTable |
Provide HtmlTable specific asserts
|
![]() | HtmlStyleBox |
CSS2 box formatting (Padding, margin..etc)
|
![]() | HtmlStyleCategory |
Style category
|
![]() | HtmlStyleColorAndBackground |
CSS2 common color and background styles. (Color, backgroundColor..etc)
|
![]() | HtmlStyleDisplay |
CSS2 common block formatting (Width, height...etc)
|
![]() | HtmlStyleFont |
CSS2 common font styles. (Family, size..etc)
|
![]() | HtmlStyleList |
CSS2 list styles (ListStyleType ...etc)
|
![]() | HtmlStyleText |
CSS2 common text formatting (Wordspacing, letterspacing ...etc.)
|
![]() | HtmlStyleType |
Style type (Computed vs Inline)
|
![]() | HtmlVisibility |
CSS2 element visibility
|
![]() | NumberCompareType |
Numerical compare type (Equals, less than..etc)
|
![]() | NumberRangeCompareType |
Numerical range compare type (InRange, outsiderange)
|
![]() | StringCompareType |
String compare type (Contains, exact ...etc.)
|


