public class

MockWebTable

extends WebTable
java.lang.Object
   ↳ com.meterware.httpunit.WebTable
     ↳ com.meterware.httpunit.MockWebTable

Class Overview

Mock WebTable for HTTP Unit.

Summary

[Expand]
Inherited Fields
From class com.meterware.httpunit.WebTable
Public Constructors
MockWebTable()
MockWebTable(int rowSize, int colSize)
Public Methods
String getCellAsText(int row, int col)
void setCellText(int row, int col, String text)
[Expand]
Inherited Methods
From class com.meterware.httpunit.WebTable
From class java.lang.Object
From interface com.meterware.httpunit.HTMLElement

Public Constructors

public MockWebTable ()

public MockWebTable (int rowSize, int colSize)

Public Methods

public String getCellAsText (int row, int col)

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