Class PolySpatialTest
An abstract PolySpatial test class with common attributes and methods. This is an implicit TestFixture class since it contains a UnityTearDown method.
Inherited Members
Namespace: Tests.Runtime.PolySpatialTest .Base
Assembly: solution.dll
Syntax
public abstract class PolySpatialTest
Fields
Name | Description |
---|---|
m_Test |
|
m_Test |
|
m_Test |
|
m_Test |
Methods
Name | Description |
---|---|
Disable |
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 |
Tear |