C# (CSharp) Automation.UI.Tree.Matchers 네임스페이스

클래스들

이름 설명
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.