Registry / testing / scalatest-3-0-0-rc2

scalatest-3-0-0-rc2

JSON →
library3.2.7javamavenunverified

A testing toolkit for Scala and Java programmers, supporting multiple testing styles and Scala 3.

<dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_3.0.0-RC2</artifactId> <version>3.2.7</version> </dependency>
INSTALL
IMPORT
SIG · SCALATEST-3-0-0-RC
S
scalatest-3-0-0-rc2
testingjavav3.2.7
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

Demonstrates a simple test using ScalaTest's AnyFunSuite style for Scala 3.

import org.scalatest.funsuite.AnyFunSuite class ExampleTest extends AnyFunSuite { test("addition") { assert(1 + 1 == 2) } }
Debug
Known issues
breakingVersion 3.2.7 is for Scala 3.0.0-RC2; ensure your Scala version matches exactly.
fix
Use scalatest_3 for Scala 3 stable releases.
affects: 3.2.7
Upgrade
Version history
3.2.7latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
scalatest-3-0-0-rc2 — mvn dependency:get scalatest-3-0-0-rc2 · libregistry