The Artima Developer Community
Sponsored Link

Artima Developer Spotlight Forum
ScalaTest 1.5 Released

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Bill Venners

Posts: 2284
Nickname: bv
Registered: Jan, 2002

ScalaTest 1.5 Released Posted: May 30, 2011 4:38 PM
Reply to this message Reply
Advertisement

Today Artima released ScalaTest 1.5 for Scala 2.8.1. This release includes quite a few enhancements, including enhanced support for property-based testing; two new style traits, PropSpec and FreeSpec; nested, specification-style output for all styles; and many other enhancements.

You can download a zip file here:

http://www.scalatest.org/download

Or grab it from scala-tools.org via:

group id: org.scalatest
artifact id: scalatest_2.8.1
version: 1.5

Or sbt:

val scalatest = "org.scalatest" % "scalatest_2.8.1" % "1.5"

Detailed release notes are here:

http://www.scalatest.org/release_notes

No existing source code should break with this release, other than possibly through features that had been deprecated for several releases (most were deprecated in ScalaTest 1.0) that were removed in 1.5. Users will need to recompile their tests, but should not need to make any other changes to upgrade (though it might be a good idea to fix any deprecation warnings prior to upgrading.)

The enhancements released as 1.5 for Scala 2.8.1 are currently available for Scala 2.9.0 only through ScalaTest 1.6-SNAPSHOT. A release candidate for ScalaTest 1.6 should be published very soon.

These blog posts previewed some of new features in this release:

ScalaTest Property Checks Preview
http://www.artima.com/weblogs/viewpost.jsp?thread

ScalaTest PropSpec and FreeSpec Preview
http://www.artima.com/weblogs/viewpost.jsp?thread=325537

Introducing the ScalaTest Shell: a DSL for the Scala Interpreter
http://www.artima.com/weblogs/viewpost.jsp?thread=326389

Topic: ScalaTest 1.6.1.RC1 for Scala 2.9.0 Released Previous Topic   Next Topic Topic: Programming in Scala, First Edition, Now in HTML

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use