C# Class MonoTouch.NUnit.UI.WatchOSRunner

Inheritance: BaseTouchRunner
Exibir arquivo Open project: spouliot/Touch.Unit

Protected Methods

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

Private Methods

Method Description
exit ( int code ) : void

Method Details

ExecuteOnMainThread() protected method

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

TerminateWithSuccess() protected method

protected TerminateWithSuccess ( ) : void
return void

WriteDeviceInformation() protected method

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