C# 클래스 NUnit.Framework.Internal.NUnitLiteTestAssemblyBuilder

DefaultTestAssemblyBuilder loads a single assembly and builds a TestSuite containing test fixtures present in the assembly.
상속: ITestAssemblyBuilder
파일 보기 프로젝트 열기: pjcollins/Andr.Unit 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
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

메소드 상세

Build() 공개 메소드

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
리턴 TestSuite

Build() 공개 메소드

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
리턴 TestSuite

NUnitLiteTestAssemblyBuilder() 공개 메소드

Initializes a new instance of the NUnitLiteTestAssemblyBuilder class.
public NUnitLiteTestAssemblyBuilder ( ) : System
리턴 System