C# 클래스 MonoTouch.NUnit.UI.WatchOSRunner

상속: BaseTouchRunner
파일 보기 프로젝트 열기: spouliot/Touch.Unit

보호된 메소드들

메소드 설명
ExecuteOnMainThread ( System.Action action ) : void
TerminateWithSuccess ( ) : void
WriteDeviceInformation ( TextWriter writer ) : void

비공개 메소드들

메소드 설명
exit ( int code ) : void

메소드 상세

ExecuteOnMainThread() 보호된 메소드

protected ExecuteOnMainThread ( System.Action action ) : void
action System.Action
리턴 void

TerminateWithSuccess() 보호된 메소드

protected TerminateWithSuccess ( ) : void
리턴 void

WriteDeviceInformation() 보호된 메소드

protected WriteDeviceInformation ( TextWriter writer ) : void
writer System.IO.TextWriter
리턴 void