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

scalatest-2-13-0-m3

JSON →
library3.0.5-M1javamavenunverified

A testing framework for Scala and Java applications.

<dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_2.13.0-M3</artifactId> <version>3.0.5-M1</version> </dependency>
INSTALL
IMPORT
SIG · SCALATEST-2-13-0-M
S
scalatest-2-13-0-m3
testingjavav3.0.5-M1
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

Write a simple test using ScalaTest's FunSuite.

import org.scalatest.FunSuite class MySuite extends FunSuite { test("addition") { assert(1 + 1 == 2) } }
Debug
Known issues
gotchaThis version targets Scala 2.13.0-M3, which is a milestone release; use stable Scala versions for production.
fix
Use scalatest_2.13 for stable Scala 2.13.x.
affects: 3.0.5-M1
Upgrade
Version history
3.0.5-M1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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