jsystem.extensions.analyzers.tabletext
Class ValueInTable
java.lang.Object
jsystem.framework.analyzer.AnalyzerParameterImpl
jsystem.extensions.analyzers.tabletext.ValueInTable
- All Implemented Interfaces:
- AnalyzerParameter
- Direct Known Subclasses:
- ValueNotInTable
- public class ValueInTable
- extends AnalyzerParameterImpl
Check that one of the fields of given table column is the
expected value.
for example test that the port '0/1' (value) exist in the 'Port' (headerName) column.
Port Status
------ --------
0/1 Enable
0/2 Disable
0/3 -
Method Summary |
void |
analyze()
The analyze process. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
table
protected Table table
headerName
protected String headerName
value
protected String value
isRegExp
protected boolean isRegExp
ValueInTable
public ValueInTable(String headerName,
String value)
throws Exception
ValueInTable
public ValueInTable(String headerName,
String value,
boolean isRegxp)
throws Exception
analyze
public void analyze()
- Description copied from interface:
AnalyzerParameter
- The analyze process.