Skip to content

rjof/Scala-Test-Driven-Development

 
 

Repository files navigation

#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

About

Scala Test Driven Development published by PACKT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • XSLT 74.5%
  • CSS 15.5%
  • Scala 9.3%
  • Gherkin 0.7%