Method DisableFailOnErrorMessages
DisableFailOnErrorMessages()
This method disables test failures caused by logging error|exception messages from the executing code. PolySpatial may log these types of messages without throwing an exception, which will cause tests to fail. Note that this function needs to be called from test methods individually; it cannot be set globally from pre/post-test methods, like SetUp or TearDown; it only applies to that method's scope. See Class documentation for more information: https://docs.unity3d.com/Packages/com.unity.test-framework@2.0/api/UnityEngine.TestTools.LogAssert.html TODO: remove this workaround if JIRA addressed: https://jira.unity3d.com/browse/LXR-250
Declaration
protected void DisableFailOnErrorMessages()