C# Class PclUnit.Run.TestFilter

Afficher le fichier Open project: jbtule/PclUnit Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
Setup ( ) : void
UniqueCategory ( string category ) : string

Method Details

ShouldRun() public méthode

public ShouldRun ( TestMeta test ) : bool
test TestMeta
Résultat bool

TestFilter() public méthode

public TestFilter ( ) : System.Collections.Generic
Résultat System.Collections.Generic

TestFilter() public méthode

public TestFilter ( IEnumerable includes, IEnumerable excludes ) : System.Collections.Generic
includes IEnumerable
excludes IEnumerable
Résultat System.Collections.Generic