jsystem.extensions.analyzers.text
Class TextNotFound
java.lang.Object
jsystem.framework.analyzer.AnalyzerParameterImpl
jsystem.extensions.analyzers.text.AnalyzeTextParameter
jsystem.extensions.analyzers.text.FindText
jsystem.extensions.analyzers.text.TextNotFound
- All Implemented Interfaces:
- AnalyzerParameter
- public class TextNotFound
- extends FindText
Verify that a text is not found. Support regular expression.
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 |
TextNotFound
public TextNotFound(String notFound)
- Parameters:
notFound
- The String that should not be found
TextNotFound
public TextNotFound(String notFound,
boolean isRegExp)
- Parameters:
notFound
- The string that should not be found.isRegExp
- is regular expression.
analyze
public void analyze()
- Description copied from interface:
AnalyzerParameter
- The analyze process.
- Specified by:
analyze
in interface AnalyzerParameter
- Overrides:
analyze
in class FindText