Namespace for the HTML assert types and classes.

Classes

  ClassDescription
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 based on common html styles.
AssertTable
Provide HtmlTable specific asserts

Enumerations

  EnumerationDescription
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)
StringCompareType
String compare type (Contains, exact ...etc.)