Registry / testing / scalatest-2-12

scalatest-2-12

JSON →
library3.2.19javamavenunverified

ScalaTest is a testing tool for Scala and Java projects.

<dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_2.12</artifactId> <version>3.2.19</version> </dependency>
INSTALL
IMPORT
SIG · SCALATEST-2-12
S
scalatest-2-12
testingjavav3.2.19
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

Shows a basic test suite using AnyFunSuite.

import org.scalatest.funsuite.AnyFunSuite class ExampleSuite extends AnyFunSuite { test("addition") { assert(1 + 1 == 2) } }
Debug
Known issues
breakingVersion 3.2.19 requires Scala 2.12; incompatible with other Scala versions.
fix
Use the correct artifact for your Scala version (e.g., scalatest_2.13).
affects: *
Upgrade
Version history
3.2.19latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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