|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sourceforge.jwebunit.ExpectedRow
Represents an expected row of an html table.
Constructor Summary | |
ExpectedRow(java.lang.Object[] rowCells)
Construct an expected row from an array of objects which specify the expected cells of the row. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ExpectedRow(java.lang.Object[] rowCells)
ExpectedCell
, it is directly added to
the expected cells of the row, otherwise an ExpectedCell
is created from the toString() value of the object and an assumed colspan of 1.rowCells
- objects representing the row's expected cells.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |