C# 클래스 Automation.UI.Tree.Matchers.ContainsMatcher

A matcher that compares two strings to see if the actual value contains the expected value.
상속: StringMatcher
파일 보기 프로젝트 열기: vijayakumarsuraj/UIAutomation

공개 메소드들

메소드 설명
IsMatch ( string actual, string expected ) : bool

Checks to see if the actual value contains the specified expected value.

ToString ( ) : string

Returns the string representation of this match.

메소드 상세

IsMatch() 공개 메소드

Checks to see if the actual value contains the specified expected value.
public IsMatch ( string actual, string expected ) : bool
actual string The actual value.
expected string The expected start value.
리턴 bool

ToString() 공개 메소드

Returns the string representation of this match.
public ToString ( ) : string
리턴 string