SPECS2-4.2.0
etorreborre
released this
03 May 19:27
·
832 commits
to main
since this release
Upgrade version
Upgrades
- scalacheck upgraded to ScalaCheck
1.14.0
. It is now possible to visualize the seed used
to generate a counter-example and reuse it to run a property (myProp.setSeed("xxx")
or usescalacheck.seed xxx
on the command line)
Improvements
Fixes
- junit fixed an issue where
List(1,2) must contain(===(2))
would fail withJUnitMatchers
and a JUnit test class