C# Class VisualUIAVerify.Features.AutomationTestsFilter

Automation tests filtering base abstract class
Exibir arquivo 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