C# Class PclUnit.Run.TestFilter

Mostrar archivo Open project: jbtule/PclUnit Class Usage Examples

Public Methods

Method Description
ShouldRun ( TestMeta test ) : bool
TestFilter ( ) : System.Collections.Generic
TestFilter ( IEnumerable includes, IEnumerable excludes ) : System.Collections.Generic

Private Methods

Method Description
Setup ( ) : void
UniqueCategory ( string category ) : string

Method Details

ShouldRun() public method

public ShouldRun ( TestMeta test ) : bool
test TestMeta
return bool

TestFilter() public method

public TestFilter ( ) : System.Collections.Generic
return System.Collections.Generic

TestFilter() public method

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