org.openqa.selenium.internal
Class ExactTextMatchingStrategy

java.lang.Object
  extended by org.openqa.selenium.internal.ExactTextMatchingStrategy
All Implemented Interfaces:
TextMatchingStrategy

public class ExactTextMatchingStrategy
extends java.lang.Object
implements TextMatchingStrategy


Constructor Summary
ExactTextMatchingStrategy()
           
 
Method Summary
 boolean isAMatch(java.lang.String compareThis, java.lang.String with)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExactTextMatchingStrategy

public ExactTextMatchingStrategy()
Method Detail

isAMatch

public boolean isAMatch(java.lang.String compareThis,
                        java.lang.String with)
Specified by:
isAMatch in interface TextMatchingStrategy


Copyright © 2009. All Rights Reserved.