Testing framework for Scala and Java applications with support for multiple testing styles.
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.12.0-RC1</artifactId>
<version>3.0.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Define a simple test suite using FunSuite style.
Use ScalaTest version matching your Scala version (e.g., 3.2.x for Scala 2.13).
No dependency data recorded yet.