Note: ScalaTest 1.1 and 1.2 basically have identical feature sets. The only difference is the Scala version they support. ScalaTest 1.1 works with Scala 2.7, and ScalaTest 1.2 with Scala 2.8. For a while we will support both 2.7 and 2.8 with new enhancements, with corresponding ScalaTest 1.1.x and 1.2.x releases. At some point we'll bump up to 1.3 and only support Scala 2.8 and beyond.
dir
attribute to ScalaTest ant task.junitxml
in the ScalaTest ant task.Tag
a concrete class (in earlier releases it was abstract), and added a Tag
companion object with an apply
method. The
abstract Tag
class enabled users to define tags with object SlowTest extends Tag("SlowTest")
. This enhancements allows
tags to also be created on the fly, for example, with Tag("SlowTest")
.ScalaTestFramework
to support sbt.
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.