February 2018
Intermediate to advanced
552 pages
13h 46m
English
ScalaTest Plus is also a unit testing framework. It is an extension of ScalaTest and integrates other libraries with ScalaTest to make it easier to test code using those libraries. The first such integration library is ScalaTest + Play, that is, org.scalatestplus.play.
We can find more details about this library at http://www.scalatest.org/plus, and its source is available at https://github.com/playframework/scalatestplus-play. As of now, its stable latest version is 3.1.2.
In simple words, ScalaTest + Play provides integration support between ScalaTest and the Play Framework.
If we want to use this library in our Play Framework ...