Namespace Tests.Runtime.PolySpatialTest.Base
Classes
PolySpatialFunctionalTest
A PolySpatial functional test base class, used for testing PolySpatial components such as PolySpatialMeshRenderer and PolySpatialLight in an integrated environment. It contains shared variables and default values for common attributes and properties, as well as helper methods for functional testing.
PolySpatialRuntimeSetup
PolySpatialRuntimeTest
A singleton class to store PolySpatial related values for the duration of a test or test fixture, such as PolySpatialSetting flags. Used with custom PolySpatialRuntimeSetup attributes, PolySpatial property values are captured and restored before/after test setup/teardown.
PolySpatialTest
An abstract PolySpatial test class with common attributes and methods. This is an implicit TestFixture class since it contains a UnityTearDown method.