net.sourceforge.jwebunit
Class ExpectedRow

java.lang.Object
  |
  +--net.sourceforge.jwebunit.ExpectedRow

public class ExpectedRow
extends java.lang.Object

Represents an expected row of an html table.

Author:
Jim Weaver

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

ExpectedRow

public ExpectedRow(java.lang.Object[] rowCells)
Construct an expected row from an array of objects which specify the expected cells of the row. If an object in the array is an 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.
Parameters:
rowCells - objects representing the row's expected cells.


Copyright © 2002 ThoughtWorks, Inc. All Rights Reserved.