C# 클래스 UnityEditor.EditorTestsRunner.EditorTestResult

상속: EditorTestResultBase, ITestResult
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
GetResultText ( ) : string
IsVisible ( FilteringOptions options ) : bool
SetTestInfo ( EditorTestInfo editorTestInfo ) : void
SetTestMethod ( NUnit.Core.TestMethod testMethod ) : void
Update ( ITestResult source, bool outdated ) : void

메소드 상세

GetResultText() 공개 메소드

public GetResultText ( ) : string
리턴 string

IsVisible() 공개 메소드

public IsVisible ( FilteringOptions options ) : bool
options FilteringOptions
리턴 bool

SetTestInfo() 공개 메소드

public SetTestInfo ( EditorTestInfo editorTestInfo ) : void
editorTestInfo EditorTestInfo
리턴 void

SetTestMethod() 공개 메소드

public SetTestMethod ( NUnit.Core.TestMethod testMethod ) : void
testMethod NUnit.Core.TestMethod
리턴 void

Update() 공개 메소드

public Update ( ITestResult source, bool outdated ) : void
source ITestResult
outdated bool
리턴 void