ScalaTest
ScalaTest is one of the popular unit testing frameworks for Scala-based projects. It is an open source, free software released under the Apache 2.0 license, developed by Bill Venners and Artima. It also supports the unit testing of Java-based applications.
It supports multiple testing styles, such as WordSpec, FlatSpec, FreeSpec, and PropSpec. We can choose the right spec to suit our project requirements.
ScalaTest's latest stable version is 3.0.4, and we can find its documentation at http://doc.scalatest.org/3.0.1/#package. Its official website is www.scalatest.org, and its source code is available at https://github.com/scalatest/scalatest.
If we want to use this library in our Scala-SBT-based applications, we should add the following ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access