com.unity.test-framework 1.1.19

com.unity.test-framework

Notes: processedReleased November 18, 2020

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.2 (0a10)

Package Dependencies

🔄 Changes

  • Command line runs with an inconclusive test result now exit with exit code 2 (case DS-951).
  • Fixed timeout during UnitySetUp which caoused test to pass instead of failing due to wrong time format.
  • Timeout exeption thrown when timeout time is exeded in the UnitySetup when using `WaitForSeconds(n)`.
  • Method marked with UnityTest that are not returning IEnumerator is now giving a proper error (DS-1059).
  • Updating `com.unity.ext.nunit` version.