Class AssertAttribute
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.HtmlControls.HtmlAsserts
Assembly: ArtOfTest.WebAii.dll
Syntax
public class AssertAttribute : BaseControlAssert<HtmlControl>
Constructors
AssertAttribute()
Declaration
public AssertAttribute()
AssertAttribute(HtmlControl)
AssertAttribute(HtmlControl, Boolean)
Declaration
public AssertAttribute(HtmlControl control, bool throwOnFailure)
Parameters
HtmlControl
control
|
System.Boolean
throwOnFailure
|
AssertAttribute(Boolean)
Declaration
public AssertAttribute(bool throwOnFailure)
Parameters
System.Boolean
throwOnFailure
|
Methods
Exists(String)
Declaration
public bool Exists(string attributeName)
Parameters
System.String
attributeName
|
Returns
System.Boolean
|
ExistsNot(String)
Declaration
public bool ExistsNot(string attributeName)
Parameters
System.String
attributeName
|
Returns
System.Boolean
|
Value(String, StringCompareType, String)
Declaration
public bool Value(string attributeName, StringCompareType compare, string expectedValue)
Parameters
System.String
attributeName
|
StringCompareType
compare
|
System.String
expectedValue
|
Returns
System.Boolean
|