public class OrCell extends AbstractSimpleCell
SimpleCell that
OR's all the simple cells together.| Constructor and Description |
|---|
OrCell(Collection simpleCells) |
OrCell(SimpleCell cell1,
SimpleCell cell2) |
OrCell(SimpleCell cell1,
SimpleCell cell2,
SimpleCell cell3) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(com.meterware.httpunit.WebTable table,
int row,
int col)
OR's all the simple cells together for the specified table cell
|
getCellAsText, logpublic OrCell(Collection simpleCells)
public OrCell(SimpleCell cell1, SimpleCell cell2)
public OrCell(SimpleCell cell1, SimpleCell cell2, SimpleCell cell3)
public boolean equals(com.meterware.httpunit.WebTable table,
int row,
int col)
table - table to comparerow - row index of tablecol - col index of tableCopyright © 2002-2020 Atlassian. All Rights Reserved.