C# Class MonoTouch.NUnit.UI.WatchOSRunner

Inheritance: BaseTouchRunner
Afficher le fichier Open project: spouliot/Touch.Unit

Méthodes protégées

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

Private Methods

Méthode Description
exit ( int code ) : void

Method Details

ExecuteOnMainThread() protected méthode

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

TerminateWithSuccess() protected méthode

protected TerminateWithSuccess ( ) : void
Résultat void

WriteDeviceInformation() protected méthode

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