Class HtmlTableAssertExtensions
Inheritance
System.Object
    HtmlTableAssertExtensions
  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 HtmlTableAssertExtensionsMethods
AssertTable(HtmlTable)
Declaration
public static AssertTable AssertTable(this HtmlTable control)Parameters
| HtmlTable
        control 
 | 
Returns
| AssertTable 
 | 
AssertTable(HtmlTable, Boolean)
Declaration
public static AssertTable AssertTable(this HtmlTable control, bool throwOnFailure)Parameters
| HtmlTable
        control 
 | 
| System.Boolean
        throwOnFailure 
 | 
Returns
| AssertTable 
 |