Registry / testing / scalatest-wordspec-3

scalatest-wordspec-3

JSON →
library3.2.20javamavenunverified

A ScalaTest style trait for writing specification-style tests using words like 'should' and 'must'.

<dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest-wordspec_3</artifactId> <version>3.2.20</version> </dependency>
INSTALL
IMPORT
SIG · SCALATEST-WORDSPEC
S
scalatest-wordspec-3
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

Minimal WordSpec test example

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

No known issues recorded.

Upgrade
Version history
3.2.20latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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