|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sourceforge.jwebunit.ExpectedCell
Represents an expected cell of an html table - a string value spanning an indicated amount of columns.
Constructor Summary | |
ExpectedCell(java.lang.String expectedValue)
Construct an expected cell with a default colspan of 1. |
|
ExpectedCell(java.lang.String expectedValue,
int colspan)
Construct an expected cell with a specified colspan. |
Method Summary | |
int |
getColspan()
Return the colspan for this cell. |
java.lang.String |
getExpectedValue()
Return the expected text for the cell. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ExpectedCell(java.lang.String expectedValue)
expectedValue
- text expected within the cell.public ExpectedCell(java.lang.String expectedValue, int colspan)
expectedValue
- text expected within the cell.colspan
- number of columns the cell is expected to span.Method Detail |
public int getColspan()
public java.lang.String getExpectedValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |