C# (CSharp) Automation.UI.Tree.Matchers Namespace

Classes

Name Description
ContainsMatcher A matcher that compares two strings to see if the actual value contains the expected value.
EndsWithMatcher A matcher that compares two strings to see if the actual value ends with the expected value.
RegexMatcher A matcher that compares two strings to see if the actual value matches the expected regular expression.
StartsWithMatcher A matcher that compares two strings to see if the actual value starts with the expected value.