C# Class UnityEditor.EditorTestsRunner.DefaultVerboseTestLogger

Inheritance: ITestRunnerCallback
Exibir arquivo Open project: CarlosHBC/UnityDecompiled

Public Methods

Method Description
RunFinished ( ) : void
RunFinishedException ( Exception exception ) : void
RunStarted ( string suiteName, int testCount ) : void
TestFinished ( ITestResult testResult ) : void
TestStarted ( string fullName ) : void

Method Details

RunFinished() public method

public RunFinished ( ) : void
return void

RunFinishedException() public method

public RunFinishedException ( Exception exception ) : void
exception System.Exception
return void

RunStarted() public method

public RunStarted ( string suiteName, int testCount ) : void
suiteName string
testCount int
return void

TestFinished() public method

public TestFinished ( ITestResult testResult ) : void
testResult ITestResult
return void

TestStarted() public method

public TestStarted ( string fullName ) : void
fullName string
return void