In this section, we will discuss how to unit test Play Framework components, using ScalaTest and its associated ScalaTest Plus unit testing frameworks.
Unit testing Play Framework components
Test HelloWorld without using DI Controller
In this section, we are going to refer play-scala-helloworld-app Play Scala-based HelloWorld application available in the Chapter-6 folder from the GitHub repository (
The rest of the chapter is locked