C# Class NUnit.Framework.Internal.NUnitLiteTestAssemblyBuilder

DefaultTestAssemblyBuilder loads a single assembly and builds a TestSuite containing test fixtures present in the assembly.
Inheritance: ITestAssemblyBuilder
Afficher le fichier Open project: pjcollins/Andr.Unit Class Usage Examples

Méthodes publiques

Méthode Description
Build ( Assembly assembly, IDictionary options ) : TestSuite

Build a suite of tests from a provided assembly

Build ( string assemblyName, IDictionary options ) : TestSuite

Build a suite of tests given the filename of an assembly

NUnitLiteTestAssemblyBuilder ( ) : System

Initializes a new instance of the NUnitLiteTestAssemblyBuilder class.

Private Methods

Méthode Description
BuildFromFixtureType ( string assemblyName, Type testType ) : TestSuite
BuildTestAssembly ( string assemblyName, IList fixtures ) : TestSuite
GetCandidateFixtureTypes ( Assembly assembly, IList names ) : IList
GetFixtures ( Assembly assembly, IList names ) : IList
Load ( string path ) : Assembly

Method Details

Build() public méthode

Build a suite of tests from a provided assembly
public Build ( Assembly assembly, IDictionary options ) : TestSuite
assembly System.Reflection.Assembly The assembly from which tests are to be built
options IDictionary A dictionary of options to use in building the suite
Résultat TestSuite

Build() public méthode

Build a suite of tests given the filename of an assembly
public Build ( string assemblyName, IDictionary options ) : TestSuite
assemblyName string The filename of the assembly from which tests are to be built
options IDictionary A dictionary of options to use in building the suite
Résultat TestSuite

NUnitLiteTestAssemblyBuilder() public méthode

Initializes a new instance of the NUnitLiteTestAssemblyBuilder class.
public NUnitLiteTestAssemblyBuilder ( ) : System
Résultat System