LogAssert

class in UnityEngine.TestTools

매뉴얼로 전환

설명

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

정적 변수

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

정적 함수

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.