jsystem.extensions.analyzers.text
Class CheckDotTextCounter

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

public class CheckDotTextCounter
extends AnalyzeTextParameter

This analyzer is used to analyze counter in the following format: In packets ...................... 77


Field Summary
 
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
CheckDotTextCounter(String counter, String expected)
           
 
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

CheckDotTextCounter

public CheckDotTextCounter(String counter,
                           String expected)
Method Detail

analyze

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