jsystem.extensions.analyzers.tabletext
Class TableMultiCellValue
java.lang.Object
jsystem.framework.analyzer.AnalyzerParameterImpl
jsystem.extensions.analyzers.tabletext.TableMultiCellValue
- All Implemented Interfaces:
- AnalyzerParameter
- public class TableMultiCellValue
- extends AnalyzerParameterImpl
The same as TableCellValue but is able to check multi celles.
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
TableMultiCellValue
public TableMultiCellValue(String keyHeader,
String[] keyFieldsValue,
String valueHeader,
String[] expectedValues)
throws Exception
analyze
public void analyze()
- Description copied from interface:
AnalyzerParameter
- The analyze process.