Uses of Class
com.ibm.team.fvt.tests.utils.ByUtils.ComparisonPattern

Packages that use ByUtils.ComparisonPattern
com.ibm.team.fvt.tests.utils   
com.ibm.team.fvt.tests.web   
 

Uses of ByUtils.ComparisonPattern in com.ibm.team.fvt.tests.utils
 

Methods in com.ibm.team.fvt.tests.utils that return ByUtils.ComparisonPattern
static ByUtils.ComparisonPattern ByUtils.ComparisonPattern.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ByUtils.ComparisonPattern[] ByUtils.ComparisonPattern.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.ibm.team.fvt.tests.utils with parameters of type ByUtils.ComparisonPattern
static java.lang.String ByUtils.xpathCompareWithText(ByUtils.ComparisonPattern pattern, java.lang.String text, boolean isClmResource)
          Return a xpath string to compare the given text using the given pattern.
static org.openqa.selenium.By ByUtils.xpathMatchingItemText(java.lang.String xpathPrefix, ByUtils.ComparisonPattern pattern, java.lang.String text)
          Return a xpath to match the given text using the given pattern.
static org.openqa.selenium.By ByUtils.xpathMatchingText(ByUtils.ComparisonPattern pattern, java.lang.String text)
          Return a xpath to match the given text using the given pattern.
static org.openqa.selenium.By ByUtils.xpathMatchingTexts(ByUtils.ComparisonPattern pattern, boolean all, java.lang.String... texts)
          Return a xpath to match the given texts using the given pattern.
static java.lang.String ByUtils.xpathStringForTextComparison(ByUtils.ComparisonPattern pattern, java.lang.String text)
          Return a xpath string to compare the given text using the given pattern.
 

Uses of ByUtils.ComparisonPattern in com.ibm.team.fvt.tests.web
 

Methods in com.ibm.team.fvt.tests.web with parameters of type ByUtils.ComparisonPattern
 void WebSelectElement.select(java.lang.String option, ByUtils.ComparisonPattern pattern)
          Select the corresponding option using the given text.
 WebBrowserElement WebBrowser.waitForTextPresent(WebBrowserElement parentElement, boolean fail, int timeout, boolean displayed, boolean single, ByUtils.ComparisonPattern pattern, java.lang.String... texts)
          Returns whether one of the given text is present in the current displayed page content.