Testing scala classes and controllers
This article discusses different approaches for testing classes, services, and PlayFramework controllers using scalatest.
Setting up the project dependencies
First step is to add to build.sbt
the next dependency:
1"org.scalatest" %% …