jsystem.extensions.analyzers.tabletext
Class ValueNotInTable

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

public class ValueNotInTable
extends ValueInTable

The that the value is not found in the specified table column. The oposit to ValueInTable class.


Field Summary
 
Fields inherited from class jsystem.extensions.analyzers.tabletext.ValueInTable
headerName, isRegExp, table, value
 
Fields inherited from class jsystem.framework.analyzer.AnalyzerParameterImpl
analyzer, message, status, testAgainst, throwable, title
 
Constructor Summary
ValueNotInTable(String headerName, String value)
           
ValueNotInTable(String headerName, String value, boolean isRegExp)
           
 
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
 

Constructor Detail

ValueNotInTable

public ValueNotInTable(String headerName,
                       String value)
                throws Exception

ValueNotInTable

public ValueNotInTable(String headerName,
                       String value,
                       boolean isRegExp)
                throws Exception
Method Detail

analyze

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

Specified by:
analyze in interface AnalyzerParameter
Overrides:
analyze in class ValueInTable