- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
ANNOUNCE: ScalaTest 0.9.4
Sat, 2008-12-27, 20:35
Hi All,
Christmas Eve I finally released another version of ScalaTest. This is
the version, 0.9.4, which is described in Programming in Scala and
makes all the code shown in the book work. It's main addition is a
Spec trait, which is the beginnings of behavior-driven development
support in ScalaTest, and a PrivateMethodTester trait that facilitates
testing private methods. There are no matchers as yet. These will be
in the next release. There are also a few deprecations, so if you have
existing ScalaTest code you may want to look and see if anything
should be adjusted. I do plan to eventually remove the deprecated
things. You can download 0.9.4 here:
http://www.artima.com/scalatest
I made an announcement blog post here:
http://www.artima.com/weblogs/viewpost.jsp?thread=245958
And also posted about Dashers here:
http://www.artima.com/weblogs/viewpost.jsp?thread=245965
I'm most likely going to remove Dashers, which are already deprecated,
but am open to feedback about them in the forum for that blog post.
Thanks.
Bill
----
Bill Venners
Artima, Inc.
http://www.artima.com/