Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
VisualUIAVerify
Features
AutomationTestsFilter
C# Class VisualUIAVerify.Features.AutomationTestsFilter
Automation tests filtering base abstract class
Mostrar archivo
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