Class HtmlControlsAssertExtensions
Inheritance
System.Object
HtmlControlsAssertExtensions
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
Assembly: ArtOfTest.WebAii.dll
Syntax
public static class HtmlControlsAssertExtensions
Methods
AssertAttribute(HtmlControl)
Declaration
public static AssertAttribute AssertAttribute(this HtmlControl control)
Parameters
Html
|
Returns
AssertAttribute(HtmlControl, Boolean)
Declaration
public static AssertAttribute AssertAttribute(this HtmlControl control, bool throwOnFailure)
Parameters
Html
|
System.
|
Returns
AssertContent(HtmlControl)
Declaration
public static AssertContent AssertContent(this HtmlControl control)
Parameters
Html
|
Returns
AssertStyle(HtmlControl)
Declaration
public static AssertStyle AssertStyle(this HtmlControl control)
Parameters
Html
|
Returns
AssertStyle(HtmlControl, Boolean)
Declaration
public static AssertStyle AssertStyle(this HtmlControl control, bool throwOnFailure)
Parameters
Html
|
System.
|