com.unity.test-framework 1.1.22

com.unity.test-framework

Notes: processedReleased January 22, 2021

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.2 (0a10)

Package Dependencies

🔄 Changes

  • Fixed issue where test result of an explicit test was set to skipped in case it was passing and running from command line with testfilter set to the explicit test (DS-1236).
  • Fixed an issue where tests located in assemblies that did not directly reference any test assemblies were not included (DSTR-30).
  • Fixed an issue where UnitySetup methods were incorrectly being rerun when entering playmode, rather than being skipped (DSTR-68).
  • Internal: Remove ##utp message AssemblyCompilationErrors (DS-1277)
  • Fixed issue where if the timeout was exceeded in SetUp the timeout exception was not thrown(DSTR-21).
  • Removed ability to `Enable playmode tests for all assemblies` from the TestRunner UI, since it is a deprecated behavior. It enforces to use of assembly definition files (DSTR-45).
  • Fixed typo in `LogAssert.cs` documentation.