A Scala testing framework providing the FunSuite style for writing concise and expressive tests.
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest-funsuite_2.12</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.
Defines a test suite using AnyFunSuite.
Use the appropriate artifact for your Scala version (e.g., scalatest-funsuite_2.13).
No dependency data recorded yet.