Registry / testing / scalacheck-sjs1-2-12

scalacheck-sjs1-2-12

JSON →
library1.19.0javamavenunverified

A property-based testing library for Scala, enabling automated generation of test cases from specifications.

<dependency> <groupId>org.scalacheck</groupId> <artifactId>scalacheck_sjs1_2.12</artifactId> <version>1.19.0</version> </dependency>
INSTALL
IMPORT
SIG · SCALACHECK-SJS1-2-
S
scalacheck-sjs1-2-12
testingjavav1.19.0
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.

Prop
org.scalacheck.Prop

Defines a property that checks string concatenation starts with the first string.

import org.scalacheck.Prop.forAll object StringSpecification extends org.scalacheck.Properties("String") { property("startsWith") = forAll { (a: String, b: String) => (a + b).startsWith(a) } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.19.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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