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

Default implementation of ITestAssemblyRunner
상속: ITestAssemblyRunner
파일 보기 프로젝트 열기: pjcollins/Andr.Unit 1 사용 예제들

공개 메소드들

메소드 설명
Load ( Assembly assembly, IDictionary settings ) : bool

Loads the tests found in an Android.NUnitLite

Load ( string assemblyName, IDictionary settings ) : bool

Loads the tests found in an Android.NUnitLite

NUnitLiteTestAssemblyRunner ( ITestAssemblyBuilder builder ) : System

Initializes a new instance of the NUnitLiteTestAssemblyRunner class.

Run ( ITestListener listener, ITestFilter filter ) : ITestResult

Run selected tests and return a test result. The test is run synchronously, and the listener interface is notified as it progresses.

메소드 상세

Load() 공개 메소드

Loads the tests found in an Android.NUnitLite
public Load ( Assembly assembly, IDictionary settings ) : bool
assembly System.Reflection.Assembly
settings IDictionary Dictionary of option settings for loading the Android.NUnitLite
리턴 bool

Load() 공개 메소드

Loads the tests found in an Android.NUnitLite
public Load ( string assemblyName, IDictionary settings ) : bool
assemblyName string File name of the Android.NUnitLite to load
settings IDictionary Dictionary of option settings for loading the Android.NUnitLite
리턴 bool

NUnitLiteTestAssemblyRunner() 공개 메소드

Initializes a new instance of the NUnitLiteTestAssemblyRunner class.
public NUnitLiteTestAssemblyRunner ( ITestAssemblyBuilder builder ) : System
builder ITestAssemblyBuilder The builder.
리턴 System

Run() 공개 메소드

Run selected tests and return a test result. The test is run synchronously, and the listener interface is notified as it progresses.
public Run ( ITestListener listener, ITestFilter filter ) : ITestResult
listener ITestListener Interface to receive EventListener notifications.
filter ITestFilter A test filter used to select tests to be run
리턴 ITestResult