C# Class MonoTouch.NUnit.UI.BaseTouchRunner

Inheritance: ITestListener
Afficher le fichier Open project: spouliot/Touch.Unit Class Usage Examples

Private Properties

Свойство Type Description
AddSuite bool
SelectHostName string

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
ExecuteOnMainThread ( System.Action action ) : void
TerminateWithSuccess ( ) : void
WriteDeviceInformation ( TextWriter writer ) : void

Private Methods

Méthode Description
AddSuite ( TestSuite ts ) : bool
SelectHostName ( string names, int port ) : string

Method Details

Add() public méthode

public Add ( Assembly assembly ) : void
assembly System.Reflection.Assembly
Résultat void

Add() public méthode

public Add ( Assembly assembly, IList fixtures ) : void
assembly System.Reflection.Assembly
fixtures IList
Résultat void

AutoRun() public méthode

public AutoRun ( ) : void
Résultat void

CloseWriter() public méthode

public CloseWriter ( ) : void
Résultat void

ExecuteOnMainThread() protected abstract méthode

protected abstract ExecuteOnMainThread ( System.Action action ) : void
action System.Action
Résultat void

Load() public méthode

public Load ( Assembly assembly, IDictionary settings ) : bool
assembly System.Reflection.Assembly
settings IDictionary
Résultat bool

Load() public méthode

public Load ( string assemblyName, IDictionary settings ) : bool
assemblyName string
settings IDictionary
Résultat bool

LoadSync() public méthode

public LoadSync ( ) : void
Résultat void

OpenWriter() public méthode

public OpenWriter ( string message ) : bool
message string
Résultat bool

Run() public méthode

public Run ( Test test ) : NUnit.Framework.Internal.TestResult
test Test
Résultat NUnit.Framework.Internal.TestResult

Run() public méthode

public Run ( ) : void
Résultat void

TerminateWithSuccess() protected méthode

protected TerminateWithSuccess ( ) : void
Résultat void

TestFinished() public méthode

public TestFinished ( ITestResult r ) : void
r ITestResult
Résultat void

TestOutput() public méthode

public TestOutput ( NUnit.Framework.Api.TestOutput testOutput ) : void
testOutput NUnit.Framework.Api.TestOutput
Résultat void

TestStarted() public méthode

public TestStarted ( ITest test ) : void
test ITest
Résultat void

WriteDeviceInformation() protected abstract méthode

protected abstract WriteDeviceInformation ( TextWriter writer ) : void
writer System.IO.TextWriter
Résultat void