Registry / testing / scalatest-2-10-0

scalatest-2-10-0

JSON →
library2.0.M5javamavenunverified

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

<dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_2.10.0</artifactId> <version>2.0.M5</version> </dependency>
INSTALL
IMPORT
SIG · SCALATEST-2-10-0
S
scalatest-2-10-0
testingjavav2.0.M5
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
breakingVersion 2.0.M5 is a milestone release; consider using a stable version like 3.2.x.
fix
Upgrade to a stable release of ScalaTest.
affects: 2.0.M5
Upgrade
Version history
2.0.M5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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