C# Class ParallelizeNunit.Util.AssemblyParser

Afficher le fichier Open project: Ancestry/ParallelizeNunit

Méthodes publiques

Méthode Description
FilterByCategory ( IEnumerable tests, string category ) : IEnumerable
FilterByFixture ( IEnumerable tests, string fixture ) : IEnumerable
GetTestMethods ( Assembly assembly ) : List

Method Details

FilterByCategory() public static méthode

public static FilterByCategory ( IEnumerable tests, string category ) : IEnumerable
tests IEnumerable
category string
Résultat IEnumerable

FilterByFixture() public static méthode

public static FilterByFixture ( IEnumerable tests, string fixture ) : IEnumerable
tests IEnumerable
fixture string
Résultat IEnumerable

GetTestMethods() public static méthode

public static GetTestMethods ( Assembly assembly ) : List
assembly System.Reflection.Assembly
Résultat List