C# Class MonoTouch.NUnit.UI.TouchRunner

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

Private Properties

Свойство Type Description
Credits void
GetViewController UIViewController
Options void
Setup TestCaseElement
Setup TestSuiteElement
TouchRunner System
objc_msgSend IntPtr

Méthodes publiques

Méthode Description
Show ( TestSuite suite ) : void
TestFinished ( ITestResult r ) : void

Méthodes protégées

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

Private Methods

Méthode Description
Credits ( ) : void
GetViewController ( ) : UIViewController
Options ( ) : void
Setup ( TestMethod test ) : TestCaseElement
Setup ( TestSuite suite ) : TestSuiteElement
TouchRunner ( UIWindow window ) : System
objc_msgSend ( IntPtr receiver, IntPtr selector ) : IntPtr

Method Details

ExecuteOnMainThread() protected méthode

protected ExecuteOnMainThread ( Action action ) : void
action Action
Résultat void

Show() public méthode

public Show ( TestSuite suite ) : void
suite TestSuite
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

WriteDeviceInformation() protected méthode

protected WriteDeviceInformation ( TextWriter writer ) : void
writer TextWriter
Résultat void