C# Class Automation.UI.Tree.Matchers.EndsWithMatcher

A matcher that compares two strings to see if the actual value ends with the expected value.
Inheritance: StringMatcher
Afficher le fichier Open project: vijayakumarsuraj/UIAutomation

Méthodes publiques

Méthode Description
IsMatch ( string actual, string expected ) : bool

Checks to see if the actual value ends with the specified expected value.

ToString ( ) : string

Returns the string representation of this match.

Method Details

IsMatch() public méthode

Checks to see if the actual value ends with the specified expected value.
public IsMatch ( string actual, string expected ) : bool
actual string The actual value.
expected string The expected start value.
Résultat bool

ToString() public méthode

Returns the string representation of this match.
public ToString ( ) : string
Résultat string