Registry / testing / scalatest-wordspec-2-13

scalatest-wordspec-2-13

JSON →
library3.2.20javamavenunverified

WordSpec style trait for ScalaTest testing framework, compiled for Scala 2.13.

<dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest-wordspec_2.13</artifactId> <version>3.2.20</version> </dependency>
INSTALL
IMPORT
SIG · SCALATEST-WORDSPEC
S
scalatest-wordspec-2-13
testingjavav3.2.20
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.

AnyWordSpec
org.scalatest.wordspec.AnyWordSpec

Defines a test using WordSpec style.

import org.scalatest.wordspec.AnyWordSpec class ExampleSpec extends AnyWordSpec { "A Set" when { "empty" should { "have size 0" in { assert(Set.empty.size == 0) } } } }
Debug
Known issues
breakingScala 2.13 specific; incompatible with Scala 2.12 or 3.x.
fix
Use the appropriate Scala version artifact (e.g., scalatest-wordspec_2.12 or scalatest-wordspec_3).
affects: *
Upgrade
Version history
3.2.20latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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