Registry / testing / scalatest-2-10

scalatest-2-10

JSON →
library3.2.19javamavenunverified

ScalaTest is a testing framework for Scala and Java applications.

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

Defines a simple test suite using AnyFunSuite.

import org.scalatest.funsuite.AnyFunSuite class ExampleSuite extends AnyFunSuite { test("addition") { assert(1 + 1 == 2) } }
Debug
Known issues
breakingScalaTest 3.x requires Scala 2.13 or 3.x; version 2.10 is outdated.
fix
Use scalatest_2.13 or scalatest_3 for modern Scala versions.
affects: >=3.0.0
Upgrade
Version history
3.2.19latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources