Class AssertCheck
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 AssertCheck : BaseControlAssert<HtmlInputControl>
Constructors
AssertCheck()
Declaration
public AssertCheck()
AssertCheck(HtmlInputControl)
AssertCheck(Boolean)
Declaration
public AssertCheck(bool throwOnFailure)
Parameters
System.Boolean
throwOnFailure
|
Methods
IsFalse()
Declaration
public bool IsFalse()
Returns
System.Boolean
|
IsTrue()
Declaration
public bool IsTrue()
Returns
System.Boolean
|