Registry / testing / scalatest-2-8-1

scalatest-2-8-1

JSON →
library1.7.2javamavenunverified

A free, open-source testing toolkit for Scala and Java programmers, supporting multiple testing styles.

<dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_2.8.1</artifactId> <version>1.7.2</version> </dependency>
INSTALL
IMPORT
SIG · SCALATEST-2-8-1
S
scalatest-2-8-1
testingjavav1.7.2
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

Demonstrates a simple test using ScalaTest's FunSuite style.

import org.scalatest.FunSuite; class ExampleTest extends FunSuite { test("addition") { assert(1 + 1 == 2) } }
Debug
Known issues
breakingScalaTest 1.7.2 is very old and may not be compatible with modern Scala versions.
fix
Use a newer ScalaTest version (e.g., 3.2.x) for Scala 2.13 or 3.
affects: 1.7.2
Upgrade
Version history
1.7.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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