-
There should be some ScalaCheck properties to make sure methods work on arbitrary-depth trees.
See [NTree.scala](https://github.com/jensraaby/SXT/blob/master/src/main/scala/com/jensraaby/sxt/data/t…
-
Originally reported by @retronym
## steps
See https://github.com/scala/scala/pull/6300#issuecomment-372495182
## problem
Classloader used by non-fork test includes scala-library in ScalaI…
-
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…
-
See the TODO on [this line](https://github.com/scalatest/scalatest/blob/37cc3fd66e28b6b5e538586cb9cfcd343d4e54e8/scalatest/src/main/scala/org/scalatest/prop/Randomizer.scala#L138), which suggests that…
-
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…
-
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…
-
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…
-
- [x] Generate Scala Native project
- [x] Enable SBT plugin: `AutomateHeader`.
- [x] Enable SBT plugin: `Scalariform`.
- [x] Ensure argument parsing using `scopt` works.
- [x] Ensure JSON library …
-
https://github.com/scala/scala/releases