Registry / testing / scalatest-2-13-0-m5

scalatest-2-13-0-m5

JSON →
library3.0.7javamavenunverified

ScalaTest is a testing framework for Scala, supporting multiple testing styles and integration with various tools.

<dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_2.13.0-M5</artifactId> <version>3.0.7</version> </dependency>
INSTALL
IMPORT
SIG · SCALATEST-2-13-0-M
S
scalatest-2-13-0-m5
testingjavav3.0.7
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.

AnyFunSuite
org.scalatest.funsuite.AnyFunSuite

Minimal test suite using FunSuite style

import org.scalatest.funsuite.AnyFunSuite class MyTest extends AnyFunSuite { test("addition") { assert(1 + 1 == 2) } }
Debug
Known issues
breakingVersion 3.0.7 is for Scala 2.13.0-M5 (milestone); use stable Scala 2.13.x releases for production.
fix
Use scalatest_2.13 with version 3.2.x for stable Scala 2.13.
affects: 3.0.x
Upgrade
Version history
3.0.7latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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