C# Class Conesole.ConesoleConfiguration.ConesoleFilterConfiguration

Mostrar archivo Open project: drunkcod/Cone

Public Methods

Method Description
Categories ( string value ) : void
Include ( IConeSuite suite ) : bool
Include ( IConeTest test ) : bool
IncludeTests ( string value ) : void

Private Methods

Method Description
CategoryCheck ( IConeEntity entity ) : bool
CreatePatternRegex ( string pattern ) : Regex

Method Details

Categories() public method

public Categories ( string value ) : void
value string
return void

Include() public method

public Include ( IConeSuite suite ) : bool
suite IConeSuite
return bool

Include() public method

public Include ( IConeTest test ) : bool
test IConeTest
return bool

IncludeTests() public method

public IncludeTests ( string value ) : void
value string
return void