-
My team has a library which contains a bunch of predefined generators. Here's [a simple one](https://github.com/paypal/cascade/blob/develop/common/src/test/scala/com/paypal/cascade/common/tests/scalac…
-
I have a generator which unfortunately creates a lot of unused results. I've tried to use `maxDiscarded` to avoid this, but it doesn't seem to work.
I pass **`maxDiscarded(500)`** but the result has …
-
Scala 2.12
Scalacheck 1.14.0
**Expected**
When a property fails then each argument would only be shrunk and new arguments would not be generated.
**Actual**
The last argument is shrunk fi…
-
Replaying a ScalaCheck does not produce the data causing the original failure. I've written up an explanation and a sample project to reproduce the problem [here](https://github.com/khalid-reid-axisg…
-
Given:
```scala
trait HasApply {
def apply(a: Int, b: String): Int = a
}
object HasApply {
implicit def foo[T](x: T): HasApply = ???
}
import HasApply._
object Test {
val str = "ab…
-
Would scalacheck generators/`Arbritary` instances for cats datatypes be considered in-scope for this package?
-
Hi there,
I am trying to include the library in a simple project and am getting these resolve dependencies exceptions:
sbt.ResolveException: download failed: javax.jms#jms;1.1!jms.jar
download faile…
-
ScalaCheck introduced the commands API at ScalaDays 2014 in Berlin and was first released in version 1.12. It was never documented in the ''ScalaCheck: The Definitive Guide'' published a year before.…
-
Hi 👋
@marcphilipp and I [prototyped executing ScalaCheck tests on the JUnit Platform](https://github.com/marcphilipp/scalacheck-engine) by implementing a custom [JUnit Platform engine](https://juni…
-
I've been skimming through the docs, and coming from ScalaCheck i was looking for generating parallel command sequences. Is it supported?
oker1 updated
6 years ago