jsystem.extensions.analyzers.text
Class TextEquals

java.lang.Object
  extended byjsystem.framework.analyzer.AnalyzerParameterImpl
      extended byjsystem.extensions.analyzers.text.AnalyzeTextParameter
          extended byjsystem.extensions.analyzers.text.FindText
              extended byjsystem.extensions.analyzers.text.TextEquals
All Implemented Interfaces:
AnalyzerParameter

public class TextEquals
extends FindText

Analyze the input text to find full mach. Support regular expressions.


Field Summary
 
Fields inherited from class jsystem.extensions.analyzers.text.FindText
isRegExp
 
Fields inherited from class jsystem.extensions.analyzers.text.AnalyzeTextParameter
testText, toFind
 
Fields inherited from class jsystem.framework.analyzer.AnalyzerParameterImpl
analyzer, message, status, testAgainst, throwable, title
 
Constructor Summary
TextEquals(String toFind)
           
TextEquals(String toFind, boolean isRegExp)
           
 
Method Summary
 void analyze()
          The analyze process.
 
Methods inherited from class jsystem.extensions.analyzers.text.AnalyzeTextParameter
setTestAgainst
 
Methods inherited from class jsystem.framework.analyzer.AnalyzerParameterImpl
getMessage, getStatus, getThrowable, getTitle, setAnalyzer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextEquals

public TextEquals(String toFind)
Parameters:
toFind - The string to find.

TextEquals

public TextEquals(String toFind,
                  boolean isRegExp)
Parameters:
toFind - The string to find.
isRegExp - is regular expression.
Method Detail

analyze

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

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