Registry / testing / scalatest-shouldmatchers-3

scalatest-shouldmatchers-3

JSON →
library3.2.20javamavenunverified

ScalaTest module providing should-style matchers for Scala 3.

<dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest-shouldmatchers_3</artifactId> <version>3.2.20</version> </dependency>
INSTALL
IMPORT
SIG · SCALATEST-SHOULDMA
S
scalatest-shouldmatchers-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.

Matchers
org.scalatest.matchers.should.Matchers

Basic usage of should matchers in a ScalaTest spec.

import org.scalatest.matchers.should.Matchers._ class ExampleSpec extends AnyFlatSpec with Matchers { "A test" should "pass" in { 1 should be (1) } }
Debug
Known issues
breakingScala 3 only; not compatible with Scala 2.
fix
Use scalatest-shouldmatchers_2.13 for Scala 2 projects.
affects: >=3.0.0
Upgrade
Version history
3.2.20latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
scalatest-shouldmatchers-3 — mvn dependency:get scalatest-shouldmatchers-3 · libregistry