C# 클래스 PclUnit.Run.TestFilter

파일 보기 프로젝트 열기: jbtule/PclUnit 1 사용 예제들

공개 메소드들

메소드 설명
ShouldRun ( TestMeta test ) : bool
TestFilter ( ) : System.Collections.Generic
TestFilter ( IEnumerable includes, IEnumerable excludes ) : System.Collections.Generic

비공개 메소드들

메소드 설명
Setup ( ) : void
UniqueCategory ( string category ) : string

메소드 상세

ShouldRun() 공개 메소드

public ShouldRun ( TestMeta test ) : bool
test TestMeta
리턴 bool

TestFilter() 공개 메소드

public TestFilter ( ) : System.Collections.Generic
리턴 System.Collections.Generic

TestFilter() 공개 메소드

public TestFilter ( IEnumerable includes, IEnumerable excludes ) : System.Collections.Generic
includes IEnumerable
excludes IEnumerable
리턴 System.Collections.Generic