Class MockWebTable

java.lang.Object
com.meterware.httpunit.WebTable
com.meterware.httpunit.MockWebTable
All Implemented Interfaces:
com.meterware.httpunit.HTMLElement

public class MockWebTable extends com.meterware.httpunit.WebTable
Mock WebTable for HTTP Unit.
Since:
v3.13
  • Constructor Details

    • MockWebTable

      public MockWebTable()
    • MockWebTable

      public MockWebTable(int rowSize, int colSize)
  • Method Details

    • setCellText

      public void setCellText(int row, int col, String text)
    • getCellAsText

      public String getCellAsText(int row, int col)
      Overrides:
      getCellAsText in class com.meterware.httpunit.WebTable
    • getID

      public String getID()
      Specified by:
      getID in interface com.meterware.httpunit.HTMLElement
    • getClassName

      public String getClassName()
      Specified by:
      getClassName in interface com.meterware.httpunit.HTMLElement
    • getTitle

      public String getTitle()
      Specified by:
      getTitle in interface com.meterware.httpunit.HTMLElement
    • getName

      public String getName()
      Specified by:
      getName in interface com.meterware.httpunit.HTMLElement
    • getScriptableDelegate

      public com.meterware.httpunit.scripting.ScriptableDelegate getScriptableDelegate()
      Specified by:
      getScriptableDelegate in interface com.meterware.httpunit.HTMLElement
    • getAttribute

      protected String getAttribute(String arg0)
    • getAttribute

      protected String getAttribute(String arg0, String arg1)
    • getNode

      protected Node getNode()