com.atlassian.jira.webtests.table
Class NotCell

java.lang.Object
  extended by com.atlassian.jira.webtests.table.AbstractSimpleCell
      extended by com.atlassian.jira.webtests.table.NotCell
All Implemented Interfaces:
SimpleCell

public class NotCell
extends AbstractSimpleCell

Negate a cell. Eg. NotCell(TextCell) will check that the text is not present in cell.

Since:
v3.12

Constructor Summary
NotCell(SimpleCell cell)
           
 
Method Summary
 boolean equals(com.meterware.httpunit.WebTable table, int row, int col)
          NOT's the simple cell
 String toString()
           
 
Methods inherited from class com.atlassian.jira.webtests.table.AbstractSimpleCell
getCellAsText, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotCell

public NotCell(SimpleCell cell)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(com.meterware.httpunit.WebTable table,
                      int row,
                      int col)
NOT's the simple cell

Parameters:
table - table to compare
row - row index of table
col - col index of table
Returns:
negation of the cell


Copyright © 2002-2012 Atlassian. All Rights Reserved.