-
To reproduce run any scalacheck test. `3.2.0-SNAP9` works fine.
```
[error] java.lang.NoClassDefFoundError: org/scalacheck/Test
[error] at java.base/java.lang.Class.getDeclaringClass0(Native Met…
-
https://github.com/scala/scala/releases
-
According to https://github.com/fthomas/refined, section "External Modules", there is a Circe integration! With that, we may not need PersistentGameProgress anymore!
Also, there is integration for …
-
So in PR https://github.com/scalatest/scalatest/pull/2155 I fixed the `Prettifier` so that it works on case classes however I noticed that its still not being applied even when using `implicit val pre…
-
build.sbt:
```
"org.scalatest" %% "scalatest" % "3.0.0" % "test",
"org.scalactic" %% "scalactic" % "3.0.0" % "test",
"org.scalacheck" %% "scalacheck" % "1.12.6" % "test",
"org.scalamock" %% "sc…
-
```
Test coverage across the platforms and languages:
1. Botlist J2EE front end - rspec, junit, scalacheck
2. Erlang - eunit
3. Haskell - hunit
Also include build server.
See:
http://berlinbrowndev.…
-
This is a tracking issue for a large set of dependency updates I intend to perform. Currently many dependencies are out of date, blocking updates in Java, Scala and SBT. Hopefully it will help in to p…
-
Specs2 doesn't have a great ScalaJS story at the moment. We are not using any fancy features with our tests at the moment, we just need asserts and ScalaCheck.
If we move our tests to uTest instea…
-
I can reproduce with the following code on scala 2.12.
```
import java.io.{ByteArrayOutputStream, ObjectOutputStream}
import org.scalacheck._
object SerDe {
def main(args: Array[String]):…
-
I am trying to shrink the data inside a command but i cannot find any documentation on how to. In the code below i have a counter i am testing. I have introduced a bug in the increment method of the c…