ScalaTest is a testing framework for Scala and Java, supporting multiple styles like FlatSpec, FunSuite, and WordSpec.
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_3</artifactId>
<version>3.2.20</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows a simple FlatSpec test in Scala.
Ensure you use the correct artifact for your Scala version (e.g., scalatest_2.13 for Scala 2.13).
No dependency data recorded yet.