Registry / testing / scalatest-3-0-0-rc3

scalatest-3-0-0-rc3

JSON →
library3.2.8javamavenunverified

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

<dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_3.0.0-RC3</artifactId> <version>3.2.8</version> </dependency>
INSTALL
IMPORT
SIG · SCALATEST-3-0-0-RC
S
scalatest-3-0-0-rc3
testingjavav3.2.8
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

Write a flat-style test using ScalaTest's AnyFlatSpec.

import org.scalatest.flatspec.AnyFlatSpec class ExampleSpec extends AnyFlatSpec { "A Stack" should "pop values in last-in-first-out order" in { val stack = new Stack[Int] stack.push(1) stack.push(2) assert(stack.pop() === 2) assert(stack.pop() === 1) } }
Debug
Known issues
breakingScalaTest 3.2.x is not compatible with Scala 3.0.0-RC3; use the correct version for your Scala compiler.
fix
Use scalatest_3 for Scala 3, or scalatest_2.13 for Scala 2.13.
affects: >=3.2.0
Upgrade
Version history
3.2.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
scalatest-3-0-0-rc3 — mvn dependency:get scalatest-3-0-0-rc3 · libregistry