Registry / testing / scalatest-2-9-0-1

scalatest-2-9-0-1

JSON →
library1.9.2javamavenunverified

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

<dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_2.9.0-1</artifactId> <version>1.9.2</version> </dependency>
INSTALL
IMPORT
SIG · SCALATEST-2-9-0-1
S
scalatest-2-9-0-1
testingjavav1.9.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

Shows a simple test using ScalaTest's FunSuite style.

import org.scalatest.FunSuite; class MyTest extends FunSuite { test("addition") { assert(1 + 1 == 2); } }
Debug
Known issues
breakingScalaTest 1.9.2 is outdated; consider upgrading to a newer version for better compatibility and features.
fix
Upgrade to the latest ScalaTest version (e.g., 3.2.x) and adjust imports accordingly.
affects: <=1.9.2
Upgrade
Version history
1.9.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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