C# 클래스 VisualUIAVerify.Features.AutomationTestsFilter

Automation tests filtering base abstract class
파일 보기 프로젝트 열기: geeksree/cSharpGeeks 1 사용 예제들

공개 메소드들

메소드 설명
Fit ( AutomationTest test ) : bool

Method which return TRUE if test fits this filter. Otherwise FALSE.

메소드 상세

Fit() 공개 추상적인 메소드

Method which return TRUE if test fits this filter. Otherwise FALSE.
public abstract Fit ( AutomationTest test ) : bool
test AutomationTest
리턴 bool