C# 클래스 UnityEditor.EditorTestsRunner.DefaultVerboseTestLogger

상속: ITestRunnerCallback
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled

공개 메소드들

메소드 설명
RunFinished ( ) : void
RunFinishedException ( Exception exception ) : void
RunStarted ( string suiteName, int testCount ) : void
TestFinished ( ITestResult testResult ) : void
TestStarted ( string fullName ) : void

메소드 상세

RunFinished() 공개 메소드

public RunFinished ( ) : void
리턴 void

RunFinishedException() 공개 메소드

public RunFinishedException ( Exception exception ) : void
exception System.Exception
리턴 void

RunStarted() 공개 메소드

public RunStarted ( string suiteName, int testCount ) : void
suiteName string
testCount int
리턴 void

TestFinished() 공개 메소드

public TestFinished ( ITestResult testResult ) : void
testResult ITestResult
리턴 void

TestStarted() 공개 메소드

public TestStarted ( string fullName ) : void
fullName string
리턴 void