Registry / testing / scalatest-2-9-2

scalatest-2-9-2

JSON →
library1.9.2javamavenunverified

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

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

Defines a test suite using FunSuite style.

import org.scalatest.FunSuite class MySuite extends FunSuite { test("addition") { assert(1 + 1 == 2) } }
Debug
Known issues
breakingThis version is for Scala 2.9.2; newer Scala versions require different artifacts.
fix
Use scalatest_2.13 or scalatest_3 for modern Scala versions.
affects: >=1.0.0
Upgrade
Version history
1.9.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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