C# Class Automation.UI.Util.Matchers

Supported matchers.
Afficher le fichier Open project: vijayakumarsuraj/UIAutomation

Méthodes publiques

Свойство Type Description
Contains Matcher
EndsWith Matcher
Regex Matcher
StartsWith Matcher

Property Details

Contains public_oe static_oe property

Gets a matcher that will check if the actual value "contains" the expected value.
public static Matcher Contains
Résultat Matcher

EndsWith public_oe static_oe property

Gets a matcher that will check if the actual value "ends with" the expected value.
public static Matcher EndsWith
Résultat Matcher

Regex public_oe static_oe property

Gets a matcher that will check if the actual value matches the expected regular expression.
public static Matcher Regex
Résultat Matcher

StartsWith public_oe static_oe property

Gets a matcher that will check if the actual value "starts with" the expected value.
public static Matcher StartsWith
Résultat Matcher