AssertAttribute
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.HtmlControls.HtmlAsserts
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class AssertAttribute : BaseControlAssert<HtmlControl>
Inheritance: objectBaseControlAssert<HtmlControl>AssertAttribute
Inherited Members
Constructors
C#
public AssertAttribute()
C#
public AssertAttribute(HtmlControl control, bool throwOnFailure)
Methods
C#
public bool Value(string attributeName, StringCompareType compare, string expectedValue)