ScalaTest 2.1.3 is a maintenance release for the 2.1.x series that includes five enhancements and a bug fix. No source code using ScalaTest 2.0+ should break, but you will likely need to do a clean build to upgrade from 2.0. However, 2.1.3 is binary compatible with 2.1.0, 2.1.1, and 2.1.2, so you can just change the version number in your build to upgrade from earlier 2.1.x releases.
Prettifier.default
to handle scala.xml.NodeSeq
and scala.xml.NodeBuffer
.Prettifier.default
to handle object that has class type Fred extends Seq[Fred]
.Prettifier.default
to use stringPrefix
for better performance.-t
argument support to sbt integration.Runner
command line arguments that do not take a suffix. This will give a better error message if someone enters -z"database"
instead of -z "database"
.assert
macro (issue 276).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.