jsystem.extensions.analyzers.tabletext
Class AllHeaderValuesInTable

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

public class AllHeaderValuesInTable
extends AnalyzerParameterImpl


Field Summary
protected  String expectetValue
           
protected  String headerName
           
protected  boolean isRegExp
           
protected  Table table
           
 
Fields inherited from class jsystem.framework.analyzer.AnalyzerParameterImpl
analyzer, message, status, testAgainst, throwable, title
 
Constructor Summary
AllHeaderValuesInTable(String headerName, String expectetValue)
           
AllHeaderValuesInTable(String headerName, String expectetValue, boolean isRegxp)
           
 
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

headerName

protected String headerName

expectetValue

protected String expectetValue

isRegExp

protected boolean isRegExp
Constructor Detail

AllHeaderValuesInTable

public AllHeaderValuesInTable(String headerName,
                              String expectetValue)
                       throws Exception

AllHeaderValuesInTable

public AllHeaderValuesInTable(String headerName,
                              String expectetValue,
                              boolean isRegxp)
                       throws Exception
Method Detail

analyze

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