Registry / testing / scalatest-wordspec-2-12

scalatest-wordspec-2-12

JSON →
library3.2.19javamavenunverified

Provides the WordSpec style for writing Scala tests with descriptive words.

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

Write a test using WordSpec style.

import org.scalatest.wordspec.AnyWordSpec class MySpec extends AnyWordSpec { "A Set" when { "empty" should { "have size 0" in { assert(Set.empty.size == 0) } } } }
Debug
Known issues
breakingScala version suffix (_2.12) indicates compatibility with Scala 2.12; mixing with other Scala versions may cause compilation errors.
fix
Ensure all ScalaTest dependencies use the same Scala version suffix.
affects: all
Upgrade
Version history
3.2.19latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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