C# Класс Automation.UI.Util.Matchers

Supported matchers.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Contains Matcher
EndsWith Matcher
Regex Matcher
StartsWith Matcher

Описание свойств

Contains публичное статическое свойство

Gets a matcher that will check if the actual value "contains" the expected value.
public static Matcher Contains
Результат Matcher

EndsWith публичное статическое свойство

Gets a matcher that will check if the actual value "ends with" the expected value.
public static Matcher EndsWith
Результат Matcher

Regex публичное статическое свойство

Gets a matcher that will check if the actual value matches the expected regular expression.
public static Matcher Regex
Результат Matcher

StartsWith публичное статическое свойство

Gets a matcher that will check if the actual value "starts with" the expected value.
public static Matcher StartsWith
Результат Matcher