com.canoo.webtest.extension
Class VerifyContentRegexPerLineDiff

java.lang.Object
  extended by com.canoo.webtest.extension.VerifyContentTextDiff
      extended by com.canoo.webtest.extension.VerifyContentRegexPerLineDiff
All Implemented Interfaces:
VerifyContentDiff

public class VerifyContentRegexPerLineDiff
extends VerifyContentTextDiff


Field Summary
 
Fields inherited from class com.canoo.webtest.extension.VerifyContentTextDiff
tabActual, tabReference
 
Constructor Summary
VerifyContentRegexPerLineDiff()
           
 
Method Summary
protected  void preProcess()
          Called before comparision starts
protected  boolean sameContent(int posA, int posB)
          Indicates if 2 content lines are identical
 
Methods inherited from class com.canoo.webtest.extension.VerifyContentTextDiff
compare, reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerifyContentRegexPerLineDiff

public VerifyContentRegexPerLineDiff()
Method Detail

preProcess

protected void preProcess()
Description copied from class: VerifyContentTextDiff
Called before comparision starts

Overrides:
preProcess in class VerifyContentTextDiff

sameContent

protected boolean sameContent(int posA,
                              int posB)
Description copied from class: VerifyContentTextDiff
Indicates if 2 content lines are identical

Overrides:
sameContent in class VerifyContentTextDiff
Parameters:
posA - the line in the first content
posB - the line in the 2nd content
Returns:
true if lines are identical

Copyright © 2001-2007 Canoo Engineering AG, Basel. All rights reserved.