ScalaTest/Scalactic 3.0.9 Release Notes

ScalaTest/Scalactic 3.0.9 (for Scala 2.10, 2.11, 2.12, and 2.13) includes the enhancements and bug fixes listed below. No source code using ScalaTest/Scalactic 3.0 or higher should break, but from any version other than other 3.0.x releases (with which this release is binary compatible), you will likely need to do a clean build to upgrade. Also, because 3.0.6 was accidentally not binary compatible with 3.0.5, you may need to do a clean build to upgrade from 3.0.6.

For information on how to include ScalaTest in your project, see the install page. For information on how to use Scalactic in your production code, see its install page.



ScalaTest


Bug Fixes

  • Only expect non-filtered Async tests to be reported as completed in AsyncEngine, ParallelTestExecution and RandomTestOrder, which causes incorrect test count reported.
  • In SuiteSortingReporter, only remove suite reporter after the SuiteCompleted event is reported correctly.

Improvements

  • Updated scala-js version to 0.6.33.
  • Updated scalacheck version to 1.14.3.
  • Rewritten SuiteSortingReporter and TestSortingReporter to create timer instance only when required, avoiding creating the timer thread when it is not needed.
  • Changed SuiteRunner so that the behavior of handling fatal error in parallel execution is consistent with execution in serial.

Deprecations

ScalaTest 3.0.9 contains no new deprecations.



Scalactic


Improvements

  • Improved support for Symbol in Prettifier and PrivateMethodTester.
  • Updated scala-js version to 0.6.33.


Visit ScalaTest Release Notes for links to the release notes of all previous versions, or step back in time by visiting the release notes for the previous version.

ScalaTest is brought to you by Bill Venners and Artima.
ScalaTest is free, open-source software released under the Apache 2.0 license.

If your company loves ScalaTest, please consider sponsoring the project.

Copyright © 2009-2024 Artima, Inc. All Rights Reserved.

artima