#Scala Test-Driven Development This is the code repository for Scala Test-Driven Development, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish. ##Instructions and Navigations All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.
The code will look like the following:
test("one plus one with result") {
val two = 2
assertResult(two) { 1 + 1 }
}
The following software is recommended for use with this book:
-
Scala
-
SBT
-
IntelliJ or Eclipse IDE
##Related Products
-
Scala Data Analysis Cookbook ###Suggestions and Feedback Click here if you have any feedback or suggestions.