ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure
AssertStyle Class
NamespacesArtOfTest.WebAii.Controls.HtmlControls.HtmlAssertsAssertStyle
Assert common htm styles
Declaration Syntax
C#Visual BasicVisual Basic Usage
public class AssertStyle : BaseControlAssert<HtmlControl>
Public Class AssertStyle _
	Inherits BaseControlAssert(Of HtmlControl)
Dim instance As AssertStyle
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
AssertStyle()()()
Create a new AssertStyle object.

AssertStyle(HtmlControl)
Create a new AssertStyle object passing it the target control.

Assert(Boolean, String, String, String, Boolean)
Perform an assert.
(Inherited from BaseControlAssert<(Of <(T>)>).)
Assert(Boolean, String, String, String)
Perform an assert.
(Inherited from BaseControlAssert<(Of <(T>)>).)
AssertNumber(Int32, Int32, NumberCompareType)
Common assert for a number
(Inherited from BaseControlAssert<(Of <(T>)>).)
AssertString(String, String, StringCompareType)
Commnon assert for strings.
(Inherited from BaseControlAssert<(Of <(T>)>).)
Box(HtmlStyleBox, String, HtmlStyleType)
Assert Box styles.

Box(HtmlStyleBox, String)
Assert Box styles.

Box(HtmlStyleBox, String, HtmlStyleType, StringCompareType)
Assert Box styles.

ColorAndBackground(HtmlStyleColorAndBackground, String, HtmlStyleType)
Assert Color/Background styles.

ColorAndBackground(HtmlStyleColorAndBackground, String)
Assert Color/Background styles.

ColorAndBackground(HtmlStyleColorAndBackground, String, HtmlStyleType, StringCompareType)
Assert Color/Background styles.

CommonStyleAssert(Object, String, HtmlStyleType, StringCompareType)
Assert a style

CommonStyleAssert(Object, String, HtmlStyleType)
Assert a style - Exact

DefaultStyleType
Gets or sets the default style to use.

Display(HtmlStyleDisplay, String, HtmlStyleType)
Assert Display styles.

Display(HtmlStyleDisplay, String)
Assert Display styles.

Display(HtmlStyleDisplay, String, HtmlStyleType, StringCompareType)
Assert Display styles.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Font(HtmlStyleFont, String, HtmlStyleType)
Assert Font styles.

Font(HtmlStyleFont, String)
Assert Font styles.

Font(HtmlStyleFont, String, HtmlStyleType, StringCompareType)
Assert Font styles.

GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetStyleLiteral(Object, Boolean%)
Given a style enum value, will read its CssStyleAttribute and get its literal string representation.

GetStyleValue(HtmlControl, Object, HtmlStyleType, Boolean%)
Get a style value given an HtmlControl and an enum style type.

GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
List(HtmlStyleList, String, HtmlStyleType)
Assert List styles.

List(HtmlStyleList, String)
Assert List styles.

List(HtmlStyleList, String, HtmlStyleType, StringCompareType)
Assert List styles.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Target
Gets or sets the assert target
(Inherited from BaseControlAssert<(Of <(T>)>).)
Text(HtmlStyleText, String, HtmlStyleType)
Assert Text styles.

Text(HtmlStyleText, String)
Assert Text styles.

Text(HtmlStyleText, String, HtmlStyleType, StringCompareType)
Assert Text styles.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
BaseControlAssert<(Of <(HtmlControl>)>)
 AssertStyle

Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii) Version: 1.1.900.0 (1.1.900.0)