C# 클래스 Conesole.ConesoleConfiguration.ConesoleFilterConfiguration

파일 보기 프로젝트 열기: drunkcod/Cone

공개 메소드들

메소드 설명
Categories ( string value ) : void
Include ( IConeSuite suite ) : bool
Include ( IConeTest test ) : bool
IncludeTests ( string value ) : void

비공개 메소드들

메소드 설명
CategoryCheck ( IConeEntity entity ) : bool
CreatePatternRegex ( string pattern ) : Regex

메소드 상세

Categories() 공개 메소드

public Categories ( string value ) : void
value string
리턴 void

Include() 공개 메소드

public Include ( IConeSuite suite ) : bool
suite IConeSuite
리턴 bool

Include() 공개 메소드

public Include ( IConeTest test ) : bool
test IConeTest
리턴 bool

IncludeTests() 공개 메소드

public IncludeTests ( string value ) : void
value string
리턴 void