C# 클래스 AWSSDK.Tests.TestDriver

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ResultsText UnityEngine.UI.Text

공개 메소드들

메소드 설명
Awake ( ) : void
OnTestFinished ( AWSConfigs hco, HashSet failedTestCases ) : void
OnTestStart ( string message ) : void

used for callback from android/ios buttons

Update ( ) : void

비공개 메소드들

메소드 설명
EnsureBackgroundExecution ( System.Action action ) : void
InitializeDriver ( ) : void
PrintResult ( string message ) : void
StartTests ( ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

OnTestFinished() 공개 메소드

public OnTestFinished ( AWSConfigs hco, HashSet failedTestCases ) : void
hco Amazon.AWSConfigs
failedTestCases HashSet
리턴 void

OnTestStart() 공개 메소드

used for callback from android/ios buttons
public OnTestStart ( string message ) : void
message string
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

ResultsText 공개적으로 프로퍼티

public Text,UnityEngine.UI ResultsText
리턴 UnityEngine.UI.Text