com.canoo.webtest.extension
Class VerifyContentRegexPerLineDiff
java.lang.Object
com.canoo.webtest.extension.VerifyContentTextDiff
com.canoo.webtest.extension.VerifyContentRegexPerLineDiff
- All Implemented Interfaces:
- VerifyContentDiff
public class VerifyContentRegexPerLineDiff
- extends VerifyContentTextDiff
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VerifyContentRegexPerLineDiff
public VerifyContentRegexPerLineDiff()
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 contentposB - the line in the 2nd content
- Returns:
true if lines are identical