Skip to content

PacktPublishing/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

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781786464675

About

Scala Test Driven Development published by PACKT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published