Class AssertContent
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 AssertContent : BaseControlAssert<HtmlControl>
Constructors
AssertContent()
Declaration
public AssertContent()
AssertContent(HtmlControl)
Methods
InnerMarkup(StringCompareType, String)
Declaration
public bool InnerMarkup(StringCompareType compareType, string expectedValue)
Parameters
StringCompareType
compareType
|
System.String
expectedValue
|
Returns
System.Boolean
|
InnerText(StringCompareType, String)
Declaration
public bool InnerText(StringCompareType compareType, string expectedValue)
Parameters
StringCompareType
compareType
|
System.String
expectedValue
|
Returns
System.Boolean
|
OuterMarkup(StringCompareType, String)
Declaration
public bool OuterMarkup(StringCompareType compareType, string expectedValue)
Parameters
StringCompareType
compareType
|
System.String
expectedValue
|
Returns
System.Boolean
|
StartTagContent(StringCompareType, String)
Declaration
public bool StartTagContent(StringCompareType compareType, string expectedValue)
Parameters
StringCompareType
compareType
|
System.String
expectedValue
|
Returns
System.Boolean
|
TextContent(StringCompareType, String)
Declaration
public bool TextContent(StringCompareType compareType, string expectedValue)
Parameters
StringCompareType
compareType
|
System.String
expectedValue
|
Returns
System.Boolean
|