ScalaTest is a testing framework for Scala, supporting multiple testing styles and integration with various tools.
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.13.0-M5</artifactId>
<version>3.0.7</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal test suite using FunSuite style
Use scalatest_2.13 with version 3.2.x for stable Scala 2.13.
No dependency data recorded yet.