Legacy Documentation: Version 5.4
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

ITestRunnerCallback

interface in UnityEditor.EditorTests

Description

Callback for the editor tests runner.

Public Functions

RunFinishedThe run was finished.
RunFinishedExceptionThe run was interrupted by an exception.
RunStartedThe run has started.
TestFinishedA test has been finished.
TestStartedA test has been started.