Legacy Documentation: Version 2017.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

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

LogAssert

class in UnityEngine.TestTools

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

LogAssert allows you to expect Unity log messages that would normally cause the test to fail.

Static Variables

ignoreFailingMessagesSet this property to true to prevent unexpected error log messages from triggering an assertion. This property is set to false by default.

Static Functions

ExpectExpect a log message of a specfic type. If an error, assertion or exception log is expected, the test will not fail. The test will fail if a log message is expected but does not appear.
NoUnexpectedReceivedTriggers an assert if any logs have been received that were not expected. Returns without asserting if all logs received so far have been registered as expected.

Did you find this page useful? Please give it a rating: