C# Class UnityEditor.TestTools.TestRunner.CommandLineTest.ExitCallbacks

Inheritance: ScriptableObject, IErrorCallbacks
Exibir arquivo Open project: unsettledgames/castle-generator

Public Methods

Method Description
RunFinished ( ITestResultAdaptor testResults ) : void
RunStarted ( ITestAdaptor testsToRun ) : void
TestFinished ( ITestResultAdaptor result ) : void
TestStarted ( ITestAdaptor test ) : void

Method Details

RunFinished() public method

public RunFinished ( ITestResultAdaptor testResults ) : void
testResults ITestResultAdaptor
return void

RunStarted() public method

public RunStarted ( ITestAdaptor testsToRun ) : void
testsToRun ITestAdaptor
return void

TestFinished() public method

public TestFinished ( ITestResultAdaptor result ) : void
result ITestResultAdaptor
return void

TestStarted() public method

public TestStarted ( ITestAdaptor test ) : void
test ITestAdaptor
return void