ScalaTest

ScalaTest quick start

ScalaTest supports different styles of testing. What's your preference?

If you are a JUnit user, and want to write JUnit tests in Scala, see:

If you are a TestNG user, and want to write TestNG tests in Scala, see:

If you like Behavior-Driven Development (BDD), see:

If you want to do functional, integration, or acceptance testing, see:

Otherwise, a good way to get started is with FunSuite:

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