C# Class VisualUIAVerify.Features.AutomationTestsFilter

Automation tests filtering base abstract class
Afficher le fichier Open project: geeksree/cSharpGeeks Class Usage Examples

Méthodes publiques

Méthode Description
Fit ( AutomationTest test ) : bool

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

Method Details

Fit() public abstract méthode

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