ScalaTest/Scalactic 3.0.5 (for Scala 2.10, 2.11 and 2.12) 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.
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.
RefSpecLike
and fixture.SpecLike
under Scala 2.13.Framework
and ScalaTestFramework
to set spanScaleFactor
for Runner object instances for different Runners using different class loaders. This fixed a problem whereby an incorrect Runner.spanScaleFactor
could be used when the tests for multiple sbt project's were run concurrently.endsWith
regex matcher.ArgsParser
.WebBrowser
..size == 0
and .length == 0
to .isEmpty
.'C'
option to -P
, which will tell -P
to use cached thread pool.scala-js
version to 0.6.22.mockito-core
, not mockito-all
.jmock
version to 2.8.3.junit
version to 4.12.scala-parser-combinators
.shouldEqual
.ArrayOps
..size == 0
and .length == 0
to .isEmpty
.scala-js
version to 0.6.22.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-2025 Artima, Inc. All Rights Reserved.