C# Class ParallelizeNunit.Util.AssemblyParser

ファイルを表示 Open project: Ancestry/ParallelizeNunit

Public Methods

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

Method Details

FilterByCategory() public static method

public static FilterByCategory ( IEnumerable tests, string category ) : IEnumerable
tests IEnumerable
category string
return IEnumerable

FilterByFixture() public static method

public static FilterByFixture ( IEnumerable tests, string fixture ) : IEnumerable
tests IEnumerable
fixture string
return IEnumerable

GetTestMethods() public static method

public static GetTestMethods ( Assembly assembly ) : List
assembly System.Reflection.Assembly
return List