ScalaTest was written by Bill Venners, George Berger, Chee Seng Chuah, and other contributors starting in late 2007. ScalaTest, which is almost exclusively written in Scala, follows and improves upon the Java code and design of Artima SuiteRunner, a testing tool also written primarily by Bill Venners, starting in 2001. Over the years a few other people contributed to SuiteRunner as well, including:
Originally, ScalaTest was hosted at java.net, but as of release 1.3 was been moved to Google Code. You can browse the source code:
http://code.google.com/p/scalatest/source/browse/
You can checkout a read-only version of the source from Google Code with this command:
svn checkout http://scalatest.googlecode.com/svn/trunk/ scalatest-read-only
This command will build and run most of the tests:
$ ant test
Issues can be submitted here:
ScalaTest is brought to you by Bill Venners, with
contributions from several other folks. It is sponsored by
Artima, Inc.
ScalaTest is free, open-source software
released under the Apache
2.0 license.
Copyright © 2009-2012 Artima, Inc. All Rights Reserved.