Registry / testing / scalacheck-native0-4-2-13

scalacheck-native0-4-2-13

JSON →
library1.17.1javamavenunverified

A property-based testing library for Scala, providing automatic generation of test data and property checking.

<dependency> <groupId>org.scalacheck</groupId> <artifactId>scalacheck_native0.4_2.13</artifactId> <version>1.17.1</version> </dependency>
INSTALL
IMPORT
SIG · SCALACHECK-NATIVE0
S
scalacheck-native0-4-2-13
testingjavav1.17.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

Defines and checks a property that addition is commutative.

import org.scalacheck.Prop.forAll import org.scalacheck.Arbitrary object Example extends App { val prop = forAll { (x: Int, y: Int) => x + y == y + x } prop.check() }
Debug
Known issues
breakingThis version is for Scala Native 0.4 and Scala 2.13; not compatible with JVM or other Scala versions.
fix
Use the appropriate ScalaCheck artifact for your platform (e.g., scalacheck_2.13 for JVM).
affects: >=1.17.0
Upgrade
Version history
1.17.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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