com.unity.test-framework 1.1.33

com.unity.test-framework

Notes: processedReleased July 19, 2022

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.2 (0a10)

Package Dependencies

🔄 Changes

  • Fixed an issue where using Assert.Expect with the same string multiple times can lead to incorrect errors in some cases (DSTR-442).
  • Improved the logging when using multiple Assert.Expect that the logs appear in another order than expected (DSTR-442).
  • Moved the targetPlatform specified when running tests in the TestRunnerApi from the Filter to the ExecutionSettings (DSTR-186).
  • Fixed an issue where an inheritance of UnityPlatformAttribute which was not working (ESTT-70).
  • Fixed the log of excluded platforms which was not displaying the right information.
  • Added filename and linenumber to test finished message (DSTR-505).
  • Add the possibility of running tests in a specified order from a test list (DSTR-494).