C# Class MonoTouch.NUnit.UI.TouchRunner

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

Private Properties

Property Type Description
Credits void
GetViewController UIViewController
Options void
Setup TestCaseElement
Setup TestSuiteElement
TouchRunner System
objc_msgSend IntPtr

Public Methods

Method Description
Show ( TestSuite suite ) : void
TestFinished ( ITestResult r ) : void

Protected Methods

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

Private Methods

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

protected ExecuteOnMainThread ( Action action ) : void
action Action
return void

Show() public method

public Show ( TestSuite suite ) : void
suite TestSuite
return void

TerminateWithSuccess() protected method

protected TerminateWithSuccess ( ) : void
return void

TestFinished() public method

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

WriteDeviceInformation() protected method

protected WriteDeviceInformation ( TextWriter writer ) : void
writer TextWriter
return void