C# 클래스 NUnit.Framework.Api.DefaultTestAssemblyBuilder

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

공개 메소드들

메소드 설명
Build ( Assembly assembly, object>.IDictionary options ) : ITest

Build a suite of tests from a provided assembly

Build ( string assemblyName, object>.IDictionary options ) : ITest

Build a suite of tests given the filename of an assembly

DefaultTestAssemblyBuilder ( ) : System

Initializes a new instance of the DefaultTestAssemblyBuilder class.

비공개 메소드들

메소드 설명
Build ( Assembly assembly, string assemblyPath, object>.IDictionary options ) : TestSuite
BuildTestAssembly ( Assembly assembly, string assemblyName, IList fixtures ) : TestSuite
GetCandidateFixtureTypes ( Assembly assembly, IList names ) : IList
GetFixtures ( Assembly assembly, IList names ) : IList

메소드 상세

Build() 공개 메소드

Build a suite of tests from a provided assembly
public Build ( Assembly assembly, object>.IDictionary options ) : ITest
assembly System.Reflection.Assembly The assembly from which tests are to be built
options object>.IDictionary A dictionary of options to use in building the suite
리턴 ITest

Build() 공개 메소드

Build a suite of tests given the filename of an assembly
public Build ( string assemblyName, object>.IDictionary options ) : ITest
assemblyName string The filename of the assembly from which tests are to be built
options object>.IDictionary A dictionary of options to use in building the suite
리턴 ITest

DefaultTestAssemblyBuilder() 공개 메소드

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