To celebrate the 1.0 release of ScalaTest, this page has been promoted to a website. For all things ScalaTest, from now on please visit:
http://www.scalatest.org/
ScalaTest 1.0 has many new features, including:
- improved JUnit integration
- improved integration with JMock, EasyMock, and Mockito
- three new core BDD traits:
FlatSpec, WordSpec, and FeatureSpec
- a
GivenWhenThen trait that lets you add documentation to tests that also shows up in reports
- several new
FixtureSuite traits that facilitate the functional style of passing fixtures into tests
- color text output
- reports that can be reordered into sequential order after a concurrent run
- a
Conductor class that facilitates multi-threaded testing of concurrency abstractions
You can browse the ScalaDoc for the 1.0 here:
http://www.scalatest.org/scaladoc/doc-1.0
You can download the ScalaTest 1.0 release (for Scala 2.7.3 or higher) from here:
http://www.scalatest.org/download
Or for Maven users, from the scala-tools.org repository:
- group id: org.scalatest
- artifact id: scalatest
- version: 1.0
You can also download a version of ScalaTest 1.0-SNAPSHOT compiled for Scala 2.8 from the
scala-tools.org repository:
- group id: org.scalatest
- artifact id: scalatest
- version: 1.0-for-scala-2.8.0-SNAPSHOT