The Scala testing framework
ScalaTest is a testing framework for Scala, which can test either Scala or Java code.
It supports a number of different testing styles, as JUnit, TestNG, FunSuite (For test-driven development), Spec (for behaviour driven development) and FeatureSpec (for functional, integration, or acceptance testing).