Legacy Documentation: Version 5.4
LanguageEnglish
  • C#
  • JS

Script language

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

EditorTestsWithLogParser

class in UnityEditor.EditorTestsRunner

Description

Base class for editor tests which have the ability to assert log messages.

Public Functions

ExpectLogLineExpect a log message that matches the parameter.
ExpectLogLineRegexExpect a log message that matches the regular expression pattern.