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
HtmlControl
control
|
Returns
AssertAttribute
|
AssertAttribute(HtmlControl, Boolean)
Declaration
public static AssertAttribute AssertAttribute(this HtmlControl control, bool throwOnFailure)
Parameters
HtmlControl
control
|
System.Boolean
throwOnFailure
|
Returns
AssertAttribute
|
AssertContent(HtmlControl)
Declaration
public static AssertContent AssertContent(this HtmlControl control)
Parameters
HtmlControl
control
|
Returns
AssertContent
|
AssertStyle(HtmlControl)
Declaration
public static AssertStyle AssertStyle(this HtmlControl control)
Parameters
HtmlControl
control
|
Returns
AssertStyle
|
AssertStyle(HtmlControl, Boolean)
Declaration
public static AssertStyle AssertStyle(this HtmlControl control, bool throwOnFailure)
Parameters
HtmlControl
control
|
System.Boolean
throwOnFailure
|
Returns
AssertStyle
|