jsystem.extensions.analyzers.tabletext
Class TableHeaders

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

public class TableHeaders
extends AnalyzerParameterImpl

Check the headers of a table.


Field Summary
protected  Table table
           
 
Fields inherited from class jsystem.framework.analyzer.AnalyzerParameterImpl
analyzer, message, status, testAgainst, throwable, title
 
Constructor Summary
TableHeaders(String[] expectedHeaders)
           
 
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

TableHeaders

public TableHeaders(String[] expectedHeaders)
Method Detail

analyze

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