AssertStyle
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.HtmlControls.HtmlAsserts
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class AssertStyle : BaseControlAssert<HtmlControl>
Inheritance: objectBaseControlAssert<HtmlControl>AssertStyle
Inherited Members
Constructors
C#
public AssertStyle()
Properties
C#
public HtmlStyleType DefaultStyleType { get; set; }
Methods
C#
public bool Box(HtmlStyleBox styleName, string expectedValue, HtmlStyleType styleType, StringCompareType compareType)
C#
public bool Box(HtmlStyleBox styleName, string expectedValue, HtmlStyleType styleType)
C#
public bool Box(HtmlStyleBox styleName, string expectedValue)
C#
public bool ColorAndBackground(HtmlStyleColorAndBackground styleName, string expectedValue, HtmlStyleType styleType, StringCompareType compareType)
C#
public bool ColorAndBackground(HtmlStyleColorAndBackground styleName, string expectedValue, HtmlStyleType styleType)
C#
public bool ColorAndBackground(HtmlStyleColorAndBackground styleName, string expectedValue)
C#
public bool Display(HtmlStyleDisplay styleName, string expectedValue, HtmlStyleType styleType, StringCompareType compareType)
C#
public bool Display(HtmlStyleDisplay styleName, string expectedValue, HtmlStyleType styleType)
C#
public bool Display(HtmlStyleDisplay styleName, string expectedValue)
C#
public bool Font(HtmlStyleFont styleName, string expectedValue, HtmlStyleType styleType, StringCompareType compareType)
C#
public bool Font(HtmlStyleFont styleName, string expectedValue, HtmlStyleType styleType)
C#
public bool Font(HtmlStyleFont styleName, string expectedValue)
C#
public bool List(HtmlStyleList styleName, string expectedValue, HtmlStyleType styleType, StringCompareType compareType)
C#
public bool List(HtmlStyleList styleName, string expectedValue, HtmlStyleType styleType)
C#
public bool List(HtmlStyleList styleName, string expectedValue)
C#
public bool Text(HtmlStyleText styleName, string expectedValue, HtmlStyleType styleType, StringCompareType compareType)
C#
public bool Text(HtmlStyleText styleName, string expectedValue, HtmlStyleType styleType)
C#
public bool Text(HtmlStyleText styleName, string expectedValue)