ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
ArtOfTest.WebAii.Controls.HtmlControls.HtmlAsserts Namespace
Namespaces > ArtOfTest.WebAii.Controls.HtmlControls.HtmlAsserts
Syntax
C#
namespace ArtOfTest.WebAii.Controls.HtmlControls.HtmlAsserts
Types
All TypesClassesStructuresInterfacesEnumerationsDelegates
IconTypeDescription
public classAssertAttribute
Provides assert service for control attributes
public classAssertCheck
Assert the checked state for a CheckBox or RadioButton input
public classAssertContent
Assert the content of an HtmlControl
public classAssertSelect
Assert methods for an HtmlSelect control
public classAssertStyle
Assert common htm styles
public classAssertTable
Provide HtmlTable specific asserts
public enumerationHtmlStyleBox
CSS2 box formatting (Padding, margin..etc)
public enumerationHtmlStyleCategory
Style category
public enumerationHtmlStyleColorAndBackground
CSS2 common color and background styles. (Color, backgroundColor..etc)
public enumerationHtmlStyleDisplay
CSS2 common block formatting (Width, height...etc)
public enumerationHtmlStyleFont
CSS2 common font styles. (Family, size..etc)
public enumerationHtmlStyleList
CSS2 list styles (ListStyleType ...etc)
public enumerationHtmlStyleText
CSS2 common text formatting (Wordspacing, letterspacing ...etc.)
public enumerationHtmlStyleType
Style type (Computed vs Inline)
public enumerationHtmlVisibility
CSS2 element visibility
public enumerationNumberCompareType
Numerical compare type (Equals, less than..etc)
public enumerationNumberRangeCompareType
Numerical range compare type (InRange, outsiderange)
public enumerationStringCompareType
String compare type (Contains, exact ...etc.)