com.canoo.webtest.engine
Class EqualsStringVerfier

java.lang.Object
  extended by com.canoo.webtest.engine.EqualsStringVerfier
All Implemented Interfaces:
IStringVerifier

public class EqualsStringVerfier
extends Object
implements IStringVerifier

Author:
Carsten Seibert

Field Summary
static IStringVerifier INSTANCE
           
 
Constructor Summary
EqualsStringVerfier()
           
 
Method Summary
 boolean verifyStrings(String expectedValue, String actualValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final IStringVerifier INSTANCE
Constructor Detail

EqualsStringVerfier

public EqualsStringVerfier()
Method Detail

verifyStrings

public boolean verifyStrings(String expectedValue,
                             String actualValue)
Specified by:
verifyStrings in interface IStringVerifier
Parameters:
expectedValue - The expected value of the string
actualValue - The actual value of the string
Returns:
true if the two provided strings match according to the caller's criteria.

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