com.canoo.webtest.engine
Interface IStringVerifier

All Known Implementing Classes:
EqualsStringVerfier, RegExStringVerifier

public interface IStringVerifier

Provides an abstract interface for comparing strings

Author:
Carsten Seibert

Method Summary
 boolean verifyStrings(String expectedValue, String actualValue)
           
 

Method Detail

verifyStrings

boolean verifyStrings(String expectedValue,
                      String actualValue)
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.