Scala Book
sbt and ScalaTest
Language
Outdated Notice
Info: JavaScript is currently disabled, code tabs will still work, but preferences will not be remembered.
In the next few lessons you’ll see a couple of tools that are commonly used in Scala projects:
- The sbt build tool
- ScalaTest, a code testing framework
We’ll start by showing how to use sbt, and then you’ll see how to use ScalaTest and sbt together to build and test your Scala projects.