Registry / testing / scalatestplus-scalacheck-2-13

scalatestplus-scalacheck-2-13

JSON →
library3.1.0.0-RC2javamavenunverified

ScalaTestPlus ScalaCheck integrates ScalaCheck property-based testing with ScalaTest, enabling automatic generation of test cases.

<dependency> <groupId>org.scalatestplus</groupId> <artifactId>scalatestplus-scalacheck_2.13</artifactId> <version>3.1.0.0-RC2</version> </dependency>
INSTALL
IMPORT
SIG · SCALATESTPLUS-SCAL
S
scalatestplus-scalacheck-2-13
testingjavav3.1.0.0-RC2
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.

ScalaCheckPropertyChecks
org.scalatestplus.scalacheck.ScalaCheckPropertyChecks

Write a property-based test using ScalaCheck with ScalaTest.

import org.scalatestplus.scalacheck.ScalaCheckPropertyChecks import org.scalatest.matchers.should.Matchers class ExampleSpec extends ScalaCheckPropertyChecks with Matchers { "String length" should "be non-negative" in { forAll { (s: String) => s.length should be >= 0 } } }
Debug
Known issues
breakingThis version is a release candidate (RC2); not recommended for production use.
fix
Use a stable release like 3.2.19.0 or later.
affects: 3.1.0.0-RC2
Upgrade
Version history
3.1.0.0-RC2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
scalatestplus-scalacheck-2-13 — mvn dependency:get scalatestplus-scalacheck-2-13 · libregistry