C# 클래스 CrossPlatform.AbstractSetup

파일 보기 프로젝트 열기: xamarin-automation-service/uitest-pop-example

보호된 프로퍼티들

프로퍼티 타입 설명
app IApp
platform System.Platform

공개 메소드들

메소드 설명
AbstractSetup ( System.Platform platform ) : System

보호된 메소드들

메소드 설명
EnterTask ( string name, string notes = null ) : void

비공개 메소드들

메소드 설명
BeforeEachTest ( ) : void

메소드 상세

AbstractSetup() 공개 메소드

public AbstractSetup ( System.Platform platform ) : System
platform System.Platform
리턴 System

EnterTask() 보호된 메소드

protected EnterTask ( string name, string notes = null ) : void
name string
notes string
리턴 void

프로퍼티 상세

app 보호되어 있는 프로퍼티

protected IApp app
리턴 IApp

platform 보호되어 있는 프로퍼티

protected Platform,System platform
리턴 System.Platform