com.unity.test-framework 1.1.24
Notes: processedReleased March 5, 2021
Unity Compatibility
Minimum Unity: 2019.2 (0a10)
Package Dependencies
- com.unity.ext.nunit (1.0.6)
- com.unity.modules.imgui (1.0.0)
- com.unity.modules.jsonserialize (1.0.0)
🔄 Changes
- Improving UTF documentation(DSTR-120)
- - Updated "Actions outside of tests" section of user manual. Added flow charts to clarify execution order for SetUp/TearDown, TestActions, and complete flow (DSTR-121).
- - Fixed accepted values for scriptingBackend argument to be string literals instead of int values (DSTR-122).
- - Fixed possible values of ResultState to be Passed, Failed, Skipped, Inconclusive, plus labels instead of Success and Failure (DSTR-125).
- - Added NUNit version information (DSTR-130).
- - Added namespace information for LogAsset in user manual (DSTR-124).
- - Added instructions for creating additional sets of tests (DSTR-129).
- - Added information on testResults XML output format and exit codes (DSTR-131).
- - Updated description of testPlatform command line argument to clarify accepted values and their meaning (DSTR-123).
- Reduce time taken by filtering operations when only a subset of tests is run.
- Reduced the time taken to rebuild the test tree and to scan for assets a test created but did not delete.
- Reduce the per-test overhead of running tests in the editor.
- Added profiler markers around test setup, teardown, and execution.
- Fixed unstable timeout bug (DSTR-21).
