Registry / testing / scalatest-2-12-0-rc1

scalatest-2-12-0-rc1

JSON →
library3.0.0javamavenunverified

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>
INSTALL
IMPORT
SIG · SCALATEST-2-12-0-R
S
scalatest-2-12-0-rc1
testingjavav3.0.0
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.

FunSuite
org.scalatest.FunSuite

Define a simple test suite using FunSuite style.

import org.scalatest.FunSuite class MyTest extends FunSuite { test("addition") { assert(1 + 1 == 2) } }
Debug
Known issues
breakingScalaTest 3.0.0 is for Scala 2.12.0-RC1; incompatible with later Scala versions.
fix
Use ScalaTest version matching your Scala version (e.g., 3.2.x for Scala 2.13).
affects: =3.0.0
Upgrade
Version history
3.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
scalatest-2-12-0-rc1 — mvn dependency:get scalatest-2-12-0-rc1 · libregistry