Registry / testing / scalatest-3-0-0-m3

scalatest-3-0-0-m3

JSON →
library3.2.3javamavenunverified

ScalaTest is a testing framework for Scala and Java.

<dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_3.0.0-M3</artifactId> <version>3.2.3</version> </dependency>
INSTALL
IMPORT
SIG · SCALATEST-3-0-0-M3
S
scalatest-3-0-0-m3
testingjavav3.2.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AnyFunSuite
org.scalatest.funsuite.AnyFunSuite

Define a simple test suite using ScalaTest

import org.scalatest.funsuite.AnyFunSuite class ExampleSuite extends AnyFunSuite { test("addition") { assert(1 + 1 == 2) } }
Debug
Known issues
breakingVersion 3.2.3 targets Scala 3.0.0-M3, which is a milestone release and not binary compatible with later Scala 3 versions.
fix
Use a stable Scala 3 release (e.g., 3.0.0 or later) and corresponding ScalaTest version (e.g., 3.2.10+).
affects: <=3.2.3
Upgrade
Version history
3.2.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Resources
scalatest-3-0-0-m3 — mvn dependency:get scalatest-3-0-0-m3 · libregistry