public class AndCell extends AbstractSimpleCell
SimpleCell
that
AND's all the simple cells together.Constructor and Description |
---|
AndCell(Collection simpleCells) |
AndCell(SimpleCell cell1,
SimpleCell cell2) |
AndCell(SimpleCell cell1,
SimpleCell cell2,
SimpleCell cell3) |
AndCell(SimpleCell cell1,
SimpleCell cell2,
SimpleCell cell3,
SimpleCell cell4) |
AndCell(SimpleCell cell1,
SimpleCell cell2,
SimpleCell cell3,
SimpleCell cell4,
SimpleCell cell5) |
AndCell(SimpleCell cell1,
SimpleCell cell2,
SimpleCell cell3,
SimpleCell cell4,
SimpleCell cell5,
SimpleCell cell6) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(com.meterware.httpunit.WebTable table,
int row,
int col)
AND's all the simple cells together for the specified table cell
|
String |
getCellAsText(com.meterware.httpunit.WebTable table,
int row,
int col)
Need to find which SimpleCell to get the cell as text from, since there could be a mix of different SimpleCell
types which want to display different information about the WebTable cell.
|
String |
toString() |
log
public AndCell(Collection simpleCells)
public AndCell(SimpleCell cell1, SimpleCell cell2)
public AndCell(SimpleCell cell1, SimpleCell cell2, SimpleCell cell3)
public AndCell(SimpleCell cell1, SimpleCell cell2, SimpleCell cell3, SimpleCell cell4)
public AndCell(SimpleCell cell1, SimpleCell cell2, SimpleCell cell3, SimpleCell cell4, SimpleCell cell5)
public AndCell(SimpleCell cell1, SimpleCell cell2, SimpleCell cell3, SimpleCell cell4, SimpleCell cell5, SimpleCell cell6)
public String getCellAsText(com.meterware.httpunit.WebTable table, int row, int col)
getCellAsText
in interface SimpleCell
getCellAsText
in class AbstractSimpleCell
table
- table to lookuprow
- row index of tablecol
- col index of tablepublic boolean equals(com.meterware.httpunit.WebTable table, int row, int col)
table
- table to comparerow
- row index of tablecol
- col index of tableCopyright © 2002-2015 Atlassian. All Rights Reserved.