Registry / testing / scalatest-2-12-0-rc2

scalatest-2-12-0-rc2

JSON →
library3.0.0javamavenunverified

A testing framework for Scala and Java applications, supporting multiple testing styles.

<dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_2.12.0-RC2</artifactId> <version>3.0.0</version> </dependency>
INSTALL
IMPORT
SIG · SCALATEST-2-12-0-R
S
scalatest-2-12-0-rc2
testingjavav3.0.0
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 basic ScalaTest FunSuite test example.

import org.scalatest.FunSuite; class ExampleTest extends FunSuite { test("example") { assert(1 + 1 == 2) } }
Debug
Known issues
breakingThis version targets Scala 2.12.0-RC2; ensure compatibility with your Scala version.
fix
Use the appropriate ScalaTest version for your Scala release (e.g., scalatest_2.12 for Scala 2.12.x).
affects: 3.0.0
Upgrade
Version history
3.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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