Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
VisualUIAVerify
Features
AutomationTestsFilter
C# Class VisualUIAVerify.Features.AutomationTestsFilter
Automation tests filtering base abstract class
显示文件
Open project: geeksree/cSharpGeeks
Class Usage Examples
Public Methods
Method
Description
Fit
(
AutomationTest
test
) :
bool
Method which return TRUE if test fits this filter. Otherwise FALSE.
Method Details
Fit()
public
abstract
method
Method which return TRUE if test fits this filter. Otherwise FALSE.
public
abstract
Fit
(
AutomationTest
test
) :
bool
test
AutomationTest
return
bool