Version: 5.5

EditorTestsWithLogParser

class in UnityEditor.EditorTestsRunner

Switch to Manual

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.