jsystem.extensions.analyzers.text
Class CountText
java.lang.Object
jsystem.framework.analyzer.AnalyzerParameterImpl
jsystem.extensions.analyzers.text.AnalyzeTextParameter
jsystem.extensions.analyzers.text.CountText
- All Implemented Interfaces:
- AnalyzerParameter
- public class CountText
- extends AnalyzeTextParameter
Analyzer that count text in the input string
and compare it with the expected result.
Deviation is supported as well.
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 |
expectedCount
protected int expectedCount
deviation
protected int deviation
CountText
public CountText(String toFind,
int expectedCount)
CountText
public CountText(String toFind,
int count,
int deviation)
analyze
public void analyze()
- Description copied from interface:
AnalyzerParameter
- The analyze process.