com.canoo.webtest.engine
Class EqualsStringVerfier
java.lang.Object
com.canoo.webtest.engine.EqualsStringVerfier
- All Implemented Interfaces:
- IStringVerifier
public class EqualsStringVerfier
- extends Object
- implements IStringVerifier
- Author:
- Carsten Seibert
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final IStringVerifier INSTANCE
EqualsStringVerfier
public EqualsStringVerfier()
verifyStrings
public boolean verifyStrings(String expectedValue,
String actualValue)
- Specified by:
verifyStrings in interface IStringVerifier
- Parameters:
expectedValue - The expected value of the stringactualValue - The actual value of the string
- Returns:
- true if the two provided strings match according to
the caller's criteria.