jsystem.extensions.analyzers.text
Class GetIntCounter

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

public class GetIntCounter
extends AnalyzeTextParameter

This analyzer is not a classical analyzer. It's used to extruct the counter value and be used int the test.


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
GetIntCounter(String toFind)
           
 
Method Summary
 void analyze()
          The analyze process.
 int getCounter()
           
 
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

GetIntCounter

public GetIntCounter(String toFind)
Method Detail

analyze

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


getCounter

public int getCounter()