ScalaTest

About ScalaTest

ScalaTest was written by Bill Venners, George Berger, Josh Cough, 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:

  • Mark Brouwer
  • Chua Chee Seng
  • Chris Daily
  • Matt Gerrans
  • John Mitchel
  • Frank Sommers
Several people have helped with ScalaTest, including:
  • Corey Haines
  • Colin Howe
  • Dianne Marsh
  • Joel Neely
  • Jon-Anders Teigen
  • Daniel Watson

You can get the source code from SVN here:

https://scalatest.dev.java.net/source/browse/scalatest/

The command, if you don't have a java.net account, is:

svn checkout https://scalatest.dev.java.net/svn/scalatest/trunk/app scalatest --username guest

The password for guest is empty, so just hit return if prompted for a password. This command will build and run most of the tests:

$ ant test

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 Artima, Inc. All Rights Reserved.

artima