C# Class MonoTouch.NUnit.UI.BaseTouchRunner

Inheritance: ITestListener
Mostra file Open project: spouliot/Touch.Unit Class Usage Examples

Private Properties

Property Type Description
AddSuite bool
SelectHostName string

Public Methods

Method Description
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

Protected Methods

Method Description
ExecuteOnMainThread ( System.Action action ) : void
TerminateWithSuccess ( ) : void
WriteDeviceInformation ( TextWriter writer ) : void

Private Methods

Method Description
AddSuite ( TestSuite ts ) : bool
SelectHostName ( string names, int port ) : string

Method Details

Add() public method

public Add ( Assembly assembly ) : void
assembly System.Reflection.Assembly
return void

Add() public method

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

AutoRun() public method

public AutoRun ( ) : void
return void

CloseWriter() public method

public CloseWriter ( ) : void
return void

ExecuteOnMainThread() protected abstract method

protected abstract ExecuteOnMainThread ( System.Action action ) : void
action System.Action
return void

Load() public method

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

Load() public method

public Load ( string assemblyName, IDictionary settings ) : bool
assemblyName string
settings IDictionary
return bool

LoadSync() public method

public LoadSync ( ) : void
return void

OpenWriter() public method

public OpenWriter ( string message ) : bool
message string
return bool

Run() public method

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

Run() public method

public Run ( ) : void
return void

TerminateWithSuccess() protected method

protected TerminateWithSuccess ( ) : void
return void

TestFinished() public method

public TestFinished ( ITestResult r ) : void
r ITestResult
return void

TestOutput() public method

public TestOutput ( NUnit.Framework.Api.TestOutput testOutput ) : void
testOutput NUnit.Framework.Api.TestOutput
return void

TestStarted() public method

public TestStarted ( ITest test ) : void
test ITest
return void

WriteDeviceInformation() protected abstract method

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