Registry / testing / scalatest-shouldmatchers-2-12

scalatest-shouldmatchers-2-12

JSON →
library3.2.20javamavenunverified

ScalaTest ShouldMatchers provides a DSL for expressive assertions in Scala tests.

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

Minimal example showing import and usage of ScalaTest ShouldMatchers.

import org.scalatest.matchers.should.Matchers; class ExampleTest extends Matchers { def test(): Unit = { val result = 1 + 1 result should be (2) } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.2.20latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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