C# 클래스 MonoTouch.NUnit.UI.BaseTouchRunner

상속: ITestListener
파일 보기 프로젝트 열기: spouliot/Touch.Unit 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddSuite bool
SelectHostName string

공개 메소드들

메소드 설명
Add ( Assembly assembly ) : void
Add ( Assembly assembly, IList fixtures ) : void
AutoRun ( ) : void
CloseWriter ( ) : void
Load ( Assembly assembly, IDictionary settings ) : bool
Load ( string assemblyName, IDictionary settings ) : bool
LoadSync ( ) : void
OpenWriter ( string message ) : bool
Run ( Test test ) : NUnit.Framework.Internal.TestResult
Run ( ) : void
TestFinished ( ITestResult r ) : void
TestOutput ( NUnit.Framework.Api.TestOutput testOutput ) : void
TestStarted ( ITest test ) : void

보호된 메소드들

메소드 설명
ExecuteOnMainThread ( System.Action action ) : void
TerminateWithSuccess ( ) : void
WriteDeviceInformation ( TextWriter writer ) : void

비공개 메소드들

메소드 설명
AddSuite ( TestSuite ts ) : bool
SelectHostName ( string names, int port ) : string

메소드 상세

Add() 공개 메소드

public Add ( Assembly assembly ) : void
assembly System.Reflection.Assembly
리턴 void

Add() 공개 메소드

public Add ( Assembly assembly, IList fixtures ) : void
assembly System.Reflection.Assembly
fixtures IList
리턴 void

AutoRun() 공개 메소드

public AutoRun ( ) : void
리턴 void

CloseWriter() 공개 메소드

public CloseWriter ( ) : void
리턴 void

ExecuteOnMainThread() 보호된 추상적인 메소드

protected abstract ExecuteOnMainThread ( System.Action action ) : void
action System.Action
리턴 void

Load() 공개 메소드

public Load ( Assembly assembly, IDictionary settings ) : bool
assembly System.Reflection.Assembly
settings IDictionary
리턴 bool

Load() 공개 메소드

public Load ( string assemblyName, IDictionary settings ) : bool
assemblyName string
settings IDictionary
리턴 bool

LoadSync() 공개 메소드

public LoadSync ( ) : void
리턴 void

OpenWriter() 공개 메소드

public OpenWriter ( string message ) : bool
message string
리턴 bool

Run() 공개 메소드

public Run ( Test test ) : NUnit.Framework.Internal.TestResult
test Test
리턴 NUnit.Framework.Internal.TestResult

Run() 공개 메소드

public Run ( ) : void
리턴 void

TerminateWithSuccess() 보호된 메소드

protected TerminateWithSuccess ( ) : void
리턴 void

TestFinished() 공개 메소드

public TestFinished ( ITestResult r ) : void
r ITestResult
리턴 void

TestOutput() 공개 메소드

public TestOutput ( NUnit.Framework.Api.TestOutput testOutput ) : void
testOutput NUnit.Framework.Api.TestOutput
리턴 void

TestStarted() 공개 메소드

public TestStarted ( ITest test ) : void
test ITest
리턴 void

WriteDeviceInformation() 보호된 추상적인 메소드

protected abstract WriteDeviceInformation ( TextWriter writer ) : void
writer System.IO.TextWriter
리턴 void