C# Class Conesole.ConesoleConfiguration.ConesoleFilterConfiguration

Afficher le fichier Open project: drunkcod/Cone

Méthodes publiques

Méthode Description
Categories ( string value ) : void
Include ( IConeSuite suite ) : bool
Include ( IConeTest test ) : bool
IncludeTests ( string value ) : void

Private Methods

Méthode Description
CategoryCheck ( IConeEntity entity ) : bool
CreatePatternRegex ( string pattern ) : Regex

Method Details

Categories() public méthode

public Categories ( string value ) : void
value string
Résultat void

Include() public méthode

public Include ( IConeSuite suite ) : bool
suite IConeSuite
Résultat bool

Include() public méthode

public Include ( IConeTest test ) : bool
test IConeTest
Résultat bool

IncludeTests() public méthode

public IncludeTests ( string value ) : void
value string
Résultat void