Registry / testing / scalatest-shouldmatchers-2-13

scalatest-shouldmatchers-2-13

JSON →
library3.2.20javamavenunverified

ScalaTest module providing should matchers for expressive assertions.

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

Matchers
org.scalatest.matchers.should.Matchers

Use should matchers in a ScalaTest test.

import org.scalatest.matchers.should.Matchers._ class ExampleTest extends org.scalatest.funsuite.AnyFunSuite with Matchers { test("example") { val result = 42 result should be (42) } }
Debug
Known issues
breakingScalaTest 3.2.x requires Scala 2.13; not compatible with Scala 2.12 or 3.x without cross-version artifacts.
fix
Use the correct artifact for your Scala version (e.g., scalatest-shouldmatchers_2.12).
affects: 3.2.x
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-shouldmatchers-2-13 — mvn dependency:get scalatest-shouldmatchers-2-13 · libregistry