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

scalatest-2-13-0-m2

JSON →
library3.0.5javamavenunverified

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

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

AnyFlatSpec
org.scalatest.flatspec.AnyFlatSpec

A simple ScalaTest flat spec example.

import org.scalatest.flatspec.AnyFlatSpec class ExampleSpec extends AnyFlatSpec { "A Stack" should "pop values in last-in-first-out order" in { val stack = new scala.collection.mutable.Stack[Int] stack.push(1) stack.push(2) assert(stack.pop() === 2) assert(stack.pop() === 1) } }
Debug
Known issues
breakingThis version targets Scala 2.13.0-M2, a milestone release; not compatible with stable Scala 2.13.x.
fix
Use a stable Scala version and corresponding ScalaTest version (e.g., scalatest_2.13 for Scala 2.13.x).
affects: 3.0.5
Upgrade
Version history
3.0.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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