Registry / testing / scalacheck-sjs0-6-2-11

scalacheck-sjs0-6-2-11

JSON →
library1.15.1javamavenunverified

ScalaCheck is a library for property-based testing of Scala and Java code.

<dependency> <groupId>org.scalacheck</groupId> <artifactId>scalacheck_sjs0.6_2.11</artifactId> <version>1.15.1</version> </dependency>
INSTALL
IMPORT
SIG · SCALACHECK-SJS0-6-
S
scalacheck-sjs0-6-2-11
testingjavav1.15.1
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

Minimal property-based test using ScalaCheck's Prop.

import org.scalacheck.Prop.forAll; public class Example { public static void main(String[] args) { Prop prop = forAll((String s) -> s.length() >= 0); prop.check(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.15.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
scalacheck-sjs0-6-2-11 — mvn dependency:get scalacheck-sjs0-6-2-11 · libregistry