C# 클래스 TestRunnerCallback, unity-tools

Handles the test events
상속: ITestRunnerCallback
파일 보기 프로젝트 열기: NoxHarmonium/unity-tools 1 사용 예제들

공개 메소드들

메소드 설명
RunFinished ( ) : void
RunFinishedException ( System exception ) : void
RunStarted ( string suiteName, int testCount ) : void
TestFinished ( ITestResult result ) : void
TestRunnerCallback ( Action logAction, UnityTask parentTask ) : System
TestStarted ( string fullName ) : void

메소드 상세

RunFinished() 공개 메소드

public RunFinished ( ) : void
리턴 void

RunFinishedException() 공개 메소드

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

RunStarted() 공개 메소드

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

TestFinished() 공개 메소드

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

TestRunnerCallback() 공개 메소드

public TestRunnerCallback ( Action logAction, UnityTask parentTask ) : System
logAction Action
parentTask UnityTools.Threading.UnityTask
리턴 System

TestStarted() 공개 메소드

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