jsystem.extensions.analyzers.tabletext
Class TableMultiCellValue

java.lang.Object
  extended byjsystem.framework.analyzer.AnalyzerParameterImpl
      extended byjsystem.extensions.analyzers.tabletext.TableMultiCellValue
All Implemented Interfaces:
AnalyzerParameter

public class TableMultiCellValue
extends AnalyzerParameterImpl

The same as TableCellValue but is able to check multi celles.


Field Summary
protected  Table table
           
 
Fields inherited from class jsystem.framework.analyzer.AnalyzerParameterImpl
analyzer, message, status, testAgainst, throwable, title
 
Constructor Summary
TableMultiCellValue(String keyHeader, String[] keyFieldsValue, String valueHeader, String[] expectedValues)
           
 
Method Summary
 void analyze()
          The analyze process.
 
Methods inherited from class jsystem.framework.analyzer.AnalyzerParameterImpl
getMessage, getStatus, getThrowable, getTitle, setAnalyzer, setTestAgainst
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

table

protected Table table
Constructor Detail

TableMultiCellValue

public TableMultiCellValue(String keyHeader,
                           String[] keyFieldsValue,
                           String valueHeader,
                           String[] expectedValues)
                    throws Exception
Method Detail

analyze

public void analyze()
Description copied from interface: AnalyzerParameter
The analyze process.