jsystem.extensions.analyzers.tabletext
Class GetTableCellValue

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

public class GetTableCellValue
extends AnalyzerParameterImpl


Field Summary
protected  Table table
           
 
Fields inherited from class jsystem.framework.analyzer.AnalyzerParameterImpl
analyzer, message, status, testAgainst, throwable, title
 
Constructor Summary
GetTableCellValue(String keyHeader, String keyFieldValue, String valueHeader)
           
 
Method Summary
 void analyze()
          The analyze process.
 String getCellValue()
           
 
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

GetTableCellValue

public GetTableCellValue(String keyHeader,
                         String keyFieldValue,
                         String valueHeader)
                  throws Exception
Method Detail

analyze

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


getCellValue

public String getCellValue()